Jump to content
  • 0

[REQUEST]New characters start with 75 access level.


Question

Posted

Hi guys, i am using l2jinfinity pack, and i need help. I am searching for a script that every new character with start with 75 access level. Can you help me? I know you to add scripts on .java files.

9 answers to this question

Recommended Posts

  • 0
Posted

You can add set acces lvl function in EnterWorld.java or in class responsible for character creation.

  • 0
Posted

You can add set acces lvl function in EnterWorld.java or in class responsible for character creation.

i tried this but i don't know good java, so how maybe

if (!activeChar.isGM)

{

activeChar.setAccessLevel75(true);

}

????????? i don't think this is correct

  • 0
Posted

there is config in options

EveryBodyHasAdminRights = False

or smt like that but I dont know with what access level they are starting ive never tested it :D

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..