diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-02 21:01:50 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-02 21:01:50 -0700 |
commit | 68bd50cba8dc9c46d438a31d6184a4fd18c8057a (patch) | |
tree | 5816e9fe5a692f84fe247688520ebcf13ee6318b /world/map/npc/025-1 | |
parent | a9ba5c018ace3da6b8327e95f264a58e483ab4af (diff) | |
download | serverdata-68bd50cba8dc9c46d438a31d6184a4fd18c8057a.tar.gz serverdata-68bd50cba8dc9c46d438a31d6184a4fd18c8057a.tar.bz2 serverdata-68bd50cba8dc9c46d438a31d6184a4fd18c8057a.tar.xz serverdata-68bd50cba8dc9c46d438a31d6184a4fd18c8057a.zip |
Disable or fix NPCs with attachrid problemsv2011.09.03
Diffstat (limited to 'world/map/npc/025-1')
-rw-r--r-- | world/map/npc/025-1/barrier.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/025-1/barrier.txt b/world/map/npc/025-1/barrier.txt index 1a7e32b7..a1f726c6 100644 --- a/world/map/npc/025-1/barrier.txt +++ b/world/map/npc/025-1/barrier.txt @@ -1,6 +1,8 @@ // Authors: alastrim, Ali-g, Dark Mage 025-1.gat,42,79,0 script #JuliaBarrier 45,1,1,{ + mes "This quest is disabled due to bugs"; + close; if (Rossy_Quest > 14 || FLAGS & FLAG_ROSSI_COMPLETED) goto L_Warp; if (Rossy_Quest <= 13) goto L_Block; |