Jump to content

Horus

Members
  • Posts

    888
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Horus

  1. Use L2jFree. It has all protections, its faster, safer, more reliable and so on. ^^ If you want to compile l2jfree just checkout the "tools" folder on the svn and press the "compile.bat" file. It auto compiles for you ^^
  2. I don't work with Client Modding, its both illegal and stupid. Sorry
  3. lool JFree rocks, you can bet on that ^^ e.g. they just used savor's new merc system, but they failed to copy it, so there was a huge number of exploits and bugs on it lool.. Anyway its a matter of opinion, I've been working with JFree for quite some time now and honestly, I have no regrets ^^ Good luck.
  4. Thread Closed.
  5. werlex I didn't say anything the first time, but since you did it twice: Add the proper credits (since about 50% of that was done by me lool) or just don't at all. ^^
  6. lool just make something like: if (attacker.getLevel() >= 40 && attacker.getLevel() <= 76) { double rateXp = getStat().calcStat(Stats.MAX_HP, 1, this, null); return (int) ((getTemplate().rewardExp * rateXp) / 50); }
  7. yup earring lool. Stick to the Topic Brzoza ;)
  8. What do you mean Character Exp ?
  9. Zakens ring ? Event (120 mins) or a real one ? What else do you have ?
  10. Don't spam / double post. Besides, the user can chose how many posts are needed, don't complain.
  11. Indeed. Actually to avoid an 'unsyncronization' my advice is: Instead of the return; use double rateXp = 0; About the * 1 obviously it isn't needed, its called math, * 1 is a neutral element.
  12. www.l2jfree.com Use the Search button on their Forum ,that question has been answered about 50 times. You need to install a subversion client (I used CollabNet). If after reading the answer you still have problems, post here again and I'll help you.
  13. So you want return (int) (getTemplate().rewardExp * rateXp * Config.RATE_XP); To return (int) (getTemplate().rewardExp * rateXp); Is that it ?
  14. John Lamprou read Jfree's Source, everything you want already exists, there is no need for another 'team' of naaps who leech a decent project's source and claim it as their own work and a 'new super interlude pack'. Please, have consideration for yourself.
  15. Is it hard to read the Forum ? This is NOT the Client Modding Section. Thread Closed. Incorrect Area;
  16. Check my Infinitel2 Item's for Sale Thread.
  17. Thread Closed. Incorrect Area;
  18. You client modded right ? Guess you did, that's your problem. Either learn how to Client Mod (Its both illegal and noobish) or don't do it at all.
  19. type = peace ? Check L2PcInstance if(player.isInsideZone(ZONE_PEACE)) Should be something like that.
  20. Sounds pretty clear to me: You forgot to make the NPC's Html ? (By default L2NpcInstances need their id's html, that's what they use when onAction is called with the INTENTION_INTERACT).
  21. Just modify peace.xml
  22. Thread Closed. Reason: Incorrect Section;
  23. Store a Millis time or just use Calendars. If the difference between times is X then he wont get rewards.
  24. Jeez don't make an array. Either make a String or an Int (String saves the name, int the objectId).
  25. I was never banned. Guess we portuguese are well behaved people ^^
×
×
  • 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