Kownikuzyt
Member
- Joined
- Feb 11, 2020
- Messages
- 175
- Solutions
- 1
- Reaction score
- 8
mysql_insert("INSERT INTO `znote_accounts` (`account_id`, `ip`, `created`, `active`, `activekey`, `flag`) VALUES ('$account_id', '$ip', '$created', '$active', '$activeKey', '$flag')");
$CM = 623
$NTH = 0
mysql_insert("INSERT INTO `account_viplist` (`account_id`, `player_id`, `description`, `icon`, `notify`) VALUES ('$account_id','$CM', '', '$NTH', '$NTH')")
@Shadow_what AAC do you use to create new accounts (VIP list is based on account as i remember), what is the administrator name?
they can be also onLogin mysql command, but i prefer doing it through website AAC
sorry i need the player ID
mysql_insert("INSERT INTO `znote_accounts` (`account_id`, `ip`, `created`, `active`, `activekey`, `flag`) VALUES ('$account_id', '$ip', '$created', '$active', '$activeKey', '$flag')");
$CM = 623
$NTH = 0
mysql_insert("INSERT INTO `account_viplist` (`account_id`, `player_id`, `description`, `icon`, `notify`) VALUES ('$account_id','$CM', '', '$NTH', '$NTH')")
@Shadow_AAC/engine/function/users.php in function
search for :
Code:mysql_insert("INSERT INTO `znote_accounts` (`account_id`, `ip`, `created`, `active`, `activekey`, `flag`) VALUES ('$account_id', '$ip', '$created', '$active', '$activeKey', '$flag')");
[/CODE]
under it add :
LUA:$CM = 623 $NTH = 0 mysql_insert("INSERT INTO `account_viplist` (`account_id`, `player_id`, `description`, `icon`, `notify`) VALUES ('$account_id','$CM', '', '$NTH', '$NTH')")
$cm = 623;
$nth = 0;
mysql_insert("INSERT INTO `account_viplist` (`account_id`, `player_id`, `description`, `icon`, `notify`) VALUES ('$account_id','$cm', '', '$nth', '$nth')");
asgard had some preformance issues that produced lags and freezes which forced most of its players to leave till we fix it, right now its turned off being prepared for a huge update and optimization, with a perfect start up to reach everyone around tibia community, we are progressing slowly due to the lack of some materials but definitely its coming back as soon as possible ^^, thank you for asking@Shadow_
PHP:$cm = 623; $nth = 0; mysql_insert("INSERT INTO `account_viplist` (`account_id`, `player_id`, `description`, `icon`, `notify`) VALUES ('$account_id','$cm', '', '$nth', '$nth')");
Thank you for your help
Can I ask what happened to the asgard-ot.com server?
Why is it turned off?
@Shadow_asgard had some preformance issues that produced lags and freezes which forced most of its players to leave till we fix it, right now its turned off being prepared for a huge update and optimization, with a perfect start up to reach everyone around tibia community, we are progressing slowly due to the lack of some materials but definitely its coming back as soon as possible ^^, thank you for asking