I followed the guide to make my character a GM. Actually, I made him an SE Producer. When I try to turn godmode on, not only does it not work, but I get a message in my dsgame window:
[20:19:03][Warning] cmdhandler::call: Character Michael attempting to use higher permission command godmode
The same with speed:
[20:19:18][Warning] cmdhandler::call: Character Michael attempting to use higher permission command speed
Here's my char_stats data in the db:
mysql> select * from char_stats;
+--------+----+----+-----------+--------+------+------+------------+----+-------+----------------+
| charid | hp | mp | nameflags | mhflag | mjob | sjob | death | 2h | title | bazaar_message |
+--------+----+----+-----------+--------+------+------+------------+----+-------+----------------+
| 21828 | 45 | 0 | 117440512 | 0 | 1 | 0 | 1372208085 | 0 | 206 | |
+--------+----+----+-----------+--------+------+------+------------+----+-------+----------------+
I've restarted all my servers and still I can't do GM stuff.
Have GM modes been suspended?
Re: Have GM modes been suspended?
i should go update that guide
edit: since i dunno how to make an account, i'll blame someone else and tell you how to do it instead:
there's different "levels" of GMs now, certain levels can use certain commands. there's a column in `chars` table called `gmlevel`, highest level is 4 (all commands)
edit: since i dunno how to make an account, i'll blame someone else and tell you how to do it instead:
there's different "levels" of GMs now, certain levels can use certain commands. there's a column in `chars` table called `gmlevel`, highest level is 4 (all commands)
-
- Posts: 74
- Joined: Sun Jul 22, 2012 2:21 pm
Re: Have GM modes been suspended?
Thank you.