summaryrefslogtreecommitdiff
path: root/world/map/npc/025-1
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-08-26 21:36:12 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-08-26 21:38:09 -0700
commitd95a9563233e4b3269e6a5b608d167df656906f8 (patch)
tree3ac9d24bb0beb4ceb7a9f790d137771211863296 /world/map/npc/025-1
parent29fd79e3264346a6f3623020036a2e2a5fa7011f (diff)
downloadserverdata-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/025-1')
-rw-r--r--world/map/npc/025-1/_mobs.txt82
-rw-r--r--world/map/npc/025-1/_warps.txt6
2 files changed, 44 insertions, 44 deletions
diff --git a/world/map/npc/025-1/_mobs.txt b/world/map/npc/025-1/_mobs.txt
index 7f444112..e57f0e8e 100644
--- a/world/map/npc/025-1/_mobs.txt
+++ b/world/map/npc/025-1/_mobs.txt
@@ -1,63 +1,63 @@
// This file is generated automatically. All manually changes will be removed when running the Converter.
// 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 Snail 1041,7,30000,12000,Mob025-1::On1041
-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,{
+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|Snail|1041,7,30000,12000,Mob025-1::On1041
+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;
+ set @mobID, 1003;
+ callfunc "MobPoints";
+ end;
On1014:
- set @mobID, 1014;
- callfunc "MobPoints";
- break;
+ set @mobID, 1014;
+ callfunc "MobPoints";
+ end;
On1019:
- set @mobID, 1019;
- callfunc "MobPoints";
- break;
+ set @mobID, 1019;
+ callfunc "MobPoints";
+ end;
On1025:
- set @mobID, 1025;
- callfunc "MobPoints";
- break;
+ set @mobID, 1025;
+ callfunc "MobPoints";
+ end;
On1032:
- set @mobID, 1032;
- callfunc "MobPoints";
- break;
+ set @mobID, 1032;
+ callfunc "MobPoints";
+ end;
On1035:
- set @mobID, 1035;
- callfunc "MobPoints";
- break;
+ set @mobID, 1035;
+ callfunc "MobPoints";
+ end;
On1037:
- set @mobID, 1037;
- callfunc "MobPoints";
- break;
+ set @mobID, 1037;
+ callfunc "MobPoints";
+ end;
On1038:
- set @mobID, 1038;
- callfunc "MobPoints";
- break;
+ set @mobID, 1038;
+ callfunc "MobPoints";
+ end;
On1041:
- set @mobID, 1041;
- callfunc "MobPoints";
- break;
+ set @mobID, 1041;
+ callfunc "MobPoints";
+ end;
- end;
+ end;
}
diff --git a/world/map/npc/025-1/_warps.txt b/world/map/npc/025-1/_warps.txt
index e408c509..b5166b89 100644
--- a/world/map/npc/025-1/_warps.txt
+++ b/world/map/npc/025-1/_warps.txt
@@ -1,6 +1,6 @@
// This file is generated automatically. All manually changes will be removed when running the Converter.
// 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
+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