Jump to content

Bouloche

Members
  • Posts

    5
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Bouloche

  1. Thank you for your response and your advice. I will try to look in this direction but being a beginner, it seems a bit vague to me. It's totally the opposite of what I imagined.
  2. Hi. I'm beginner in l2j/java dev and i'm on aCis latest private sources. I try to make a remote class manager for open possibles classes transfert window when the character get lvl 20,40,76. I have made a condition in PlayerStatus.java like that : @Override public final boolean addLevel(byte value) { if (getLevel() + value > PlayerLevelData.getInstance().getRealMaxLevel()) return false; boolean levelIncreased = super.addLevel(value); if (getLevel() == 20) { NpcHtmlMessage html = new NpcHtmlMessage(0); html.setFile("data/html/mods/classmaster/50000-2.htm"); _actor.sendPacket(html); } But the result when player get lvl 20 is : I don't know how get the available classes in my html. Or maybe i havent the good method. Maybe i must call the method in ClassMaster.java or run the command who open the class change window in class master (1stClass) I'm a bit lost Than you for your future help.
  3. Hi I'm new in aCis administration and it's my first time with l2j server. I use Eclipse and i have a git repository to send all my modifications (when i will know how to lol) I have dl latest public source and compile datapack and gameserver (with build.xml files) My questions : 1-When i need to modify some html/xml. I must editing them in aCis_datapack>data and run aCis_datapack>build.xml to send them to aCis_datapack>build>gameserver>data and copy them to override in my Server>gameserver>data ? 2-When i need to modify some .properties. I must editing them in aCis_gameserver>config and run aCis_gameserver>build.xml to send them to aCis_gameserver>build>dist>gameserver/login>config and copy them to override in my Server>gameserver/login>config ? 3-When i need to modify some .sh. I must editing them in aCis_gamserver>dist and run aCis_gameserver>build.xml to send them to aCis_gameserver>build>dist>gameserver/login and copy them to override in my Server>gameserver/login ? 4-For modify java. I don't know where i must modify, how to compile and how send my modification to my server folder. I hope I was as clear as possible (my English is not perfect). Thank you in advance for your help
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock