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/029-1_Candor | |
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/029-1_Candor')
-rw-r--r-- | npc/029-1_Candor/_import.txt | 6 | ||||
-rw-r--r-- | npc/029-1_Candor/_mobs.txt | 44 | ||||
-rw-r--r-- | npc/029-1_Candor/_warps.txt | 3 | ||||
-rw-r--r-- | npc/029-1_Candor/barrier.txt | 8 | ||||
-rw-r--r-- | npc/029-1_Candor/dock.txt | 6 |
5 files changed, 0 insertions, 67 deletions
diff --git a/npc/029-1_Candor/_import.txt b/npc/029-1_Candor/_import.txt deleted file mode 100644 index d69775f4..00000000 --- a/npc/029-1_Candor/_import.txt +++ /dev/null @@ -1,6 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -map: 029-1.gat -npc: npc/029-1_Candor/_mobs.txt -npc: npc/029-1_Candor/_warps.txt -npc: npc/029-1_Candor/barrier.txt -npc: npc/029-1_Candor/dock.txt diff --git a/npc/029-1_Candor/_mobs.txt b/npc/029-1_Candor/_mobs.txt deleted file mode 100644 index 1b19f809..00000000 --- a/npc/029-1_Candor/_mobs.txt +++ /dev/null @@ -1,44 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -// 029-1 Candor mobs - -029-1.gat,68,64,11,13 monster Evil Mushrooms 1013,4,20000,60000,Mob029-1::On1013 -029-1.gat,31,32,12,13 monster Squirrel 1038,3,30000,60000,Mob029-1::On1038 -029-1.gat,46,48,4,1 monster Clover Patch 1037,1,10000,120000,Mob029-1::On1037 -029-1.gat,36,59,22,20 monster Spiky Mushroom 1019,5,10000,30000,Mob029-1::On1019 -029-1.gat,53,35,17,17 monster Bats 1017,4,25000,30000,Mob029-1::On1017 -029-1.gat,59,51,13,9 monster Log heads 1025,2,25000,30000,Mob029-1::On1025 - - -029-1.gat,0,0,0 script Mob029-1 -1,{ -On1013: - set @mobID, 1013; - callfunc "MobPoints"; - break; - -On1017: - set @mobID, 1017; - callfunc "MobPoints"; - break; - -On1019: - set @mobID, 1019; - callfunc "MobPoints"; - break; - -On1025: - set @mobID, 1025; - callfunc "MobPoints"; - break; - -On1037: - set @mobID, 1037; - callfunc "MobPoints"; - break; - -On1038: - set @mobID, 1038; - callfunc "MobPoints"; - break; - - end; -} diff --git a/npc/029-1_Candor/_warps.txt b/npc/029-1_Candor/_warps.txt deleted file mode 100644 index a928551f..00000000 --- a/npc/029-1_Candor/_warps.txt +++ /dev/null @@ -1,3 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -// 029-1 Candor warps - diff --git a/npc/029-1_Candor/barrier.txt b/npc/029-1_Candor/barrier.txt deleted file mode 100644 index a92993ff..00000000 --- a/npc/029-1_Candor/barrier.txt +++ /dev/null @@ -1,8 +0,0 @@ -029-1.gat,53,36,0 script #CandorBarrier 127,1,1,{
- if ($@FIGHT_CAVE_STATUS == 1) goto L_Block;
- warp "029-3.gat", 46, 23;
- end;
-
- L_Block:
- message strcharinfo(0), "Some force seems to be blocking you from entering.";
-}
diff --git a/npc/029-1_Candor/dock.txt b/npc/029-1_Candor/dock.txt deleted file mode 100644 index 76cc8a16..00000000 --- a/npc/029-1_Candor/dock.txt +++ /dev/null @@ -1,6 +0,0 @@ -// The ferry dock - -029-1.gat,22,37,0 script #candordock 127,2,1,{ - set @loc, DOCK_candor; - callfunc "Ferry"; -} |