diff options
author | wushin <pasekei@gmail.com> | 2014-04-11 14:32:22 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-04-15 20:26:28 -0500 |
commit | 47f790759ea3ea56d31e000bc3f3b7f142ee802d (patch) | |
tree | 369dc32bddb447076c5cf9298f6624366aa03ce2 /world/map/npc/027-2/caretaker.txt | |
parent | 6e9543af67c5e027269bfc32e9c6f36111f3832a (diff) | |
download | serverdata-47f790759ea3ea56d31e000bc3f3b7f142ee802d.tar.gz serverdata-47f790759ea3ea56d31e000bc3f3b7f142ee802d.tar.bz2 serverdata-47f790759ea3ea56d31e000bc3f3b7f142ee802d.tar.xz serverdata-47f790759ea3ea56d31e000bc3f3b7f142ee802d.zip |
Npcs remaining script fixes
Npcs changed for travel
Npcs changed for new maps
Npcs changed for basic crypts
Diffstat (limited to 'world/map/npc/027-2/caretaker.txt')
-rw-r--r-- | world/map/npc/027-2/caretaker.txt | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/world/map/npc/027-2/caretaker.txt b/world/map/npc/027-2/caretaker.txt index bd28a0a5..05c887cd 100644 --- a/world/map/npc/027-2/caretaker.txt +++ b/world/map/npc/027-2/caretaker.txt @@ -55,15 +55,12 @@ L_Favor: L_Receive: set QUEST_Graveyard_Caretaker, 2; mes "You receive the letter and put it in a special place so it doesn't get lost in your inventory."; - if (@menu == 2) - goto L_Location; - close; - -L_Location: next; - goto L_Location_Real; + if (@menu != 2) + close; + goto L_Location; -L_Location_Real: +L_Location: mes "[Caretaker]"; mes "\"Her name is Airlia. She works at the town hall in Hurnscald. Thank you for your help.\""; close; @@ -75,7 +72,7 @@ L_Has_Letter: menu "Not yet.", L_Close, "I'll get there when I get there.", L_Close, - "Where did you say I could find her?", L_Location_Real; + "Where did you say I could find her?", L_Location; L_Delivered_Letter: mes "[Caretaker]"; @@ -106,6 +103,9 @@ L_Give_New_Letter_Real: mes "\"Thank you.\""; close; +L_Close: + close; + OnTimer3000: monster "027-2.gat", 29, 21, "Caretaker's Wife", 1044, 1, "Caretaker::OnWifeDeath"; stopnpctimer; @@ -122,7 +122,4 @@ OnWifeDeath: gmcommand "@ban +5mn " + strcharinfo(0); initnpctimer; end; - -L_Close: - close; } |