diff options
Diffstat (limited to 'world/map/npc/015-1')
-rw-r--r-- | world/map/npc/015-1/_mobs.txt | 20 | ||||
-rw-r--r-- | world/map/npc/015-1/_warps.txt | 6 |
2 files changed, 13 insertions, 13 deletions
diff --git a/world/map/npc/015-1/_mobs.txt b/world/map/npc/015-1/_mobs.txt index cc1c71e9..a398b22b 100644 --- a/world/map/npc/015-1/_mobs.txt +++ b/world/map/npc/015-1/_mobs.txt @@ -1,20 +1,20 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Woodland mobs -015-1.gat,0,0,0,0 monster Clover 1037,2,100000,1000,Mob015-1::On1037 -015-1.gat,0,0,0,0 monster Butterfly 1055,10,30,20,Mob015-1::On1055 +015-1.gat,0,0,0,0|monster|Clover|1037,2,100000,1000,Mob015-1::On1037 +015-1.gat,0,0,0,0|monster|Butterfly|1055,10,30,20,Mob015-1::On1055 -015-1.gat,0,0,0 script Mob015-1 -1,{ +015-1.gat,0,0,0|script|Mob015-1|-1,{ On1037: - set @mobID, 1037; - callfunc "MobPoints"; - break; + set @mobID, 1037; + callfunc "MobPoints"; + end; On1055: - set @mobID, 1055; - callfunc "MobPoints"; - break; + set @mobID, 1055; + callfunc "MobPoints"; + end; - end; + end; } diff --git a/world/map/npc/015-1/_warps.txt b/world/map/npc/015-1/_warps.txt index a8152425..2be9d74f 100644 --- a/world/map/npc/015-1/_warps.txt +++ b/world/map/npc/015-1/_warps.txt @@ -1,6 +1,6 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Woodland warps -015-1.gat,93,55 warp ToWoodland -1,0,010-1.gat,15,55 -015-1.gat,59,31 warp to 015_3 -1,-1,015-3.gat,31,42 -015-1.gat,59,101 warp toSwamp 2,-1,025-1.gat,89,20 +015-1.gat,93,55|warp|ToWoodland|-1,0,010-1.gat,15,55 +015-1.gat,59,31|warp|to 015_3|-1,-1,015-3.gat,31,42 +015-1.gat,59,101|warp|toSwamp|2,-1,025-1.gat,89,20 |