• 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!

player comands

Sexy Vampire

New Member
Joined
Jan 11, 2010
Messages
71
Reaction score
0
hi player commands like !spell don't work how do it fix this do i need to get a command pack and compile it into my server or some thing ?

thnx in advaance:thumbup:
 
Go to Data/talkaction/talkactions.xml

it should look like this :
<!-- Players -->
<talkaction words="!frags" event="script" value="frags.lua"/>
<talkaction words="!online" event="script" value="online.lua"/>
<talkaction words="!uptime" event="script" value="uptime.lua"/>
<talkaction words="!deathlist" event="script" value="deathlist.lua"/>
<talkaction words="!pvp" event="script" value="pvp.lua"/>
<talkaction words="!q" event="script" value="money.lua"/>
<talkaction words="!serverinfo" event="script" value="serverinfo.lua"/>
<talkaction words="/commands" event="script" value="commands.lua"/>

you can allways make new commands.
 
Back
Top