From 8494f218353c4806cb1f98c44fb3dfe820c07b9a Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sat, 13 Mar 2010 05:12:15 +0000 Subject: * More bug fixing! Lots of little things, really. - Corrected some condition errors in quests_veins. (bugreport:4088) - Corrected specialeffects so they play on the right NPC. (bugreport:4090) - Corrected an item ID in the reward NPC in monster races. (bugreport:4092) - Corrected NPCs overlapping with quests in msg_boards (bugreport:4093) - Corrected some of the given errors in the 2007_relay quest. (bugreport:4094) - Corrected hideonnpc to disablenpc in ice dungeon 4 warps. (bugreport:4102) - Commented out duplicate library curator in prontera city. (bugreport:4105) - Corrected cutins not being removed on NPC end in sealed shrine. (bugreport:4117) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14262 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_rachel.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'npc/quests/quests_rachel.txt') diff --git a/npc/quests/quests_rachel.txt b/npc/quests/quests_rachel.txt index 2b62ca76a..648451e7f 100644 --- a/npc/quests/quests_rachel.txt +++ b/npc/quests/quests_rachel.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 3.3 +//= 3.3a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -59,6 +59,7 @@ //= 3.2 Added missing updates for Peace to the Arunafeltz quest. [L0ne_W0lf] //= 3.3 Fixed occurance of PcName. [L0ne_W0lf] //= Fixed level 4 ID warps always being usable. +//= 3.3a Fixed level 4 ID warps again. (Bugreport:4102) [L0ne_W0lf] //============================================================ // Lost Child Quest (Prerequisite to High Priest quest) @@ -3840,7 +3841,7 @@ OnTouch: end; OnInit: - hideonnpc "#ice_4f_1"; + disablenpc "#ice_4f_1"; end; OnEnable: @@ -3855,7 +3856,7 @@ OnTouch: end; OnInit: - hideonnpc "#ice_4f_2"; + disablenpc "#ice_4f_2"; end; OnEnable: @@ -3870,7 +3871,7 @@ OnTouch: end; OnInit: - hideonnpc "#ice_4f_3"; + disablenpc "#ice_4f_3"; end; OnEnable: @@ -3885,7 +3886,7 @@ OnTouch: end; OnInit: - hideonnpc "#ice_4f_4"; + disablenpc "#ice_4f_4"; end; OnEnable: -- cgit v1.2.3-70-g09d2