diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-06 00:28:02 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-06 00:28:02 +0000 |
commit | 02258fc45f4525a12523cf506c3c8780249aa37f (patch) | |
tree | 8d09d5e330e63527b55dac553130479442aba5eb /npc/quests/Kiel_Hyre_Quest.txt | |
parent | c88d874983f6a710ffe12c97802a5033e25937cc (diff) | |
download | hercules-02258fc45f4525a12523cf506c3c8780249aa37f.tar.gz hercules-02258fc45f4525a12523cf506c3c8780249aa37f.tar.bz2 hercules-02258fc45f4525a12523cf506c3c8780249aa37f.tar.xz hercules-02258fc45f4525a12523cf506c3c8780249aa37f.zip |
More "fixes" tot he Kiel Hyre quest, .KHQuestBusy was being set but was unused. No longer set.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10485 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/Kiel_Hyre_Quest.txt')
-rw-r--r-- | npc/quests/Kiel_Hyre_Quest.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index 5b48bda9d..3b65fed12 100644 --- a/npc/quests/Kiel_Hyre_Quest.txt +++ b/npc/quests/Kiel_Hyre_Quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf (Script), DZeroX (Timer) //===== Current Version: ===================================== -//= 2.2 +//= 2.3 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -38,6 +38,7 @@ //= 2.0 Changed the labels on the "Big Doors" to "Identifier Names" to prevent an error with using getvariableofnpc [L0ne_W0lf] //= 2.1 Fifth door now checks for a variable HIGHER or EQUAL to 74 not 84, as pointed out by Stollen. [L0ne_W0lf] //= 2.2 Another fix for elly, no longer RESETS to 26 when you tak to her. [L0ne_W0lf] +//= 2.3 Should NOT have been setting .KHQuestBusy at all. It's not used or accessed anymore. Removed. [L0ne_W0lf] // //============================================================ @@ -6637,7 +6638,7 @@ kh_kiehl01,166,187,0 script Big Door#BigDoorKHQ5 111,{ set $@KH_DoorInvoker$,strcharinfo(0); donpcevent "Big_Door_5_Warp::OnEnable"; enablenpc"Big_Door_5_Warp"; - set .KHDoor5Opened,1; set .KHQuestBusy,""; + set .KHDoor5Opened,1; end; case 2: |