diff options
Diffstat (limited to 'world/map/npc/031-3')
-rw-r--r-- | world/map/npc/031-3/_mobs.txt | 3 | ||||
-rw-r--r-- | world/map/npc/031-3/labyrinth.txt | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/world/map/npc/031-3/_mobs.txt b/world/map/npc/031-3/_mobs.txt index a73d190f..4fdd83b6 100644 --- a/world/map/npc/031-3/_mobs.txt +++ b/world/map/npc/031-3/_mobs.txt @@ -92,7 +92,8 @@ 031-3.gat,52,285,14,9|monster|BlueSlime|1091,2,100000,30000,Mob031-3::On1091 -031-3.gat,0,0,0|script|Mob031-3|-1,{ +031-3.gat,0,0,0|script|Mob031-3|-1, +{ On1017: set @mobID, 1017; callfunc "MobPoints"; diff --git a/world/map/npc/031-3/labyrinth.txt b/world/map/npc/031-3/labyrinth.txt index 39a8ba90..ff9374b1 100644 --- a/world/map/npc/031-3/labyrinth.txt +++ b/world/map/npc/031-3/labyrinth.txt @@ -1,7 +1,8 @@ // Conditional warp for yeti cave // Authors: Jenalya -031-3.gat,46,24,0|script|#YetiBarrier|45,0,0,{ +031-3.gat,46,24,0|script|#YetiBarrier|45,0,0, +{ if ($@FIGHT_YETI_STATUS == 1) goto L_Blocked; warp "031-4.gat", 40, 70; end; |