From f4fdea8a9bfd0ec860b27d7ae8282ffd87e2d73c Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 7 May 2014 22:03:48 -0500 Subject: Switched the mob out for a NPC fixes #103 --- world/map/npc/027-2/caretaker.txt | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/world/map/npc/027-2/caretaker.txt b/world/map/npc/027-2/caretaker.txt index 05c887cd..593a91a8 100644 --- a/world/map/npc/027-2/caretaker.txt +++ b/world/map/npc/027-2/caretaker.txt @@ -105,21 +105,10 @@ L_Give_New_Letter_Real: L_Close: close; - -OnTimer3000: - monster "027-2.gat", 29, 21, "Caretaker's Wife", 1044, 1, "Caretaker::OnWifeDeath"; - stopnpctimer; - 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!"; - gmcommand "@ban +5mn " + strcharinfo(0); - initnpctimer; +} +027-2.gat,28,22,0|script|Joan|409, +{ + mes "[Joan]"; + mes "..."; end; } -- cgit v1.2.3-60-g2f50