diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-08-25 20:10:49 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-08-25 20:10:49 +0200 |
commit | ab9e7f6386eac72d662eb66b1aee0d6e8c98f0d1 (patch) | |
tree | a0d4ff9b88e53c36a9e8a9e5606cf9a4517913ad /world/map/npc/025-4 | |
parent | 5e92cd30d0adfb487f64dabbf01e266c267c80af (diff) | |
download | serverdata-ab9e7f6386eac72d662eb66b1aee0d6e8c98f0d1.tar.gz serverdata-ab9e7f6386eac72d662eb66b1aee0d6e8c98f0d1.tar.bz2 serverdata-ab9e7f6386eac72d662eb66b1aee0d6e8c98f0d1.tar.xz serverdata-ab9e7f6386eac72d662eb66b1aee0d6e8c98f0d1.zip |
Converter: new scripting guideline applied, tabs in headlines replaced by pipes
Diffstat (limited to 'world/map/npc/025-4')
-rw-r--r-- | world/map/npc/025-4/_import.txt | 2 | ||||
-rw-r--r-- | world/map/npc/025-4/_mobs.txt | 16 | ||||
-rw-r--r-- | world/map/npc/025-4/_warps.txt | 4 |
3 files changed, 11 insertions, 11 deletions
diff --git a/world/map/npc/025-4/_import.txt b/world/map/npc/025-4/_import.txt index a8b01ca1..5d597da9 100644 --- a/world/map/npc/025-4/_import.txt +++ b/world/map/npc/025-4/_import.txt @@ -1,4 +1,4 @@ -// Map 025-4: +// Map 025-4: Rossy Battle Caves // This file is generated automatically. All manually changes will be removed when running the Converter. map: 025-4.gat npc: npc/025-4/_mobs.txt diff --git a/world/map/npc/025-4/_mobs.txt b/world/map/npc/025-4/_mobs.txt index 6ee5b1d1..16893437 100644 --- a/world/map/npc/025-4/_mobs.txt +++ b/world/map/npc/025-4/_mobs.txt @@ -1,15 +1,15 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. -// mobs +// Rossy Battle Caves mobs -025-4.gat,29,31,20,14 monster CaveMaggot 1056,3,0,0,Mob025-4::On1056 -025-4.gat,94,24,20,21 monster CaveMaggot 1056,5,0,0,Mob025-4::On1056 +025-4.gat,29,31,20,14|monster|CaveMaggot|1056,3,0,0,Mob025-4::On1056 +025-4.gat,94,24,20,21|monster|CaveMaggot|1056,5,0,0,Mob025-4::On1056 -025-4.gat,0,0,0 script Mob025-4 -1,{ +025-4.gat,0,0,0|script|Mob025-4|-1,{ On1056: - set @mobID, 1056; - callfunc "MobPoints"; - break; + set @mobID, 1056; + callfunc "MobPoints"; + end; - end; + end; } diff --git a/world/map/npc/025-4/_warps.txt b/world/map/npc/025-4/_warps.txt index e0b9ae4d..fb9998a1 100644 --- a/world/map/npc/025-4/_warps.txt +++ b/world/map/npc/025-4/_warps.txt @@ -1,4 +1,4 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. -// warps +// Rossy Battle Caves warps -025-4.gat,28,37 warp ToMainHall -1,-1,025-3.gat,105,87 +025-4.gat,28,37|warp|ToMainHall|-1,-1,025-3.gat,105,87 |