Jump to content

Procustration90

Members
  • Posts

    14
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Procustration90

  1. This guy just blows my mind... he really fcking loves what he's doing, he offered me to change my web template he also fixed some of l2pack problems for free! So trusted for me! +1
  2. Looks good! I'll join 100%
  3. Ok i wrote the code by myself so i needed help from someone to what to change to make it work and what i did wrong..
  4. @Override public boolean doDie(L2Character killer) { if (!super.doDie(killer)) return false; { if (this.getNpcId() == 13016) killer.teleportto(20808,145755,-3144); { player.sendMessage("You are the lucky one!"); return; } this doesnt work, it gives me errors what do i need to change? i want to make when a mob(13016) gets killed the player who killed it to be teleported to the location above
  5. if(player.getKarma() <0 && Config.PROTECTOR_PLAYER_PK||player.getKarma() >0 && Config.PROTECTOR_PLAYER_PK||player.getKarma() == 0 && Config.PROTECTOR_PLAYER_PK||player.getPvpFlag() != 0 && Config.PROTECTOR_PLAYER_PVP) how to change it so it will kill people with karma & flag people with white name (no flag,pk) to not get killed i tried everything please help..
  6. nope i didnt .. when i change the respawn time on mobs "l2monster" it changes perfectly but when i do it on raid bosses it doesnt work..
  7. the thing is , it doesnt make any change.. i know the retail is 10 .. i'm trying to make a boss and change he's respawn time and it always stays at 10 ... :\
  8. How can i make a specific mob id drop the items on ground? all the other mobs with the type L2Monster autoloot the items, but i want to make one mob to drop the items on ground..? if i make it L2RaidBoss respawn time doesn't work and it respawns every 10 seconds! help!?!
  9. How can i make this: Let's say there's a boss if it gets killed i want everyone who participated to get teleported to main town (giran) or something similar to that...
  10. Does anyone know how can i make a teleport that needs an item id to let me teleport? pack l2jfrozen
×
×
  • Create New...