Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Read a guide then.
  2. General Section of l2, there is a topic about. Like 5th or 6th page of that topic, there is a download link by Trance.
  3. Use proper section and tags ffs.
  4. :okey: :okey:
  5. Omm omm omm :D Locked.
  6. Nothing more to say. Good luck. Moved.
  7. There is no point to use it while he use some, most likely instanced, npc..
  8. Looks like you don't even know what getObjectId() is, lol. You need a new method/bypass to do it. Check ANY, basically, bypass how it works. For example gm commands/bypasses, buffer bypass or any other.
  9. I would give you a cookie for that, but I just ate them all.
  10. No. You have all info you need. I'm not gonna share full ready to apply code. You only have to setTeam(1) under pvp count and setTeam(2) under pk count. And setTeam(0) in pvptask and setKarma.
  11. Why don't you follow a godamn guide? And why don't you post in proper section?! Short example, you can start from 1:00
  12. If you don't mind. Also, the section is also CORRECT. Bot Request, cool.
  13. Yup. You can even make a hat or w/e with simple check isEquipped() or inventory check for item. If result is positive, then setDonator.
  14. I have no idea what the heck you are talking about.. Simply stay with your char as you want your npc to be.
  15. 2x no. Your check MISS LOGIC. Before you are pk, you are flagged already, so how the heck you can be not flagged aka pvp flag == 0 ... ? :rage: THINK. // Otherwise, killer is considered as a PKer. else if (targetPlayer.getKarma() == 0 && targetPlayer.getPvpFlag() == 0) { // PK Points are increased only if you kill a player. if (target instanceof L2PcInstance) setPkKills(getPkKills() + 1); // Calculate new karma. setKarma(getKarma() + Formulas.calculateKarmaGain(getPkKills(), target instanceof L2Summon)); setTeam(2); // Send UserInfo packet to attacker with its Karma and PK Counter sendPacket(new UserInfo(this)); } if (_karma > 0 && karma == 0) { sendPacket(new UserInfo(this)); broadcastRelationsChanges(); setTeam(0); }
  16. It's working fine, you simply failed to add properly the code. Also red circle is 2 ;)
  17. Under setKarma , setPkKills + 1 ? That's so obvious // Otherwise, killer is considered as a PKer. else if (targetPlayer.getKarma() == 0 && targetPlayer.getPvpFlag() == 0) { // PK Points are increased only if you kill a player. if (target instanceof L2PcInstance) setPkKills(getPkKills() + 1); // Calculate new karma. setKarma(getKarma() + Formulas.calculateKarmaGain(getPkKills(), target instanceof L2Summon)); // Send UserInfo packet to attacker with its Karma and PK Counter sendPacket(new UserInfo(this)); } Also, you have to reset it <setTeam(0)> when you lose karma, under this method. public void setKarma(int karma)
  18. AccessDenied busted!
  19. Nice tool. It's one line replace, you can do it alone :o Find the mass heal skill and replace the effect from another skill (cp). Moved.
  20. Stop trolling with reborn. Its not funny.
×
×
  • 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