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

hmm sorry maybe i forgot to mention that i use l2j pack and not l2jfree. accesslevels.java doesn't exist in l2j.

it must be something similar to it.

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