diff options
author | Wombat <hpwombat@yahoo.com> | 2010-12-29 03:37:07 -0500 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-12-29 03:37:07 -0500 |
commit | 9aacc29a8270b412142b9cafe801606a8d066440 (patch) | |
tree | e6ac0f3c1ee84479ab54d8a4b3853e52bc4f83b7 /npc/009-4 | |
parent | aa0f7abc5b8aa8ce49a0de77d6fd7de58c0e3e99 (diff) | |
download | serverdata-9aacc29a8270b412142b9cafe801606a8d066440.tar.gz serverdata-9aacc29a8270b412142b9cafe801606a8d066440.tar.bz2 serverdata-9aacc29a8270b412142b9cafe801606a8d066440.tar.xz serverdata-9aacc29a8270b412142b9cafe801606a8d066440.zip |
added warps and mobs txt files to 009-4
Added _warps and _mobs .txt files to 009-4.
Diffstat (limited to 'npc/009-4')
-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 |