PDA

View Full Version : making a gm account?


Arag
07-13-2006, 03:56 AM
hello i use tel eqemu 0.7.0
minilog.
i did search te forums on a howto make a gm acount ..
to bad i can't find it..
i worked days i restarted my work for some thing like 15x
now Finaly i got my server working and running i can log in and play..
i did corect all the problems and error's with searching this forum..
the only thing i can't find is this..
can some one plz help me?
thanks alot !
and keep up the good work guys!

aza77
07-13-2006, 03:59 AM
UPDATE account SET status=255 WHERE name='youraccountname';

Arag
07-13-2006, 12:02 PM
UPDATE account SET status=255 WHERE name='youraccountname';
i need to do that in cmd right?
cmd / cd C:\myslq\bin
UPDATE account SET status=255 WHERE name='youraccountname';

thanks alot!

danke !

tallerin
07-13-2006, 02:24 PM
yep you would type in the comand prompt

cd C:\mysql\bin

mysql -u root mysql

use (databasenamehere);

UPDATE account SET status=255 WHERE name='youraccountname';

then when you enter the game you would use #gm on to activate gm status.

Arag
07-14-2006, 02:24 AM
thanks alot!
this wil help alot!
:D