How to make a GM account?
Hello, since I'm having issues with character editing in iweb how to add a GM account to my 1.4.5 server?
Thanks in advance.
Re: How to make a GM account?
Re: How to make a GM account?
Quote:
Originally Posted by
Hycker
call addGM (userid , 1)
I'm sorry, I'm kinda new to this, where do I put that?
Re: How to make a GM account?
open your phpmyadmin, select pw as database click on SQL query, use this command, enjoy your GM account
Re: How to make a GM account?
Quote:
Originally Posted by
Hycker
open your phpmyadmin, select pw as database click on SQL query, use this command, enjoy your GM account
Oh, well, that's what I did.. It gives me:
#1054 - Unknown column 'userid' in 'field list'
-edit-
Lol, the one bellow worked
call addGM ('userid' , 1)
but I still not a GM, do I have to change "1" with my userid?
Re: How to make a GM account?
Quote:
Originally Posted by
maxolahird
Oh, well, that's what I did.. It gives me:
#1054 - Unknown column 'userid' in 'field list'
-edit-
Lol, the one bellow worked
call addGM ('userid' , 1)
but I still not a GM, do I have to change "1" with my userid?
You have to replace userid with your characters USER ID leave the 1 there
Re: How to make a GM account?