Jump to content

Dzani1

Members
  • Posts

    60
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Dzani1

  1. Stable project, and perfect balance! good luck mate
  2. Every think work on me , just when players are rewarded, i dont got any reward on inventory and problem in line 39 /hop/top/network...
  3. TextBuilder tb = new TextBuilder(); NpcHtmlMessage html = new NpcHtmlMessage(1); tb.append("<html><head><title>User Control Panel</title></head><body>"); tb.append("<center>"); tb.append("<td valign=\"top\"><font color=\"FF6600\">Where you start your journey " + activeChar.getName() + ".</font>"); tb.append("<button value=\"Castle Town of Giran\" action=\"bypass -h Startup_tele\" width=204 height=20>"); tb.append("<img src=\"l2ui_ch3.herotower_deco\" width=256 height=32 align=center>"); tb.append("</center>"); tb.append("</body></html>"); html.setHtml(tb.toString()); activeChar.sendPacket((L2GameServerPacket)html); } } else if (_command.startsWith("tele")) { activeChar.teleToLocation(83420, 147928, -3399); in startupsystem in last think , i cant teleport nothing happen , any idea?
  4. i trying dear sweeets but i cant make this work alone :)
  5. Code work perfect , but when everyone has ben rewarded , i dont get reward in char why ?
  6. I fix with Compile "javac1.8" to Compile "modern"
  7. yesterday was everythink ok today when i press run happen this why ? Buildfile: D:\workspace\aCis_gameserver\build.xml clean: [delete] Deleting directory D:\workspace\aCis_gameserver\build checkRequirements: [echo] Verification of your JDK version. init: [mkdir] Created dir: D:\workspace\aCis_gameserver\build [mkdir] Created dir: D:\workspace\aCis_gameserver\build\classes [mkdir] Created dir: D:\workspace\aCis_gameserver\build\dist [mkdir] Created dir: D:\workspace\aCis_gameserver\build\dist\login [mkdir] Created dir: D:\workspace\aCis_gameserver\build\dist\gameserver compile: BUILD FAILED D:\workspace\aCis_gameserver\build.xml:95: Class not found: javac1.8 Total time: 417 milliseconds
  8. i made it everythink is ok but when i try spawn a armor/weapon the item dont exist bla bla
  9. i want to add custom armor and weapon in acis how to do it ?
  10. hI guys if somone have to shared startupsystem ? i find code in L2Prime files but somth dont work Tnx
  11. can you send me download link bcs i cant reg there ? :D tnx
×
×
  • Create New...