Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. It's working fine, you simply failed to add properly the code. Also red circle is 2 ;)
  2. 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)
  3. AccessDenied busted!
  4. 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.
  5. Stop trolling with reborn. Its not funny.
  6. If you don't know to do it, then create new scroll as grade NONE. Set your armor enchant type @ xml for your armor as NONE. Don't forgot to change the Crystal scroll grade to NONE as well. Profit. ONE line code. You only have to register new grade and obviously change the xml/sql grade.
  7. I think that you necro post. About question, depends of the style you prefer to play. Tank or dd. Make your choice.
  8. Whatever you like. "New grade", else a simple check for id - faster way, there is no need to create new items.
  9. Stereotype, bcs I like red. Also it's plain & simple. :happyforever:
  10. Npc direction while spawning is the same as your char.
  11. These logos are server packs their poor project is based. They only copy paste from them/all projects around. So the answer is simply, its one big shit. Not worth to be used.
  12. Quests are basically done, so.. :P
  13. @TheAllKnowing No, you will get the skill on each pvp..
  14. Still you didn't get the point. Then, you know where to knock.
  15. Search for old l2jserver files.
  16. It's not registered under the spawnlist, so you have insta respawn.
  17. if (!members.isInsideRadius(npc, 2000, false, false)) <------If player is near raid //check { members.sendMessage("You Was On Wrong Place"); <----------If players wasnt near send msg about "fail" continue; } if (!members.isInsideRadius(npc, 2000, true, true)) <--- if member is in radius correct check { members.getInventory().addItem("Noblesse Tiara",7694,1,members,null); <--- change the ids and give to all party the item which you like to members.sendMessage("You Are Noblesse now."); <--- chance the msg or delete it } Fail.
  18. else IF, else IF :dat: L2PcInstance activeChar = L2PcInstance.this.getClient().getActiveChar(); :happyforever:
×
×
  • Create New...