diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-26 09:43:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-26 09:43:28 -0300 |
commit | 49353e07ab7e5421649c7a5eba02f26290594e5c (patch) | |
tree | e2532e879727f1f11434e4a9b6cf4e999283ea90 /npc/023-3-1 | |
parent | d546dc4eff3b7bc069546ef661d715437a0b4367 (diff) | |
download | serverdata-49353e07ab7e5421649c7a5eba02f26290594e5c.tar.gz serverdata-49353e07ab7e5421649c7a5eba02f26290594e5c.tar.bz2 serverdata-49353e07ab7e5421649c7a5eba02f26290594e5c.tar.xz serverdata-49353e07ab7e5421649c7a5eba02f26290594e5c.zip |
If Isbamuth is killed - you cheat? - Revive him, because he is too awesome to die.
Diffstat (limited to 'npc/023-3-1')
-rw-r--r-- | npc/023-3-1/logic.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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 |