Page 1 of 1

How to become a admin/gm in my own server?

Posted: Thu May 07, 2020 7:43 pm
by Alinn
Hello guys , i just set up a server , then i log into my server but now i want to be a admin/gm. :)How to do it? I uses mariaDB / eclipse to set up the server. Thank you !

Re: How to become a admin/gm in my own server?

Posted: Sun May 10, 2020 1:18 am
by Zoey76
Alinn wrote: Thu May 07, 2020 7:43 pm Hello guys , i just set up a server , then i log into my server but now i want to be a admin/gm. :)How to do it? I uses mariaDB / eclipse to set up the server. Thank you !

Code: Select all

UPDATE `l2jgs`.`characters` SET `accesslevel`='8' WHERE  `char_name`="Alinn";

Re: How to become a admin/gm in my own server?

Posted: Thu Jul 30, 2020 7:04 pm
by zachramuz
Zoey76 wrote: Sun May 10, 2020 1:18 am
Alinn wrote: Thu May 07, 2020 7:43 pm Hello guys , i just set up a server , then i log into my server but now i want to be a admin/gm. :)How to do it? I uses mariaDB / eclipse to set up the server. Thank you !

Code: Select all

UPDATE `l2jgs`.`characters` SET `accesslevel`='8' WHERE  `char_name`="Alinn";
I was actually looking for this since I was below noob with SQL, but I had this solution before seeing this post. I mean te SQL synthax itself, anyways, thanks.