Fifth door now checks for a variable HIGHER or EQUAL to 74 not 84, as pointed out by Stollen.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10441 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
6db402d0bb
commit
0285c81c75
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/05/03
|
2007/05/03
|
||||||
|
* Fifth door now checks for a variable HIGHER or EQUAL to 74 not 84, as pointed out by Stollen. [L0ne_W0lf]
|
||||||
* Added Juperos Ruins History Quest. Thanks to Keplerk. [SinSloth]
|
* Added Juperos Ruins History Quest. Thanks to Keplerk. [SinSloth]
|
||||||
* Moved a book non-related to Lighthalzen quests. [SinSloth]
|
* Moved a book non-related to Lighthalzen quests. [SinSloth]
|
||||||
* Applied a minor fix to Payon Archer Kafra. [SinSloth]
|
* Applied a minor fix to Payon Archer Kafra. [SinSloth]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= L0ne_W0lf (Script), DZeroX (Timer)
|
//= L0ne_W0lf (Script), DZeroX (Timer)
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 2.0
|
//= 2.1
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -36,6 +36,7 @@
|
|||||||
//= Corrected "KH_Kielh02", was setting off a debug, invalid map index. Should have been "kh_Kiehl02"
|
//= Corrected "KH_Kielh02", was setting off a debug, invalid map index. Should have been "kh_Kiehl02"
|
||||||
//= Made .KHQuestBusy$ into a temp global variable. $@KHQuestBusy$.
|
//= Made .KHQuestBusy$ into a temp global variable. $@KHQuestBusy$.
|
||||||
//= 2.0 Changed the labels on the "Big Doors" to "Identifier Names" to prevent an error with using getvariableofnpc [L0ne_W0lf]
|
//= 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]
|
||||||
//
|
//
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
@ -6451,7 +6452,7 @@ OnMyMobDead:
|
|||||||
// Put it in anyway, used to make sure people don't abuse the room.
|
// Put it in anyway, used to make sure people don't abuse the room.
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
kh_kiehl01,166,187,0 script Big Door#BigDoorKHQ5 111,{
|
kh_kiehl01,166,187,0 script Big Door#BigDoorKHQ5 111,{
|
||||||
if (($@KH_DoorInvoker$ == "") && (KielHyreQuest >= 84) && (KielHyreQuest <= 106)) {
|
if (($@KH_DoorInvoker$ == "") && (KielHyreQuest >= 74) && (KielHyreQuest <= 106)) {
|
||||||
|
|
||||||
if ($@KHQuestBusy$ == "") {
|
if ($@KHQuestBusy$ == "") {
|
||||||
initnpctimer;
|
initnpctimer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user