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.
So usefulness really depends, if by useful you mean valuable, nah no one would pay for it.
But if you do have L2NPC source from C4 like the log file you posted makes it appear, some people will find it very useful just for the info on various things internal to the server, it's nothing that is gonna make or break anything but some people (myself included) would be very interested to see it, even the super old incomplete source files from the C1 server which are floating around somewhere were very interesting to go through and understand how and why some things were done the way they were.
It's more of an academic thing at this point for the people who would be interested.
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.
Link to comment
Share on other sites
14 answers to this question
Recommended Posts