diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-28 14:25:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-28 14:25:00 -0300 |
commit | 03d6a67f788f5578bb3f127a7bc36afe766f0ecf (patch) | |
tree | 55dcf3e4ff0de7d76c5f51fa8f19ad4de173db39 | |
parent | 9990bbec0cafbfec0a52bdae53845265068ac60e (diff) | |
download | serverdata-03d6a67f788f5578bb3f127a7bc36afe766f0ecf.tar.gz serverdata-03d6a67f788f5578bb3f127a7bc36afe766f0ecf.tar.bz2 serverdata-03d6a67f788f5578bb3f127a7bc36afe766f0ecf.tar.xz serverdata-03d6a67f788f5578bb3f127a7bc36afe766f0ecf.zip |
Exception for the above rule: Dying in an arena.
-rw-r--r-- | npc/functions/hub.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 58f3dc0bf..888489912 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -1245,18 +1245,18 @@ function script HUB_PvP { // Anywhere else // You get 0.5 times killed player level, and 0 times job level getexp (.@bxp/2), 0; - } - // Determine changes in the blightbringer - if ($SHADY_HOLDER$ != "" && !islegendary()) { - if ($SHADY_HOLDER$ == strcharinfo(0, "error", killedrid)) { - // They right for the weapon was lost - DelItemFromEveryPlayer(Blightbringer); - $SHADY_HOLDER$=""; - // Assign the weapon its new master IF they can hold it - // Otherwise, it returns to its rightful owner - The Monster King - addtimer(10, "Impregnable#B7F::OnBlightbringer"); - } + // Determine changes in the blightbringer + if ($SHADY_HOLDER$ != "" && !islegendary()) { + if ($SHADY_HOLDER$ == strcharinfo(0, "error", killedrid)) { + // They right for the weapon was lost + DelItemFromEveryPlayer(Blightbringer); + $SHADY_HOLDER$=""; + // Assign the weapon its new master IF they can hold it + // Otherwise, it returns to its rightful owner - The Monster King + addtimer(10, "Impregnable#B7F::OnBlightbringer"); + } // Blightbringer owner + } // Blightbringer logic } return; } |