From 49353e07ab7e5421649c7a5eba02f26290594e5c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 26 Jun 2019 09:43:28 -0300 Subject: If Isbamuth is killed - you cheat? - Revive him, because he is too awesome to die. --- npc/023-3-1/logic.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/023-3-1/logic.txt b/npc/023-3-1/logic.txt index 5f2fc1e85..d2ccb8a56 100644 --- a/npc/023-3-1/logic.txt +++ b/npc/023-3-1/logic.txt @@ -96,7 +96,7 @@ OnEvent01: .@n$=instance_npcname(.name$); slide 45, 42; - @ISBAMUTH=monster(.@m$, 45, 34, l("Isbamuth"), Isbamuth, 1, .name$+"::OnMobDie"); + @ISBAMUTH=monster(.@m$, 45, 34, l("Isbamuth"), Isbamuth, 1, .name$+"::OnIsbamuthDefeat"); .@g1=monster(.@m$, 42, 37, l("Assassin"), HoodedNinja, 1, .name$+"::OnMobDie"); .@g2=monster(.@m$, 48, 37, l("Assassin"), HoodedNinja, 1, .name$+"::OnMobDie"); .@g3=monster(.@m$, 39, 40, l("Assassin"), Assassin, 1, .name$+"::OnMobDie"); @@ -258,10 +258,11 @@ OnW02: // Secret events. Do not handle Isbamuth death as it should be impossible... OnIsbamuthDefeat: - Exception(l("Why do you bully me! - This is a bug: 02331.LOGIC.OID")); + Exception(l("Why do you bully me! - This is a bug: 02331.LOGIC.OID"), RB_DISPBOTTOM|RB_DEBUGMES); deltimer(.@n$+"::OnW01"); deltimer(.@n$+"::OnW02"); getexp 0, 1000; + @ISBAMUTH=monster(.@m$, 45, 34, l("Isbamuth"), Isbamuth, 1, .name$+"::OnIsbamuthDefeat"); end; // For mobcount() only -- cgit v1.2.3-70-g09d2