From d95a9563233e4b3269e6a5b608d167df656906f8 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 26 Aug 2011 21:36:12 -0700 Subject: 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 --- world/map/npc/007-1/_mobs.txt | 80 +++++++++++++++++++++--------------------- world/map/npc/007-1/_warps.txt | 6 ++-- 2 files changed, 43 insertions(+), 43 deletions(-) (limited to 'world/map/npc/007-1') diff --git a/world/map/npc/007-1/_mobs.txt b/world/map/npc/007-1/_mobs.txt index 7f7a266c..6bf7a5a4 100644 --- a/world/map/npc/007-1/_mobs.txt +++ b/world/map/npc/007-1/_mobs.txt @@ -1,62 +1,62 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Woodland mobs -007-1.gat,0,0,0,0 monster PinkFlower 1014,17,100000,30000,Mob007-1::On1014 -007-1.gat,0,0,0,0 monster Spiky Mushroom 1019,15,100000,30000,Mob007-1::On1019 -007-1.gat,0,0,0,0 monster Snail 1041,25,100000,30000,Mob007-1::On1041 -007-1.gat,0,0,0,0 monster Mauve 1029,3,270000,180000,Mob007-1::On1029 -007-1.gat,0,0,0,0 monster Gamboge 1031,1,2700000,1800000,Mob007-1::On1031 -007-1.gat,0,0,0,0 monster SilkWorm 1035,2,60000,30000,Mob007-1::On1035 -007-1.gat,0,0,0,0 monster Clover 1037,2,0,1000,Mob007-1::On1037 -007-1.gat,0,0,0,0 monster Squirrel 1038,25,30,20,Mob007-1::On1038 -007-1.gat,0,0,0,0 monster Butterfly 1055,10,30,20,Mob007-1::On1055 - - -007-1.gat,0,0,0 script Mob007-1 -1,{ +007-1.gat,0,0,0,0|monster|PinkFlower|1014,17,100000,30000,Mob007-1::On1014 +007-1.gat,0,0,0,0|monster|Spiky Mushroom|1019,15,100000,30000,Mob007-1::On1019 +007-1.gat,0,0,0,0|monster|Snail|1041,25,100000,30000,Mob007-1::On1041 +007-1.gat,0,0,0,0|monster|Mauve|1029,3,270000,180000,Mob007-1::On1029 +007-1.gat,0,0,0,0|monster|Gamboge|1031,1,2700000,1800000,Mob007-1::On1031 +007-1.gat,0,0,0,0|monster|SilkWorm|1035,2,60000,30000,Mob007-1::On1035 +007-1.gat,0,0,0,0|monster|Clover|1037,2,0,1000,Mob007-1::On1037 +007-1.gat,0,0,0,0|monster|Squirrel|1038,25,30,20,Mob007-1::On1038 +007-1.gat,0,0,0,0|monster|Butterfly|1055,10,30,20,Mob007-1::On1055 + + +007-1.gat,0,0,0|script|Mob007-1|-1,{ 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; On1029: - set @mobID, 1029; - callfunc "MobPoints"; - break; + set @mobID, 1029; + callfunc "MobPoints"; + end; On1031: - set @mobID, 1031; - callfunc "MobPoints"; - break; + set @mobID, 1031; + 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; On1055: - set @mobID, 1055; - callfunc "MobPoints"; - break; + set @mobID, 1055; + callfunc "MobPoints"; + end; - end; + end; } diff --git a/world/map/npc/007-1/_warps.txt b/world/map/npc/007-1/_warps.txt index 71ac7a33..fc1e226b 100644 --- a/world/map/npc/007-1/_warps.txt +++ b/world/map/npc/007-1/_warps.txt @@ -1,6 +1,6 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Woodland warps -007-1.gat,20,54 warp ToHurnscald -1,0,010-1.gat,127,53 -007-1.gat,69,21 warp ToHurnscald 2,-1,008-1.gat,78,100 -007-1.gat,122,20 warp ToHurnscald 1,-1,008-1.gat,132,98 +007-1.gat,20,54|warp|ToHurnscald|-1,0,010-1.gat,127,53 +007-1.gat,69,21|warp|ToHurnscald|2,-1,008-1.gat,78,100 +007-1.gat,122,20|warp|ToHurnscald|1,-1,008-1.gat,132,98 -- cgit v1.2.3-60-g2f50