diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-01 09:27:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-01 09:27:24 -0300 |
commit | f88e7c3db60fee24336ec09d12061006ce5f28cd (patch) | |
tree | 5bb9be0957e1573ba69a900e7eee898a0be5b5a5 /world | |
parent | 54f3fa906bdc62dc2a4be161dd3064d56ca78310 (diff) | |
download | serverdata-f88e7c3db60fee24336ec09d12061006ce5f28cd.tar.gz serverdata-f88e7c3db60fee24336ec09d12061006ce5f28cd.tar.bz2 serverdata-f88e7c3db60fee24336ec09d12061006ce5f28cd.tar.xz serverdata-f88e7c3db60fee24336ec09d12061006ce5f28cd.zip |
Fix a few bugs on Christmas 2020 while running low on ammo or using magic.
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/annuals/xmas/2020.txt | 80 |
1 files changed, 72 insertions, 8 deletions
diff --git a/world/map/npc/annuals/xmas/2020.txt b/world/map/npc/annuals/xmas/2020.txt index f60dfd4e..9747d244 100644 --- a/world/map/npc/annuals/xmas/2020.txt +++ b/world/map/npc/annuals/xmas/2020.txt @@ -22,9 +22,25 @@ OnHit: if ((BaseLevel < 30) || (gettimetick(2) - TUT_var < 2*7*86400)) end; - // Not equipped to hunt Grinchboos - if (getequipid(equip_arrow) != 5260) + // Magic cheat + if (@wandspell[4]) + end; + if (@ingravspell[2]) + end; + if (@chizaspell[2]) + end; + if (@flarspell[2]) + end; + if (@phlexspell[3]) end; + if (@chipchipspell[2]) + end; + if (@upmarmuspell[1]) + end; + + // Not equipped to hunt Grinchboos + //if (getequipid(equip_arrow) != 5260) + // end; if (getequipid(equip_hand1) != 5261) end; @@ -352,9 +368,25 @@ OnHit: if ((BaseLevel < 30) || (gettimetick(2) - TUT_var < 2*7*86400)) end; - // Not equipped to hunt Grinchboos - if (getequipid(equip_arrow) != 5260) + // Magic cheat + if (@wandspell[4]) + end; + if (@ingravspell[2]) + end; + if (@chizaspell[2]) + end; + if (@flarspell[2]) + end; + if (@phlexspell[3]) end; + if (@chipchipspell[2]) + end; + if (@upmarmuspell[1]) + end; + + // Not equipped to hunt Grinchboos + //if (getequipid(equip_arrow) != 5260) + // end; if (getequipid(equip_hand1) != 5261) end; @@ -465,9 +497,25 @@ OnHit: if ((BaseLevel < 30) || (gettimetick(2) - TUT_var < 2*7*86400)) end; - // Not equipped to hunt Grinchboos - if (getequipid(equip_arrow) != 5260) + // Magic cheat + if (@wandspell[4]) + end; + if (@ingravspell[2]) + end; + if (@chizaspell[2]) + end; + if (@flarspell[2]) + end; + if (@phlexspell[3]) end; + if (@chipchipspell[2]) + end; + if (@upmarmuspell[1]) + end; + + // Not equipped to hunt Grinchboos + //if (getequipid(equip_arrow) != 5260) + // end; if (getequipid(equip_hand1) != 5261) end; @@ -578,9 +626,25 @@ OnHit: if ((BaseLevel < 30) || (gettimetick(2) - TUT_var < 2*7*86400)) end; - // Not equipped to hunt Grinchboos - if (getequipid(equip_arrow) != 5260) + // Magic cheat + if (@wandspell[4]) + end; + if (@ingravspell[2]) + end; + if (@chizaspell[2]) + end; + if (@flarspell[2]) + end; + if (@phlexspell[3]) end; + if (@chipchipspell[2]) + end; + if (@upmarmuspell[1]) + end; + + // Not equipped to hunt Grinchboos + //if (getequipid(equip_arrow) != 5260) + // end; if (getequipid(equip_hand1) != 5261) end; |