Guys, i want a code (i tried to make my own but i had error on eclipse), that there will be a config too. I want the code to say on L2JMods.properties file
#If set to true All new characters will have 75 access level
AllGm = False
I tried to do it by my self, i know a way i can do this
(enterworld.java
if (Config.ALL_GM)
{
activeChar.setAccessLevel(75)
}
}
, but then every char that will have 75+ access level(for example 78 or 100), will become 75 when he logs in. So i want a way that every new char will have 75 access level, and then if he gets to 76 he won't return back to 75. Thanks.
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
Question
Thelasthero
Guys, i want a code (i tried to make my own but i had error on eclipse), that there will be a config too. I want the code to say on L2JMods.properties file
I tried to do it by my self, i know a way i can do this
(enterworld.java
}
, but then every char that will have 75+ access level(for example 78 or 100), will become 75 when he logs in. So i want a way that every new char will have 75 access level, and then if he gets to 76 he won't return back to 75. Thanks.
14 answers to this question
Recommended Posts