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/025-1_Woodland_Swamp | |
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/025-1_Woodland_Swamp')
-rw-r--r-- | npc/025-1_Woodland_Swamp/_import.txt | 4 | ||||
-rw-r--r-- | npc/025-1_Woodland_Swamp/_mobs.txt | 63 | ||||
-rw-r--r-- | npc/025-1_Woodland_Swamp/_warps.txt | 6 |
3 files changed, 0 insertions, 73 deletions
diff --git a/npc/025-1_Woodland_Swamp/_import.txt b/npc/025-1_Woodland_Swamp/_import.txt deleted file mode 100644 index 651e7afa..00000000 --- a/npc/025-1_Woodland_Swamp/_import.txt +++ /dev/null @@ -1,4 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -map: 025-1.gat -npc: npc/025-1_Woodland_Swamp/_mobs.txt -npc: npc/025-1_Woodland_Swamp/_warps.txt diff --git a/npc/025-1_Woodland_Swamp/_mobs.txt b/npc/025-1_Woodland_Swamp/_mobs.txt deleted file mode 100644 index eb389ab5..00000000 --- a/npc/025-1_Woodland_Swamp/_mobs.txt +++ /dev/null @@ -1,63 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -// 025-1 Woodland Swamp mobs - -025-1.gat,100,60,56,79 monster Clover Patch 1037,3,30000,10000,Mob025-1::On1037 -025-1.gat,56,96,13,5 monster Clover Patch 1037,1,1200000,10000,Mob025-1::On1037 -025-1.gat,56,36,77,33 monster Alizarin Plant 1032,2,240000,12000,Mob025-1::On1032 -025-1.gat,55,62,24,13 monster Fluffy 1020,7,30000,12000,Mob025-1::On1020 -025-1.gat,38,84,37,31 monster Silkworm 1035,18,40000,300,Mob025-1::On1035 -025-1.gat,96,47,63,55 monster Log Head 1025,14,18000,3000,Mob025-1::On1025 -025-1.gat,73,61,106,83 monster PinkFlower 1014,34,20000,5000,Mob025-1::On1014 -025-1.gat,73,61,107,82 monster Spiky Mushroom 1019,40,90000,500,Mob025-1::On1019 -025-1.gat,101,53,55,65 monster Squirrel 1038,18,60000,9000,Mob025-1::On1038 -025-1.gat,26,61,15,85 monster Scorpion 1003,12,100000,50000,Mob025-1::On1003 - - -025-1.gat,0,0,0 script Mob025-1 -1,{ -On1003: - set @mobID, 1003; - callfunc "MobPoints"; - break; - -On1014: - set @mobID, 1014; - callfunc "MobPoints"; - break; - -On1019: - set @mobID, 1019; - callfunc "MobPoints"; - break; - -On1020: - set @mobID, 1020; - callfunc "MobPoints"; - break; - -On1025: - set @mobID, 1025; - callfunc "MobPoints"; - break; - -On1032: - set @mobID, 1032; - callfunc "MobPoints"; - break; - -On1035: - set @mobID, 1035; - callfunc "MobPoints"; - break; - -On1037: - set @mobID, 1037; - callfunc "MobPoints"; - break; - -On1038: - set @mobID, 1038; - callfunc "MobPoints"; - break; - - end; -} diff --git a/npc/025-1_Woodland_Swamp/_warps.txt b/npc/025-1_Woodland_Swamp/_warps.txt deleted file mode 100644 index 84000cb2..00000000 --- a/npc/025-1_Woodland_Swamp/_warps.txt +++ /dev/null @@ -1,6 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -// 025-1 Woodland Swamp warps - -025-1.gat,19,66 warp toSwamp -1,-1,026-1.gat,128,66 -025-1.gat,90,19 warp toWoodland 2,-1,015-1.gat,59,100 -025-1.gat,130,58 warp toWoodland -1,1,016-1.gat,20,53 |