Jump to content

Rootware

Legendary Member
  • Posts

    1,370
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Rootware

  1. L2ItemInstance item = newChar.getInventory().addItem("Init", item2.getItemId(), 1, newChar, null); L2ItemInstance item1 = newChar.getInventory().addItem("Init", item2.getItemId(), 1, newChar, null); L2ItemInstance item11 = newChar.getInventory().addItem("Init", item2.getItemId(), 1, newChar, null); if (item.getItemId() == 5588) { if (item1.getItemId() == 3470) { if (item11.getItemId() == 5134) { } } It's dead code because item == item1 == item11.
  2. Because all l2j not uses different chests/boxes how it uses on the L2OFF.
  3. You can unpack this file to separated scripts and again compiled with UCC compiled.
  4. UTPT - only for extract. L2Tool (acmi) - only for convert to UT3 format. UT Editor - for editing package. Use L2Tool for convert source package. Next if you have now 8.dds files, then open converted package in UT Editor and change neccessary icons. After save package and crypt again in 121 coding. For this work need 5 minutes of time.
  5. Because Hasha code was updated sometime ago by the new aCis model. Now we have equip grade variable as ENUM. It's one of some problems in code.
  6. It's best case for start to learning Java. Nobody will not to write a code for you a free. We can give to you only info where and what. :happyforever:
  7. You need rework AbstractEnchantPacket.java for new configuration.
  8. Need add background only for main TABLE with width and height 100%!
  9. Translate to russian first and after to other language. :happyforever: As i understood this man, he wants to some items after drop take at once to inventory and others stay to on the ground. Something like this.
  10. You need rework interface.u. It's real thing.
  11. If Engine.dll unpacked from Themida, then the login port can change w/o problem by hand. Enough IDA Pro and HEX editor.
  12. If this geo what SweeTs gave to me, then i can saying what it not for Interlude because in town exists Kamael Guilds. If i'm not mistaken and i saw this geo.
  13. aCis not supporting Python scripts. Sorry man, aCis 100% pure Java code. :happyforever:
  14. If you need 99% of work, use L2OFF. L2JServer HF5 it's crap from SVN. All things is bugged, not working, etc. It's only developing project for all forks and as training source for newbies. aCis - it's progressive project.
  15. NPC's count have limit in 65535. Use 50009 ID.
  16. Once again. Your text not have a meaning. You want to build project or add something?
  17. Use this as example. http://www.maxcheaters.com/topic/144739-mob-drop-panel-freyah5-l2jserver/ Crop all useless and rework style.
  18. This person does not want to do himself. He is looking for someone who would do it. Any problems?
  19. Someone knows how create progress bar like CP, HP, MP, EXP, FOOD bar in the HTML text?
  20. It will be cost a money. Good description. I have a something. This something i put to Eclipse and got a another something. Why? Why?
×
×
  • Create New...