Jump to content
  • 0

Question

6 answers to this question

Recommended Posts

  • 0
Posted

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...

  • 0
Posted

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. :)

  • 0
Posted

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.

  • 0
Posted

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;

}

  • 0
Posted

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.

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...