diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-30 21:11:00 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-30 21:11:00 +0000 |
commit | af7b1b47ae43eb7ccf2d6fb8762aae247149ca0a (patch) | |
tree | 3774bb30e0b7b8d3b8d4ff6ab5c834938c9ed828 /npc | |
parent | 6b5769ef228eb86071edba29d576b91cd191aea9 (diff) | |
download | hercules-af7b1b47ae43eb7ccf2d6fb8762aae247149ca0a.tar.gz hercules-af7b1b47ae43eb7ccf2d6fb8762aae247149ca0a.tar.bz2 hercules-af7b1b47ae43eb7ccf2d6fb8762aae247149ca0a.tar.xz hercules-af7b1b47ae43eb7ccf2d6fb8762aae247149ca0a.zip |
Changed the labels on the "Big Doors" to "Identifier Names" to prevent an error with using getvariableofnpc
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10424 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/quests/Kiel_Hyre_Quest.txt | 26 |
2 files changed, 14 insertions, 13 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index b589e1ba1..7a6500984 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/05/01 + * Changed the labels on the "Big Doors" to "Identifier Names" to prevent an error with using getvariableofnpc [L0ne_W0lf] * Added Few Missings NPCs to the Airplane [Samuray22] - Changed name form girl#10 to the Official name "Dianne". * Added "How Does the Airship Work" Quest. [Samuray22] diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index ef1d50572..bed3d068a 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: ===================================== -//= 1.9 +//= 2.0 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -33,8 +33,9 @@ //= Made it so that you need to be at least step 84 to activate the final door. //= Corrected not deleting Allysia's Ring from inventory. //= 1.9 Exit will now enable if you are just retrieving the Ring, keeps you from getting stuck. [L0ne_W0lf] -// Corrected "KH_Kielh02", was setting off a debug, invalid map index. Should have been "kh_Kiehl02" -// Made .KHQuestBusy$ into a temp global variable. $@KHQuestBusy$. +//= Corrected "KH_Kielh02", was setting off a debug, invalid map index. Should have been "kh_Kiehl02" +//= 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] // //============================================================ @@ -6163,7 +6164,7 @@ kh_kiehl01,19,25,0 script Box::BoxKHQ3 111,{ // - Consume one Black KeyCard when opened. // - Only one person actually needs to open it. //---------------------------------------------------------------------------- -kh_kiehl01,44,33,0 script Big Door::BigDoorKHQ1 111,{ +kh_kiehl01,44,33,0 script Big Door#BigDoorKHQ1 111,{ if (.KHDoor1Opened == 0) { mes "^3355FFThe door is locked,"; mes "but there is a narrow"; @@ -6213,7 +6214,7 @@ OnTimer30000: stopnpctimer; misceffect 215; disablenpc "Big_Door_1_Warp"; - set getvariableofnpc(.KHDoor1Opened,"Big Door::BigDoorKHQ1"),0; + set getvariableofnpc(.KHDoor1Opened,"Big Door#BigDoorKHQ1"),0; end; OnTouch: @@ -6226,7 +6227,7 @@ OnTouch: // - Consume Toy Key when opened. // - Only one person actually needs to open it. //---------------------------------------------------------------------------- -kh_kiehl01,174,40,0 script Big Door::BigDoorKHQ2 111,{ +kh_kiehl01,174,40,0 script Big Door#BigDoorKHQ2 111,{ if (.KHDoor2Opened == 0) { mes "^3355FFThe door is locked,"; mes "but there is a small"; @@ -6277,7 +6278,7 @@ OnTimer30000: stopnpctimer; misceffect 215; disablenpc "Big_Door_2_Warp"; - set getvariableofnpc(.KHDoor2Opened,"Big Door::BigDoorKHQ2"),0; + set getvariableofnpc(.KHDoor2Opened,"Big Door#BigDoorKHQ2"),0; end; OnTouch: @@ -6290,7 +6291,7 @@ OnTouch: // - Consume one Black KeyCard when opened. // - Only one person actually needs to open it. //---------------------------------------------------------------------------- -kh_kiehl01,77,108,0 script Big Door::BigDoorKHQ3 111,{ +kh_kiehl01,77,108,0 script Big Door#BigDoorKHQ3 111,{ if (.KHDoor3Opened == 0) { mes "^3355FFThe door is locked,"; mes "but there is a narrow"; @@ -6340,7 +6341,7 @@ OnTimer30000: stopnpctimer; misceffect 215; disablenpc "Big_Door_3_Warp"; - set getvariableofnpc(.KHDoor3Opened,"Big Door::BigDoorKHQ3"),0; + set getvariableofnpc(.KHDoor3Opened,"Big Door#BigDoorKHQ3"),0; end; OnTouch: @@ -6350,11 +6351,10 @@ OnTouch: //---------------------------------------------------------------------------- // Kiehl's Room; Big Door, (Fourth) - // - Consume TWO Black KeyCard when opened. // - Only one person actually needs to open it. //---------------------------------------------------------------------------- -kh_kiehl01,42,177,0 script Big Door::BigDoorKHQ4 111,{ +kh_kiehl01,42,177,0 script Big Door#BigDoorKHQ4 111,{ if (.KHDoor4Opened == 0) { mes "^3355FFThe door is locked,"; mes "but there is a narrow"; @@ -6404,7 +6404,7 @@ OnTimer30000: stopnpctimer; misceffect 215; disablenpc "Big_Door_4_Warp"; - set getvariableofnpc(.KHDoor4Opened,"Big Door::BigDoorKHQ4"),0; + set getvariableofnpc(.KHDoor4Opened,"Big Door#BigDoorKHQ4"),0; end; OnTouch: @@ -6450,7 +6450,7 @@ OnMyMobDead: // - 10 minute timer is QEUSTIONABLE, may not even be a 10 minute limit. // Put it in anyway, used to make sure people don't abuse the room. //---------------------------------------------------------------------------- -kh_kiehl01,166,187,0 script Big Door#5::BigDoorKHQ5 111,{ +kh_kiehl01,166,187,0 script Big Door#BigDoorKHQ5 111,{ if (($@KH_DoorInvoker$ == "") && (KielHyreQuest >= 84) && (KielHyreQuest <= 106)) { if ($@KHQuestBusy$ == "") { |