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/031-1/_mobs.txt | 28 ++++++++++++++-------------- world/map/npc/031-1/_warps.txt | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'world/map/npc/031-1') 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 -- cgit v1.2.3-60-g2f50