Jump to content

audriuziz

Members
  • Posts

    35
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by audriuziz

  1. Hello, maybe anyone have interface or something. My need when i can use skills from bar with F1 F2 F3... buttons and 1 2 3... buttons. (use skills from 2 bars)
  2. Hello, i have problem if i compile server source files, build success, but in server if i try logging char get error to console. any ideas? Exception in thread "SelectorThread-26" java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer; at net.sf.l2j.commons.mmocore.SelectorThread.readPacket(SelectorThread.java:293) at net.sf.l2j.commons.mmocore.SelectorThread.run(SelectorThread.java:171) Fixed.
  3. Hello, on acis my multishop only show first html windows. Not show's other chats, anyone can help? public void showChatWindow(Player player, int val) { final NpcHtmlMessage html = new NpcHtmlMessage(getObjectId()); html.setFile("data/html/mods/donateNpc/" + getNpcId()+ (val == 0 ? "" : "-" + val) + ".htm"); html.replace("%objectId%", getObjectId()); player.sendPacket(html); }
  4. Very skilled , thanks a lot for helping. Good dev.
  5. Hello, on acis 370rev, removed L2Pcinstance.java? Because i get error import and search with search but dont see. Fixed..
  6. Thank you :) I try but I think i cant because to java I dont have skills :( Maybe easest way cancel only 1buff? Berseker (but how? )
  7. Hello, maybe anyone know how to I can make +/- bersiker spirit buff. (if have buff click and remove if not have buff click and take) I use l2jacis. Thanks
  8. Hello, maybe anyone have Auto mana potion or .acp panel with set mana,cp.healing with percent? Need for l2jfrozen thanks for help.
  9. Hello, maybe anyone know how I can connect more npc's to one? My npc in default folder, need add in this npc template one more from other folder.
  10. I get some error try to compile maybe can help? Config.java
  11. Hello, maybe anyone have java script, how to create own .properties file? Thanks I use "Acis projekct".
  12. Hi, I'm looking for TvT Event Engine l2jacis the pack, but I can not find, you might know where to find it? Please Help Me!!!
×
×
  • Create New...