From b0cd6ed5c3ee7bff662bd3249c67eadbd28c8f09 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 3 Oct 2009 21:53:48 -0600 Subject: Add the caretaker's wife Killing her results in a 5 minute ban of the player. --- npc/027-2_Caretakers_House/caretaker.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'npc/027-2_Caretakers_House/caretaker.txt') diff --git a/npc/027-2_Caretakers_House/caretaker.txt b/npc/027-2_Caretakers_House/caretaker.txt index 174134b0..274c13f1 100644 --- a/npc/027-2_Caretakers_House/caretaker.txt +++ b/npc/027-2_Caretakers_House/caretaker.txt @@ -92,4 +92,19 @@ L_Has_No_New_Letter: L_Has_New_Letter: // TODO: The player has to deliver the current letter first close; + +OnTimer3000: + 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 strcharinfo(0) + " : @l I killed the caretaker's wife!"; + gmcommand strcharinfo(0) + " : @ban +5m " + strcharinfo(0); + setnpctimer 0; + end; + +OnInit: + initnpctimer; + end; } -- cgit v1.2.3-60-g2f50