Dippindots Posted May 3, 2010 Posted May 3, 2010 How can i add access level 1 to all players that joins my server? Quote
0 B00D Posted May 3, 2010 Posted May 3, 2010 gameserver/config/options.properties # If next switch is set to true every newly created character will have access level 200. EverybodyHasAdminRights = False afto ts kani me admin access....mpori na se voithisa... Quote
0 killer666 Posted May 3, 2010 Posted May 3, 2010 gameserver/config/options.properties afto ts kani me admin access....mpori na se voithisa... omg this makes everybody admin.. :/ Here we talk only english in this section. :) Quote
0 xAddytzu Posted May 3, 2010 Posted May 3, 2010 omg this makes everybody admin.. :/ He ask for this. :| Quote
0 killer666 Posted May 3, 2010 Posted May 3, 2010 He ask for this. :| access lvl 1 Not 200. you can make and this. Master Access level: 250 Edit each command to 250 access and leave 200 access the commands that you want to have every new player in Server. Done. Quote
0 xAddytzu Posted May 3, 2010 Posted May 3, 2010 access lvl 1 Not 200. you can make and this. Master Access level: 250 Edit each command to 250 access and leave 200 access the commands that you want to have every new player in Server. Done. lol :D L2PcInstance public int getAccessLevel() { if (Config.EVERYBODY_HAS_ADMIN_RIGHTS) return 1; return _accessLevel; } Quote
0 mogo Posted May 3, 2010 Posted May 3, 2010 Edit the mysql query that is used to store a new character in the db. It's located in l2pcinstance.java and the string name is CHARACTER_INSERT. Quote
Question
Dippindots
How can i add access level 1 to all players that joins my server?
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.