diff options
Diffstat (limited to 'world/map/npc/009-3')
-rw-r--r-- | world/map/npc/009-3/_import.txt | 4 | ||||
-rw-r--r-- | world/map/npc/009-3/_mobs.txt | 12 | ||||
-rw-r--r-- | world/map/npc/009-3/_warps.txt | 10 | ||||
-rw-r--r-- | world/map/npc/009-3/mapflags.txt | 2 | ||||
-rw-r--r-- | world/map/npc/009-3/sword.txt | 2 | ||||
-rw-r--r-- | world/map/npc/009-3/warp.txt | 4 |
6 files changed, 17 insertions, 17 deletions
diff --git a/world/map/npc/009-3/_import.txt b/world/map/npc/009-3/_import.txt index 31813ad9..f147aa76 100644 --- a/world/map/npc/009-3/_import.txt +++ b/world/map/npc/009-3/_import.txt @@ -1,6 +1,6 @@ // Map 009-3: Hurnscald Cave -// This file is generated automatically. All manually changes will be removed when running the Converter. -map: 009-3.gat +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: 009-3 npc: npc/009-3/_mobs.txt npc: npc/009-3/_warps.txt npc: npc/009-3/mapflags.txt diff --git a/world/map/npc/009-3/_mobs.txt b/world/map/npc/009-3/_mobs.txt index 3e0430fd..74852403 100644 --- a/world/map/npc/009-3/_mobs.txt +++ b/world/map/npc/009-3/_mobs.txt @@ -1,13 +1,13 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. +// This file is generated automatically. All manually added changes will be removed when running the Converter. // Hurnscald Cave mobs -009-3.gat,0,0,0,0|monster|YellowSlime|1007,20,0ms,0ms,Mob009-3::On1007 -009-3.gat,62,75,125,150|monster|BlackScorpion|1009,25,0ms,0ms,Mob009-3::On1009 -009-3.gat,63,75,126,150|monster|RedSlime|1008,35,0ms,0ms,Mob009-3::On1008 -009-3.gat,145,75,110,151|monster|CaveMaggot|1056,20,100000ms,30000ms,Mob009-3::On1056 +009-3,0,0,0,0|monster|YellowSlime|1007,20,0ms,0ms,Mob009-3::On1007 +009-3,62,75,125,150|monster|BlackScorpion|1009,25,0ms,0ms,Mob009-3::On1009 +009-3,63,75,126,150|monster|RedSlime|1008,35,0ms,0ms,Mob009-3::On1008 +009-3,145,75,110,151|monster|CaveMaggot|1056,20,100000ms,30000ms,Mob009-3::On1056 -009-3.gat,0,0,0|script|Mob009-3|-1 +009-3,0,0,0|script|Mob009-3|-1 { end; diff --git a/world/map/npc/009-3/_warps.txt b/world/map/npc/009-3/_warps.txt index f2e36ac1..f8d2a2ea 100644 --- a/world/map/npc/009-3/_warps.txt +++ b/world/map/npc/009-3/_warps.txt @@ -1,7 +1,7 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. +// This file is generated automatically. All manually added changes will be removed when running the Converter. // Hurnscald Cave warps -009-3.gat,173,20|warp|To Cellar|-1,-1,009-2.gat,147,89 -009-3.gat,20,57|warp|To Lake Cave|-1,-1,011-4.gat,129,87 -009-3.gat,157,30|warp|To Northern Mines|-1,-1,018-3.gat,179,180 -009-3.gat,117,19|warp|To Woodland Hills Cave|-1,-1,013-3.gat,160,102 +009-3,173,20|warp|To Cellar|-1,-1,009-2,147,89 +009-3,20,57|warp|To Lake Cave|-1,-1,011-4,129,87 +009-3,157,30|warp|To Northern Mines|-1,-1,018-3,179,180 +009-3,117,19|warp|To Woodland Hills Cave|-1,-1,013-3,160,102 diff --git a/world/map/npc/009-3/mapflags.txt b/world/map/npc/009-3/mapflags.txt index c012a6fa..b56842f1 100644 --- a/world/map/npc/009-3/mapflags.txt +++ b/world/map/npc/009-3/mapflags.txt @@ -1 +1 @@ -009-3.gat|mapflag|resave|009-2,149,43 +009-3|mapflag|resave|009-2,149,43 diff --git a/world/map/npc/009-3/sword.txt b/world/map/npc/009-3/sword.txt index 12c85bbd..91366f9e 100644 --- a/world/map/npc/009-3/sword.txt +++ b/world/map/npc/009-3/sword.txt @@ -1,4 +1,4 @@ -009-3.gat,26,100,0|script|#MysticSword#_M|400 +009-3,26,100,0|script|#MysticSword#_M|400 { if (getskilllv(SKILL_MAGIC)) goto L_message; diff --git a/world/map/npc/009-3/warp.txt b/world/map/npc/009-3/warp.txt index 739751bf..ab781e38 100644 --- a/world/map/npc/009-3/warp.txt +++ b/world/map/npc/009-3/warp.txt @@ -1,4 +1,4 @@ -009-3.gat,162,80,0|script|#PVPCaveBarrier|45,0,0 +009-3,162,80,0|script|#PVPCaveBarrier|45,0,0 { mes "Do you want to enter the PVP cave? It costs 150GP."; menu @@ -17,7 +17,7 @@ L_Exit: L_Pay: set Zeny, Zeny - 150; - warp "009-6.gat", 36, 47; + warp "009-6", 36, 47; close; L_NotEnoughMoney: |