have played many years ago excited to play again on launch. i have seen wonderful things about the server it looks how it should be theres hard work and it shows. it lives up to the glory days of l2 elixir.
I wish the best of luck for the project i will be playing actively!
Question
nery
I am wanting to make a form that at a certain level you get an htm my escolhar eg for farm
folder configs
EnableFarmMessage = True
*******
Config.java
public static boolean ENABLE_FARM_MESSAGE;
*******
ENABLE_FARM_MESSAGE = farmmessage.getBoolean("EnableFarmMessage", false);
*******
EnterWorld.java
if (Config.ENABLE_FARM_MESSAGE) { if (activeChar.getLevel() == 8) { activeChar.sendPacket(new ExShowScreenMessage("Farm Teste", 10000)); } String farmNews = HtmCache.getInstance().getHtm(activeChar.getHtmlPrefix(), "data/html/farmnews.htm"); if (farmNews != null) { sendPacket(new NpcHtmlMessage(farmNews)); } }BASE L2JSERVER
Correct? -> if (activeChar.getLevel() == 8)
SOMEONE CAN GIVE SOME IDEAS
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now