Jump to content

Horus

Members
  • Posts

    888
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Horus

  1. Nop,thats actually the basic Factions Engine. This requires a bit more work. Although the L2jFree's Faction Engine is crappy, I strongly don't recommend you to use it ^^
  2. Are you kidding? The problem is written in there loool. The class is named "Buffz" not "Buffs" either change the pointer from "Buffs" -> "Buffz" or rename "Buffz" -> "Buffs"
  3. ^^ anyway lets not run into discussions. Just make sure you post only decent things to avoid further problems. Cheers
  4. Dude just make something like this: int levelDiff = killer.getLevel() - activeChar.getLevel(); if (levelDiff <0) levelDiff = activeChar.getLevel() - killer.getLevel(); switch(levelDiff) { case 0: killer.addExp(lalalala); killer.addSp(lalalal); break; case 1: killer.addExp(lalalala); killer.addSp(lalalal); break; case 2: killer.addExp(lalalala); killer.addSp(lalalal); break; } Just make as many cases as you want.
  5. Exactly. And if you're using a C6 Packet you're just a bit dumb. They are crawling with exploits,missing features,etc. Just get a newer pack which is safer,has more features and way faster ^^
  6. Just to make sure you ain't a total noob. You know that you need 10 Dyes to make a Symbol right ?
  7. True,sorry my bad. Anyway read the other posts, don't just spam with things you get from the L2jForum and post them here, 1st- you don't know what most of them are for, 2nd- It doesn't make sense. Just use the updated version. This was a nice share though ;)
  8. Whats the error ? And who is the actual author of this code ?
  9. Anyway, since you are clearly posting random things which is considered a spamming behavior, this Thread is now Closed.
  10. Gotta agree with Zunix and Intrepid, this seems a bit useless and pointless, but its your server its your choice. Anyway its nice for your first work ^^
  11. What this basically does is if reflected damage exists, the total damage made will NOT be decreased to the actual damage being made (this is NON-Retail Like). He's just retrieving things from L2j which he doesn't know what they do, I don't consider this a good attitude however, its up to you to decide, I just think this is completely useless.
  12. Hope you don't take me wrong, but I spent some time reading your diff and honestly, this isn't your work ^^ Anyway gz, its not up to me to judge you.
  13. Problem solved. Closing the Thread.
  14. If that happened is because the Client isn't sending the proper packets, thus, what should be the objectId (e.g. 359746214856) is showing as Null (0) hence, you are prompted with a NPE. Update your client, re-install the DB and if you hand compiled make a clean. Should fix it
  15. Yup. Another possibility is to do what zunix said: Open L2Character, find callskill and add (in the proper place): if (target instanceof L2Raidboss) { if (skill.getSkillType() == L2SkillType.HEAL || skill.getSkillType() == L2SkillType.HEAL_MOB || skill.getSkillType() == L2SkillType.HEAL_PERCENT) { player.sendPacket(ActionFailed.STATIC_PACKET); return; } } Etc,apply that for all the skill type restrictions.
  16. Check the COLLISION HEIGHT
  17. if you want it to drop even if its PK and even if they're inside non-pvp areas then sure,you should do that
  18. Its very simple actually. I did it in many other posts roby, sorry but I wont make people their code anymore. If you want special features make them, I'm here to offer support not to dev for you people ;)
  19. Use a damn recent version, not those pre-compiled crappy packs.
  20. Get doDie() and make a random chance of player dropping a specific item.
  21. Thats what it means since at the time PHX versions were different. If you want just get the newer PHX protections from L2jFree,basically you have to add a sendPacket(ActionFailed.STATIC_PACKET); into most packets.
  22. L2PcInstance doDie()
  23. I can sell you my code,but I doubt you can afford it ^^
  24. Check the Internal IP and WAN IP
  25. Both projects are crap so ^^ just like Umbrella
×
×
  • 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