• 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 Can't create a God character

jclay

Member
Joined
Dec 18, 2011
Messages
109
Reaction score
6
I've looked through the forums, nothing has helped.

I use MySQL, I go in the database, change the group id of the player to number "6", then a few minutes later it goes to "0"? Its like it won't even accept "6" there..
 
Log out first then edit it, then log in again. Or, stop the server, edit, and restart.

I tried, and it still didn't work. I mean I have the character level at 600, so I know how to make the character a certain level, but its not a God character. Creatures attack me when I'm on it, I don't think that means I'm the God character lol
 
I do believe with some of the new version you need to edit the Player: Group id 3 and Account: Group Id: 3 -Open up groups.xml and check what access and id the god character is then put that number in players/accounts.
 
Ahh. I was messing around and found it its "4", not "6". I knew it'd be something simple.. how do I know what commands I can do? (I'm new at this OT stuff)
 
Goto talkactions.xml
you will have something like this.
Code:
<talkaction log="yes" words="/m" access="4" event="script" value="creature.lua"/>
and this is the id: access="4"

Also ingame you could do one of these. /commands, /cmd, !commands, !cmd
 
Last edited:
Goto talkactions.xml
you will have something like this.
Code:
<talkaction log="yes" words="/m" access="4" event="script" value="creature.lua"/>
and this is the id: access="4"

Also ingame you could do one of these. /commands, /cmd, !commands, !cmd

Thanks alot
 
Back
Top