• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Why i can´t use some talkactions

Mystera

New Member
Joined
Apr 17, 2015
Messages
9
Reaction score
0
Hi, I have a problem, in my otserver based on TFS 1.0, I can´t use the talkaction "/i", "/m", and the character is GOD, groupID 3..

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="3" name="god" flags="272730398714" access="1" maxdepotitems="0" maxvipentries="200" />
</groups>

This is the talkaction
Code:
<talkaction words="/i" separator=" " script="create_item.lua" />
<talkaction words="/m" separator=" " script="place_monster.lua" />

Thank You.
 
Set the type of the account in the table accounts to 5.
StaJDTHAf.png
 
Back
Top Bottom