
How to become a admin/gm in my own server?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 1
- Joined: Sun May 03, 2020 7:55 pm
How to become a admin/gm in my own server?
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 !

- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: How to become a admin/gm in my own server?
Code: Select all
UPDATE `l2jgs`.`characters` SET `accesslevel`='8' WHERE `char_name`="Alinn";
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 15
- Joined: Fri Dec 13, 2019 7:47 am
- Location: /home/zachramuz
Re: How to become a admin/gm in my own server?
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.Zoey76 wrote: โSun May 10, 2020 1:18 amCode: Select all
UPDATE `l2jgs`.`characters` SET `accesslevel`='8' WHERE `char_name`="Alinn";
Keep it Simple Stupid

