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/009-4/_mobs.txt | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'world/map/npc/009-4/_mobs.txt') diff --git a/world/map/npc/009-4/_mobs.txt b/world/map/npc/009-4/_mobs.txt index f4c9140e..1119323d 100644 --- a/world/map/npc/009-4/_mobs.txt +++ b/world/map/npc/009-4/_mobs.txt @@ -1,30 +1,30 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. -// mobs +// unnamed map 009-4 mobs -009-4.gat,117,97,24,15 monster Silkworm 1035,3,20000,14000,Mob009-4::On1035 -009-4.gat,115,98,24,15 monster Cave Snake 1021,5,20000,14000,Mob009-4::On1021 -009-4.gat,103,28,24,15 monster Cave Snake 1021,3,20000,14000,Mob009-4::On1021 -009-4.gat,106,27,24,15 monster Silkworm 1035,3,20000,14000,Mob009-4::On1035 -009-4.gat,119,44,12,10 monster Silkworm 1035,3,20000,14000,Mob009-4::On1035 -009-4.gat,72,130,24,15 monster Maggot 1002,3,20000,14000,Mob009-4::On1002 -009-4.gat,38,116,24,15 monster Maggot 1002,3,20000,14000,Mob009-4::On1002 +009-4.gat,117,97,24,15|monster|Silkworm|1035,3,20000,14000,Mob009-4::On1035 +009-4.gat,115,98,24,15|monster|Cave Snake|1021,5,20000,14000,Mob009-4::On1021 +009-4.gat,103,28,24,15|monster|Cave Snake|1021,3,20000,14000,Mob009-4::On1021 +009-4.gat,106,27,24,15|monster|Silkworm|1035,3,20000,14000,Mob009-4::On1035 +009-4.gat,119,44,12,10|monster|Silkworm|1035,3,20000,14000,Mob009-4::On1035 +009-4.gat,72,130,24,15|monster|Maggot|1002,3,20000,14000,Mob009-4::On1002 +009-4.gat,38,116,24,15|monster|Maggot|1002,3,20000,14000,Mob009-4::On1002 -009-4.gat,0,0,0 script Mob009-4 -1,{ +009-4.gat,0,0,0|script|Mob009-4|-1,{ On1002: - set @mobID, 1002; - callfunc "MobPoints"; - break; + set @mobID, 1002; + callfunc "MobPoints"; + end; On1021: - set @mobID, 1021; - callfunc "MobPoints"; - break; + set @mobID, 1021; + callfunc "MobPoints"; + end; On1035: - set @mobID, 1035; - callfunc "MobPoints"; - break; + set @mobID, 1035; + callfunc "MobPoints"; + end; - end; + end; } -- cgit v1.2.3-60-g2f50