From 72f62c743624dcaf116b4d5f5f7a8717538bb480 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Feb 2021 14:14:12 -0300 Subject: Defeating Pinkie Emperor (hourly challenge) now gives 1 strange coin to all party members. Only survivors are counted. --- npc/025-2-3/boss.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/npc/025-2-3/boss.txt b/npc/025-2-3/boss.txt index ebed55c0f..a2ed20fe3 100644 --- a/npc/025-2-3/boss.txt +++ b/npc/025-2-3/boss.txt @@ -22,10 +22,16 @@ OnBossDeath: .@party=getcharid(1); if (.@party > 0) { mapannounce "025-2-3", "Boss deafeated by Party: " + getpartyname(.@party), bc_all; + partytimer("025-2-4", 200, "#BossCtrl_025-2-3::OnBossReward"); } else { mapannounce "025-2-3", "Boss deafeated by: " + strcharinfo(0), bc_all; + getitem StrangeCoin, 1; } callfunc "02524_Revenge_BlackBox"; end; +OnBossReward: + if (ispcdead()) end; + getitem StrangeCoin, 1; + end; } -- cgit v1.2.3-60-g2f50