summaryrefslogtreecommitdiff
path: root/world/map/npc/009-4/waric.txt
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-02-01 13:20:36 -0600
committerWushin <pasekei@gmail.com>2015-02-01 13:20:36 -0600
commit7a2d45e2bf1886d60d4fb0d30814ff91c1e548d7 (patch)
treed8bc376f768085d422dc523fabe7823b878ee3d3 /world/map/npc/009-4/waric.txt
parent44d34c2835e8f6601bbb0e320c82240c19cdbea3 (diff)
parent06d909765be760521b8379cda26167e2e7804cff (diff)
downloadserverdata-7a2d45e2bf1886d60d4fb0d30814ff91c1e548d7.tar.gz
serverdata-7a2d45e2bf1886d60d4fb0d30814ff91c1e548d7.tar.bz2
serverdata-7a2d45e2bf1886d60d4fb0d30814ff91c1e548d7.tar.xz
serverdata-7a2d45e2bf1886d60d4fb0d30814ff91c1e548d7.zip
Merge pull request #267 from mekolat/gat
remove .gat
Diffstat (limited to 'world/map/npc/009-4/waric.txt')
-rw-r--r--world/map/npc/009-4/waric.txt12
1 files changed, 6 insertions, 6 deletions
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: