From ab9e7f6386eac72d662eb66b1aee0d6e8c98f0d1 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Thu, 25 Aug 2011 20:10:49 +0200 Subject: Converter: new scripting guideline applied, tabs in headlines replaced by pipes --- world/map/npc/025-3/_import.txt | 2 +- world/map/npc/025-3/_mobs.txt | 38 +++++++++++++++++++------------------- world/map/npc/025-3/_warps.txt | 6 +++--- 3 files changed, 23 insertions(+), 23 deletions(-) (limited to 'world/map/npc/025-3') diff --git a/world/map/npc/025-3/_import.txt b/world/map/npc/025-3/_import.txt index 285e674e..6644999e 100644 --- a/world/map/npc/025-3/_import.txt +++ b/world/map/npc/025-3/_import.txt @@ -1,4 +1,4 @@ -// Map 025-3: +// Map 025-3: Rossy Main Hall // This file is generated automatically. All manually changes will be removed when running the Converter. map: 025-3.gat npc: npc/025-3/_mobs.txt diff --git a/world/map/npc/025-3/_mobs.txt b/world/map/npc/025-3/_mobs.txt index 236af8c8..3b7e395d 100644 --- a/world/map/npc/025-3/_mobs.txt +++ b/world/map/npc/025-3/_mobs.txt @@ -1,32 +1,32 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. -// mobs +// Rossy Main Hall mobs -025-3.gat,0,0,0,0 monster CaveMaggot 1056,100,0,100,Mob025-3::On1056 -025-3.gat,0,0,0,0 monster Archant 1060,20,0,100,Mob025-3::On1060 -025-3.gat,0,0,0,0 monster AngryScorpion 1057,25,0,0,Mob025-3::On1057 -025-3.gat,69,153,13,1 monster Skeleton 1043,1,0,30000,Mob025-3::On1043 +025-3.gat,0,0,0,0|monster|CaveMaggot|1056,100,0,100,Mob025-3::On1056 +025-3.gat,0,0,0,0|monster|Archant|1060,20,0,100,Mob025-3::On1060 +025-3.gat,0,0,0,0|monster|AngryScorpion|1057,25,0,0,Mob025-3::On1057 +025-3.gat,69,153,13,1|monster|Skeleton|1043,1,0,30000,Mob025-3::On1043 -025-3.gat,0,0,0 script Mob025-3 -1,{ +025-3.gat,0,0,0|script|Mob025-3|-1,{ On1043: - set @mobID, 1043; - callfunc "MobPoints"; - break; + set @mobID, 1043; + callfunc "MobPoints"; + end; On1056: - set @mobID, 1056; - callfunc "MobPoints"; - break; + set @mobID, 1056; + callfunc "MobPoints"; + end; On1057: - set @mobID, 1057; - callfunc "MobPoints"; - break; + set @mobID, 1057; + callfunc "MobPoints"; + end; On1060: - set @mobID, 1060; - callfunc "MobPoints"; - break; + set @mobID, 1060; + callfunc "MobPoints"; + end; - end; + end; } diff --git a/world/map/npc/025-3/_warps.txt b/world/map/npc/025-3/_warps.txt index c64903e0..83648ab3 100644 --- a/world/map/npc/025-3/_warps.txt +++ b/world/map/npc/025-3/_warps.txt @@ -1,5 +1,5 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. -// warps +// Rossy Main Hall warps -025-3.gat,112,98 warp ToOutside 1,-1,025-1.gat,42,81 -025-3.gat,105,86 warp ToHelper -1,-1,025-4.gat,28,36 +025-3.gat,112,98|warp|ToOutside|1,-1,025-1.gat,42,81 +025-3.gat,105,86|warp|ToHelper|-1,-1,025-4.gat,28,36 -- cgit v1.2.3-60-g2f50