UpInSmoke
Supreme Ruler
- Joined
- Nov 16, 2008
- Messages
- 303
- Reaction score
- 21
I made a god character with this distro
http://otland.net/f18/9-80-9-86-forgotten-server-v0-2-15-mystic-spirit-188228/
but it wont let me use any of the commands like: /i 2160 or /t
whenever i use it i get the following message: You can not execute this command
now i only get this message if i try it on my god, if i was to type one of those commands on a player account nothing comes up; so it clearly recognizes im a god character.
Why is this not working?
Note: i have been using 8.6 only this is my first time with 9.8
looked in commands.xml see this
i set my group id to 3 in phpmyadmin (thats the highest it goes)
thanks for any help
http://otland.net/f18/9-80-9-86-forgotten-server-v0-2-15-mystic-spirit-188228/
but it wont let me use any of the commands like: /i 2160 or /t
whenever i use it i get the following message: You can not execute this command
now i only get this message if i try it on my god, if i was to type one of those commands on a player account nothing comes up; so it clearly recognizes im a god character.
Why is this not working?
Note: i have been using 8.6 only this is my first time with 9.8
looked in commands.xml see this
Code:
<?xml version="1.0" encoding="UTF-8"?>
<commands>
<command cmd="/b" group="2" acctype="5" log="yes"/>
<command cmd="/i" group="2" acctype="5" log="yes"/>
<command cmd="/n" group="2" acctype="5" log="yes"/>
<command cmd="/reload" group="1" acctype="5" log="yes"/>
<command cmd="/s" group="2" acctype="5" log="yes"/>
<command cmd="/openserver" group="1" acctype="5" log="yes"/>
<command cmd="/closeserver" group="1" acctype="5" log="yes"/>
<command cmd="/ghost" group="2" acctype="5" log="yes"/>
<command cmd="/owner" group="2" acctype="5" log="yes"/>
<command cmd="/goto" group="2" acctype="4" log="yes"/>
<command cmd="/a" group="2" acctype="5" log="yes"/>
<command cmd="/c" group="2" acctype="4" log="yes"/>
<command cmd="/m" group="2" acctype="5" log="yes"/>
<command cmd="/summon" group="2" acctype="5" log="yes"/>
<command cmd="/kick" group="1" acctype="4" log="yes"/>
<command cmd="/B" group="1" acctype="4" log="yes"/>
<command cmd="/q" group="2" acctype="4" log="yes"/>
<command cmd="/info" group="1" acctype="4" log="yes"/>
<command cmd="/gethouse" group="2" acctype="4" log="yes"/>
<command cmd="/t" group="2" acctype="4" log="yes"/>
<command cmd="/up" group="2" acctype="5" log="yes"/>
<command cmd="/down" group="2" acctype="5" log="yes"/>
<command cmd="/newtype" group="2" acctype="5" log="yes"/>
<command cmd="/pos" group="1" acctype="2" log="yes"/>
<command cmd="/r" group="2" acctype="5" log="yes"/>
<command cmd="/town" group="2" acctype="4" log="yes"/>
<command cmd="/raid" group="2" acctype="4" log="yes"/>
<command cmd="/addskill" group="2" acctype="5" log="yes"/>
<command cmd="/ban" group="1" acctype="3" log="yes"/>
<command cmd="/unban" group="1" acctype="4" log="yes"/>
<command cmd="/clean" group="2" acctype="5" log="yes"/>
<command cmd="/mccheck" group="2" acctype="5" log="yes"/>
<command cmd="/serverdiag" group="2" acctype="5" log="yes"/>
<command cmd="!online" group="1" acctype="1" log="no"/>
<command cmd="!buyhouse" group="1" acctype="1" log="no"/>
<command cmd="!sellhouse" group="1" acctype="1" log="no"/>
<command cmd="!serverinfo" group="1" acctype="1" log="no"/>
<command cmd="!kills" group="1" acctype="1" log="no"/>
<command cmd="!createguild" group="1" acctype="1" log="no"/>
<command cmd="!joinguild" group="1" acctype="1" log="no"/>
</commands>
i set my group id to 3 in phpmyadmin (thats the highest it goes)
thanks for any help
Last edited: