Jump to content

Horus

Members
  • Posts

    888
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Horus

  1. That's why you shouldn't use L2j. www.l2jfree.com
  2. Jesus at least post something good. Change for (int scrollId : KARIS_SCROLLS) + { + if (scroll.getItemId() == scrollId) + { + chance = Config.ENCHANT_CHANCE_WEAPON_KARIS; + ; + break; + } + } To for (int scrollId : KARIS_SCROLLS) + { + if (scroll.getItemId() == scrollId) + { + chance = Config.ENCHANT_CHANCE_WEAPON_KARIS; + break; + } + }
  3. That's one of the weirdest things I've ever seen. Make a CLEAN Eclipse install. Make sure you are downloading the same architecture as your pc needs (32 bit vs 64 bit) AND the same for the JDK (32 bit vs 64bit).
  4. Setkeh its called a Bounty Hunter. Anyway its pretty bugged,managed to place a 5k bounty on a guy and I only had 2 adena. My advice: re-make it. Is easely exploitable.
  5. He's kidding. Anyway the guy made a mistake, there's nothing wrong about that as long as he fixes it. Stop the offtopic chat, just thank him if you want, don't do it if you don't want, just make sure you obey the rules.
  6. Jeez just use the Search button. Thread Closed.
  7. Just edit the AI's, its by far easier and smarter.
  8. Thread Closed.
  9. Exactly. No point discussing such things, it IS possible and there are faster ways to do it. However, making a server just to get password is both childish and idiotic hence, I won't help you. Thread Closed.
  10. Jfree does include a very basic factions engine.
  11. Thread Closed. Reason: Improper area.
  12. Thread Closed.
  13. Just edit your hosts jeez no need to file edit.
  14. What do you mean? Banning IPs (Single,Multiple,Ranged) ?
  15. Good point. Thread Closed.
  16. Read my L2jfree's Guide. Its all explained in there.
  17. Did you remember to call the methods?
  18. Unfortunately the client doesn't accept such characters, they are automatically ignored.
  19. Listen to Commudus, he is 100% right. First of all, cungratulations for using L2jFree, means you have a brain. Second, pre-compiled packs are useless since they are more and more outdated. Just download the source and compile it. When you want a newer revision just use Eclipse's "Update to head" method.
  20. Thread Closed.
  21. Thread Closed. And you people need to grow up.
  22. Whats the problem?
  23. Just merge it all into 2classes. Some of those classes can be nested so it makes no sense. The more classes you make the more problems you'll have ^^
×
×
  • Create New...