diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-12 16:39:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-12 16:39:13 -0300 |
commit | 7243b082f7c4e1b5a2447e70708e80ce974d32b8 (patch) | |
tree | 214e6b8dd54dde687339e47cdf49f5974607b591 /npc/001-7 | |
parent | c4b17dee42ae18083dcae8889f2c4f314d700186 (diff) | |
download | serverdata-7243b082f7c4e1b5a2447e70708e80ce974d32b8.tar.gz serverdata-7243b082f7c4e1b5a2447e70708e80ce974d32b8.tar.bz2 serverdata-7243b082f7c4e1b5a2447e70708e80ce974d32b8.tar.xz serverdata-7243b082f7c4e1b5a2447e70708e80ce974d32b8.zip |
Correct Yeti King Strange Coin drop - it was meant to be exclusive for the
Yeti King Quest
Diffstat (limited to 'npc/001-7')
-rw-r--r-- | npc/001-7/celestia_bossfight.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index eb51ffc94..9a80c00a9 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -128,6 +128,9 @@ OnVictory: setnpcdisplay .name$, NPC_SUMMONING_CIRC; //Karma=Karma+1; Mobpt+=10000; + getitem StrangeCoin, 2; + getmapxy(.@m$, .@x, .@y, 0); + makeitem(StrangeCoin, 1, .@m$, .@x+rand2(-1,1), .@y+rand2(-1,1)); npctalk l("Good job... You can keep the drops. Touch here to return home."); areatimer "001-7", 20, 20, 141, 171, 10, "#YetiKing::OnDefeat"; end; |