diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-10-23 17:23:59 +0200 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-10-24 11:19:03 -0700 |
commit | 2b35d738f42386e52fdddeb639180ab5db8f072f (patch) | |
tree | 202d9526bedfd16b32ffa5c89e06994cc1adb0c2 /world/map/npc/031-3/labyrinth.txt | |
parent | 53d83056e03af47c2d50da0949616d74f58ad53c (diff) | |
download | serverdata-2b35d738f42386e52fdddeb639180ab5db8f072f.tar.gz serverdata-2b35d738f42386e52fdddeb639180ab5db8f072f.tar.bz2 serverdata-2b35d738f42386e52fdddeb639180ab5db8f072f.tar.xz serverdata-2b35d738f42386e52fdddeb639180ab5db8f072f.zip |
Changes in npc scripts on 031-x:
- change zeny to Zeny and baselevel to BaseLevel
- set temporary variables to zero at the end of script
- some adaptions on timer handling on the yeti fight
Diffstat (limited to 'world/map/npc/031-3/labyrinth.txt')
-rw-r--r-- | world/map/npc/031-3/labyrinth.txt | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/world/map/npc/031-3/labyrinth.txt b/world/map/npc/031-3/labyrinth.txt index 2047582a..ae363a16 100644 --- a/world/map/npc/031-3/labyrinth.txt +++ b/world/map/npc/031-3/labyrinth.txt @@ -1,12 +1,5 @@ -//################################################################################# -//# -//# Conditional warp for yeti cave -//# -//# Authors: Jenalya -//# -//# reviewed by: -//# -//################################################################################# +// Conditional warp for yeti cave +// Authors: Jenalya 031-3.gat,46,24,0|script|#YetiBarrier|127,1,1,{ if ($@FIGHT_YETI_STATUS == 1) goto L_Blocked; |