From 22cfbc011ce19e96767861b60473fa3136177f10 Mon Sep 17 00:00:00 2001 From: mekolat Date: Sun, 1 Feb 2015 14:11:22 -0500 Subject: remove .gat from npcs --- world/map/npc/009-4/waric.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'world/map/npc/009-4/waric.txt') diff --git a/world/map/npc/009-4/waric.txt b/world/map/npc/009-4/waric.txt index b83a14cc..29eff17b 100644 --- a/world/map/npc/009-4/waric.txt +++ b/world/map/npc/009-4/waric.txt @@ -1,6 +1,6 @@ //# see detailed description at orum.txt -009-4.gat,99,33,0|script|#WizardTrap|127,2,1 +009-4,99,33,0|script|#WizardTrap|127,2,1 { set @gender$, "They're"; if (Sex == 0) @@ -10,7 +10,7 @@ mes "As you explore further into the cave you see a figure looking at you who appears angry. But as you begin to speak, he quickly chants some words and you start to lose conciousness!"; next; - warp "009-4.gat", 117, 40; + warp "009-4", 117, 40; mes "When you awake you find yourself unable to move. You seem to be held in place by something. As your eyes regain focus you see Orum talking with the figure you saw earlier. Orum looks over at you and mumbles."; mes ""; mes "[Orum]"; @@ -19,7 +19,7 @@ close; } -009-4.gat,120,43,0|script|Orum#trap|158 +009-4,120,43,0|script|Orum#trap|158 { mes "[Orum]"; mes "\"I told you to forget about this place but you did not heed my advice!\""; @@ -28,7 +28,7 @@ close; } -009-4.gat,118,42,0|script|Waric#trap|153 +009-4,118,42,0|script|Waric#trap|153 { set @EXP_LEARNED_ALOT, 10000; if (OrumQuest >= 13) @@ -92,10 +92,10 @@ L_Explain: next; set OrumQuest, 14; misceffect 10; - warp "008-1.gat", 65, 90; + warp "008-1", 65, 90; getexp @EXP_LEARNED_ALOT, 0; mes "You awake on your back with a squirrel sitting on top of you arranging it's acorns. It quickly gathers them up and runs off as it sees you looking at it them."; - monster "008-1.gat", 65, 90, "Squirrel", 1038, 1; + monster "008-1", 65, 90, "Squirrel", 1038, 1; goto L_Close; L_Close: -- cgit v1.2.3-70-g09d2