From 7243b082f7c4e1b5a2447e70708e80ce974d32b8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 Jan 2021 16:39:13 -0300 Subject: Correct Yeti King Strange Coin drop - it was meant to be exclusive for the Yeti King Quest --- db/re/mob_db.conf | 3 +-- npc/001-7/celestia_bossfight.txt | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index db9faebec..0e137e6bd 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1598,13 +1598,12 @@ mob_db: ( DamageMotion: 270 Drops: { FrozenYetiTear: 10000 - StrangeCoin: 7000 - StrangeCoin: 2000 AnimalBones: 1500 BronzeBossGift: 1000 SilverBossGift: 500 ArcmageBoxset: 135 YetiMask: 50 + StrangeCoin: 1 } }, { 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; -- cgit v1.2.3-60-g2f50