diff options
author | Jared Adams <jaxad0127@gmail.com> | 2011-06-01 15:27:26 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2011-06-01 15:37:09 -0600 |
commit | 3d0823d5c9b56be5c3892c0a4e717f961cb93e69 (patch) | |
tree | 6545b29dbd08d81b57f9cb1f9f83df57ead489c2 /npc/004-1_Beach | |
parent | c6e448824925eec18edffffc7342399b73b6feb4 (diff) | |
download | serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.gz serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.bz2 serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.xz serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.zip |
Change the Converter to use different folder names
And update everything to use it.
Diffstat (limited to 'npc/004-1_Beach')
-rw-r--r-- | npc/004-1_Beach/_import.txt | 4 | ||||
-rw-r--r-- | npc/004-1_Beach/_mobs.txt | 35 | ||||
-rw-r--r-- | npc/004-1_Beach/_warps.txt | 7 |
3 files changed, 0 insertions, 46 deletions
diff --git a/npc/004-1_Beach/_import.txt b/npc/004-1_Beach/_import.txt deleted file mode 100644 index db47e100..00000000 --- a/npc/004-1_Beach/_import.txt +++ /dev/null @@ -1,4 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -map: 004-1.gat -npc: npc/004-1_Beach/_mobs.txt -npc: npc/004-1_Beach/_warps.txt diff --git a/npc/004-1_Beach/_mobs.txt b/npc/004-1_Beach/_mobs.txt deleted file mode 100644 index 722b6d65..00000000 --- a/npc/004-1_Beach/_mobs.txt +++ /dev/null @@ -1,35 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -// 004-1 Beach mobs - -004-1.gat,39,57,8,29 monster Sea slime 1033,5,100000,30000,Mob004-1::On1033 -004-1.gat,33,83,9,40 monster Sea Slime 1033,11,100000,30000,Mob004-1::On1033 -004-1.gat,28,103,11,14 monster Sea slime 1033,7,100000,30000,Mob004-1::On1033 -004-1.gat,71,103,27,19 monster Giant maggot 1006,5,100000,30000,Mob004-1::On1006 -004-1.gat,76,68,21,49 monster Red scorpion 1004,13,100000,30000,Mob004-1::On1004 -004-1.gat,68,25,19,10 monster Giant maggot 1006,2,100000,30000,Mob004-1::On1006 -004-1.gat,93,27,2,3 monster Black scorpion 1009,1,120000,60000,Mob004-1::On1009 - - -004-1.gat,0,0,0 script Mob004-1 -1,{ -On1004: - set @mobID, 1004; - callfunc "MobPoints"; - break; - -On1006: - set @mobID, 1006; - callfunc "MobPoints"; - break; - -On1009: - set @mobID, 1009; - callfunc "MobPoints"; - break; - -On1033: - set @mobID, 1033; - callfunc "MobPoints"; - break; - - end; -} diff --git a/npc/004-1_Beach/_warps.txt b/npc/004-1_Beach/_warps.txt deleted file mode 100644 index 5795092b..00000000 --- a/npc/004-1_Beach/_warps.txt +++ /dev/null @@ -1,7 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -// 004-1 Beach warps - -004-1.gat,84,113 warp ToSandstorm 1,-1,002-1.gat,29,15 -004-1.gat,37,111 warp ToBeach 1,-1,003-1.gat,141,21 -004-1.gat,80,31 warp ToHouse -1,-1,004-2.gat,21,28 -004-1.gat,86,27 warp To2ndFloor -1,-1,004-2.gat,57,65 |