Thank you so much!Is your account type ACCOUNT_TYPE_GOD = 5?
Thank you so much!
It's working now![]()
<?xml version="1.0" encoding="UTF-8"?>
<groups>
<group id="1" name="Player" flags="0" access="0" maxdepotitems="0" maxvipentries="0" />
<group id="2" name="Gamemaster" flags="137438953471" access="1" maxdepotitems="0" maxvipentries="200" />
<group id="5" name="God" flags="272730398714" access="1" maxdepotitems="0" maxvipentries="200" />
</groups>
Code:<?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="Player" flags="0" access="0" maxdepotitems="0" maxvipentries="0" /> <group id="2" name="Gamemaster" flags="137438953471" access="1" maxdepotitems="0" maxvipentries="200" /> <group id="5" name="God" flags="272730398714" access="1" maxdepotitems="0" maxvipentries="200" /> </groups>
dosent work for me.. im using tfs 1.2 tibia global ot 10.90
some talkactions not work.. but other god talacktions of the same group 5. i try with id 3 and not..
why can use a god /a /save /r but not /i /addskill /m etc etcetc
thanks
UPDATE `accounts` SET `type` = '5' WHERE `accounts`.`id` = 1;
UPDATE `players` SET `group_id` = '4' WHERE `players`.`id` = 1;