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

Windows GoD commands

kamild1996

New Member
Joined
Jan 26, 2010
Messages
9
Reaction score
0
Hello.
I've downloaded The Forgotten Server. It's working, but I have a problem. After changing my account and player group to 3, I have GoD outfit, but I can't use any GoD commands, because there's a "You can not execute this command" information. What to do?
Please help! :(
 
Talkactions.xml? Look in your groups.xml in XML folder and look after the highest group id number.
 
My talkactions.xml:
<?xml version="1.0" encoding="UTF-8"?>
<talkactions>
<!-- player talkactions -->
<talkaction words="!buypremium" script="buyprem.lua"/>
<talkaction words="!leavehouse" script="leavehouse.lua"/>
<talkaction words="!save" script="save.lua"/>
<talkaction words="!changesex" script="changesex.lua"/>
<talkaction words="!uptime" script="uptime.lua"/>
<talkaction words="!deathlist" script="deathlist.lua"/>

<!-- test talkactions -->
<talkaction words="!z" script="magiceffect.lua"/>
<talkaction words="!x" script="animationeffect.lua"/>
</talkactions>

Groups:
EWX8e.png
 
Make your group id 3 and your account type to the highest number available which might be 5. then in your server folder, go to data, XML, commands. That should be a list of commands that you can do. All the commands that have groupid=3 and accounttype=5 will be only usable by gods.
 
Back
Top