diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-26 21:36:12 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-26 21:38:09 -0700 |
commit | d95a9563233e4b3269e6a5b608d167df656906f8 (patch) | |
tree | 3ac9d24bb0beb4ceb7a9f790d137771211863296 /world/map/npc/031-1 | |
parent | 29fd79e3264346a6f3623020036a2e2a5fa7011f (diff) | |
download | serverdata-d95a9563233e4b3269e6a5b608d167df656906f8.tar.gz serverdata-d95a9563233e4b3269e6a5b608d167df656906f8.tar.bz2 serverdata-d95a9563233e4b3269e6a5b608d167df656906f8.tar.xz serverdata-d95a9563233e4b3269e6a5b608d167df656906f8.zip |
Force the converter to run for all files to update generated files
* replace indentation tabs with 4 spaces
* replace separator tabs with pipes
* replace break; with end;
* handle unnamed maps
Diffstat (limited to 'world/map/npc/031-1')
-rw-r--r-- | world/map/npc/031-1/_mobs.txt | 28 | ||||
-rw-r--r-- | world/map/npc/031-1/_warps.txt | 4 |
2 files changed, 16 insertions, 16 deletions
diff --git a/world/map/npc/031-1/_mobs.txt b/world/map/npc/031-1/_mobs.txt index 2d799801..a28d1e69 100644 --- a/world/map/npc/031-1/_mobs.txt +++ b/world/map/npc/031-1/_mobs.txt @@ -1,26 +1,26 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // NivalisPort mobs -031-1.gat,75,72,86,110 monster Santa Slime 1015,5,100000,30000,Mob031-1::On1015 -031-1.gat,89,74,86,110 monster Squirrel 1038,10,100000,30000,Mob031-1::On1038 -031-1.gat,89,74,86,110 monster Fluffy 1020,15,100000,30000,Mob031-1::On1020 +031-1.gat,75,72,86,110|monster|Santa Slime|1015,5,100000,30000,Mob031-1::On1015 +031-1.gat,89,74,86,110|monster|Squirrel|1038,10,100000,30000,Mob031-1::On1038 +031-1.gat,89,74,86,110|monster|Fluffy|1020,15,100000,30000,Mob031-1::On1020 -031-1.gat,0,0,0 script Mob031-1 -1,{ +031-1.gat,0,0,0|script|Mob031-1|-1,{ On1015: - set @mobID, 1015; - callfunc "MobPoints"; - break; + set @mobID, 1015; + callfunc "MobPoints"; + end; On1020: - set @mobID, 1020; - callfunc "MobPoints"; - break; + set @mobID, 1020; + callfunc "MobPoints"; + end; On1038: - set @mobID, 1038; - callfunc "MobPoints"; - break; + set @mobID, 1038; + callfunc "MobPoints"; + end; - end; + end; } diff --git a/world/map/npc/031-1/_warps.txt b/world/map/npc/031-1/_warps.txt index 9ca21459..144b4498 100644 --- a/world/map/npc/031-1/_warps.txt +++ b/world/map/npc/031-1/_warps.txt @@ -1,5 +1,5 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // NivalisPort warps -031-1.gat,37,55 warp toNivalis -1,-1,020-1.gat,106,55 -031-1.gat,76,24 warp toLabyrinth -1,-1,031-3.gat,212,298 +031-1.gat,37,55|warp|toNivalis|-1,-1,020-1.gat,106,55 +031-1.gat,76,24|warp|toLabyrinth|-1,-1,031-3.gat,212,298 |