From f40581c8718e979306a98dafca01bc517b7e51bd Mon Sep 17 00:00:00 2001 From: coffee Date: Sat, 3 Sep 2011 11:21:01 -0300 Subject: Small fix in hasan and spawn the caretaker's wife in oninit label. --- world/map/npc/027-2/caretaker.txt | 4 ++++ world/map/npc/042-1/hasan.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'world') diff --git a/world/map/npc/027-2/caretaker.txt b/world/map/npc/027-2/caretaker.txt index 2cc64ec1..3a53fb99 100644 --- a/world/map/npc/027-2/caretaker.txt +++ b/world/map/npc/027-2/caretaker.txt @@ -120,6 +120,10 @@ OnTimer3000: setnpctimer 0; end; +onInit: + monster "027-2.gat", 29, 21, "Caretaker's Wife", 1044, 1, "Caretaker::OnWifeDeath"; + end; + OnWifeDeath: mapannounce "027-2.gat", "NO! YOU KILLED MY WIFE!", 0; gmcommand "@l I killed the caretaker's wife!"; diff --git a/world/map/npc/042-1/hasan.txt b/world/map/npc/042-1/hasan.txt index 5e9dfdc5..dd549c13 100644 --- a/world/map/npc/042-1/hasan.txt +++ b/world/map/npc/042-1/hasan.txt @@ -203,7 +203,7 @@ onScorpionDeath: if (strcharinfo(0) != $@ScorpionFighter$) goto L_SummonAgain; set $@scorp, 0; if (hasan != 3) - close; + end; set hasan, 4; message strcharinfo(0), "You saved Hasan."; set $@ScorpionTimer, 0; -- cgit v1.2.3-60-g2f50