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

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Alinn
Posts: 1
Joined: Sun May 03, 2020 7:55 pm

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

Post 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 !
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

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

Post 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";
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.2.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
zachramuz
Posts: 15
Joined: Fri Dec 13, 2019 7:47 am
Location: /home/zachramuz

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

Post 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.
Keep it Simple Stupid
Image
Post Reply