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/020-3/_mobs.txt | 20 ++++++++++---------- world/map/npc/020-3/_warps.txt | 14 +++++++------- 2 files changed, 17 insertions(+), 17 deletions(-) (limited to 'world/map/npc/020-3') diff --git a/world/map/npc/020-3/_mobs.txt b/world/map/npc/020-3/_mobs.txt index 1b23103c..e886fbde 100644 --- a/world/map/npc/020-3/_mobs.txt +++ b/world/map/npc/020-3/_mobs.txt @@ -1,20 +1,20 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Ice cave mobs -020-3.gat,40,36,29,4 monster Bat 1017,1,100000,30000,Mob020-3::On1017 -020-3.gat,40,49,34,7 monster Violet 1018,1,100000,30000,Mob020-3::On1018 +020-3.gat,40,36,29,4|monster|Bat|1017,1,100000,30000,Mob020-3::On1017 +020-3.gat,40,49,34,7|monster|Violet|1018,1,100000,30000,Mob020-3::On1018 -020-3.gat,0,0,0 script Mob020-3 -1,{ +020-3.gat,0,0,0|script|Mob020-3|-1,{ On1017: - set @mobID, 1017; - callfunc "MobPoints"; - break; + set @mobID, 1017; + callfunc "MobPoints"; + end; On1018: - set @mobID, 1018; - callfunc "MobPoints"; - break; + set @mobID, 1018; + callfunc "MobPoints"; + end; - end; + end; } diff --git a/world/map/npc/020-3/_warps.txt b/world/map/npc/020-3/_warps.txt index b43072b5..17d1c1b3 100644 --- a/world/map/npc/020-3/_warps.txt +++ b/world/map/npc/020-3/_warps.txt @@ -1,10 +1,10 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Ice cave warps -020-3.gat,31,25 warp toOutside -1,-1,020-1.gat,76,37 -020-3.gat,25,22 warp toRightLowerCave -1,-1,020-3.gat,97,101 -020-3.gat,97,99 warp toLeftUpperCave -1,-1,020-3.gat,25,24 -020-3.gat,28,57 warp toLeftLowerCave -1,-1,020-3.gat,33,100 -020-3.gat,49,33 warp ToRightUpperCave -1,-1,020-3.gat,110,55 -020-3.gat,33,98 warp toLeftUpperCave -1,-1,020-3.gat,28,54 -020-3.gat,110,57 warp ToLeftUpperCave -1,-1,020-3.gat,49,35 +020-3.gat,31,25|warp|toOutside|-1,-1,020-1.gat,76,37 +020-3.gat,25,22|warp|toRightLowerCave|-1,-1,020-3.gat,97,101 +020-3.gat,97,99|warp|toLeftUpperCave|-1,-1,020-3.gat,25,24 +020-3.gat,28,57|warp|toLeftLowerCave|-1,-1,020-3.gat,33,100 +020-3.gat,49,33|warp|ToRightUpperCave|-1,-1,020-3.gat,110,55 +020-3.gat,33,98|warp|toLeftUpperCave|-1,-1,020-3.gat,28,54 +020-3.gat,110,57|warp|ToLeftUpperCave|-1,-1,020-3.gat,49,35 -- cgit v1.2.3-60-g2f50