diff options
author | Wombat <hpwombat@yahoo.com> | 2010-12-29 03:37:07 -0500 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2010-12-29 16:50:43 +0100 |
commit | 18f2753484880689ff2b8659238ccff12da944c6 (patch) | |
tree | e6ac0f3c1ee84479ab54d8a4b3853e52bc4f83b7 /npc | |
parent | 1cc99dcf66fb3f506d9cb8c244e2ed954f115a3b (diff) | |
download | serverdata-18f2753484880689ff2b8659238ccff12da944c6.tar.gz serverdata-18f2753484880689ff2b8659238ccff12da944c6.tar.bz2 serverdata-18f2753484880689ff2b8659238ccff12da944c6.tar.xz serverdata-18f2753484880689ff2b8659238ccff12da944c6.zip |
added warps and mobs txt files to 009-4
Added _warps and _mobs .txt files to 009-4.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-4/_mobs.txt | 7 | ||||
-rw-r--r-- | npc/009-4/_warps.txt | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/npc/009-4/_mobs.txt b/npc/009-4/_mobs.txt new file mode 100644 index 00000000..aa688cd9 --- /dev/null +++ b/npc/009-4/_mobs.txt @@ -0,0 +1,7 @@ +// 009-4 mobs + + + +009-4.gat,0,0,0 script Mob009-4 -1,{ + end; +} diff --git a/npc/009-4/_warps.txt b/npc/009-4/_warps.txt new file mode 100644 index 00000000..64969942 --- /dev/null +++ b/npc/009-4/_warps.txt @@ -0,0 +1,6 @@ +// 009-4 warps + +009-4.gat,37,112 warp to 025-1 -1,-1,025-1.gat,1,2 +009-4.gat,72,125 warp to 025-1 -1,-1,025-1.gat,1,2 +009-4.gat,72,136 warp to Cavern -1,-1,025-1.gat,1,2 +009-4.gat,37,123 warp to Cavern -1,-1,025-1.gat,1,2 |