summaryrefslogtreecommitdiff
path: root/npc/025-2-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-2-3')
-rw-r--r--npc/025-2-3/boss.txt6
1 files changed, 6 insertions, 0 deletions
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;
}