Page 1 of 1

Have GM modes been suspended?

Posted: Tue Jun 25, 2013 8:24 pm
by msulli1355
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.

Re: Have GM modes been suspended?

Posted: Tue Jun 25, 2013 8:30 pm
by kjLotus
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)

Re: Have GM modes been suspended?

Posted: Tue Jun 25, 2013 8:56 pm
by msulli1355
Thank you.