diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-17 00:58:40 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-17 00:58:40 +0000 |
commit | 40c6b81224c8f06464412b79a563f2d2e8d0c90d (patch) | |
tree | 93f16f685d75b4ed4e378faa41bf3f9a6d32bf9c /npc | |
parent | 2877fe3e1c330aa069d08e8a23345c7df7c04d8e (diff) | |
download | hercules-40c6b81224c8f06464412b79a563f2d2e8d0c90d.tar.gz hercules-40c6b81224c8f06464412b79a563f2d2e8d0c90d.tar.bz2 hercules-40c6b81224c8f06464412b79a563f2d2e8d0c90d.tar.xz hercules-40c6b81224c8f06464412b79a563f2d2e8d0c90d.zip |
Kiel Hyre Quest fix. Fixed the missing spaces in some of the enablenpc commands.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10548 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 | 13 |
2 files changed, 8 insertions, 6 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index d6ac53dad..d4045ecfc 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/05/16 + * Rev. 10548 Kiel Hyre Quest fix. Fixed the missing spaces in some of the enablenpc commands. [L0ne_W0lf] * Renamed Grandpa Pharmacist to Old Pharmacist, updated dialogs [DZeroX] * Minor spawn fixes [Playtester] 2007/05/15 diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index 29e851774..0c6cbb72c 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.8a +//= 2.9 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -59,6 +59,7 @@ //= Got the missing portion of dialog for Mills'. //= Will add further improper dialogs as I get to them on the second runthrough of the quest. //= 2.8a minor optimization with extra goto, else or empty switch [Lupus] +//= 2.9 Fixed the "enablenpc problem with the missing spaces. No idea how it happened. [L0ne_W0lf] //============================================================ //============================================================================ @@ -6473,7 +6474,7 @@ kh_kiehl01,44,33,0 script Big Door#BigDoorKHQ1 111,{ mes "unlock and open the door.^000000"; delitem 7506,1; //Black_Keycard donpcevent "Big_Door_1_Warp::OnEnable"; - enablenpc"Big_Door_1_Warp"; + enablenpc "Big_Door_1_Warp"; set .KHDoor1Opened,1; close; } @@ -6536,7 +6537,7 @@ kh_kiehl01,174,40,0 script Big Door#BigDoorKHQ2 111,{ mes "you turn the key.^000000"; delitem 7505,1; //Toy_Key donpcevent "Big_Door_2_Warp::OnEnable"; - enablenpc"Big_Door_2_Warp"; + enablenpc "Big_Door_2_Warp"; set .KHDoor2Opened,1; close; } @@ -6600,7 +6601,7 @@ kh_kiehl01,77,108,0 script Big Door#BigDoorKHQ3 111,{ mes "unlock and open the door.^000000"; delitem 7506,1; //Black_Keycard donpcevent "Big_Door_3_Warp::OnEnable"; - enablenpc"Big_Door_3_Warp"; + enablenpc "Big_Door_3_Warp"; set .KHDoor3Opened,1; close; } @@ -6663,7 +6664,7 @@ kh_kiehl01,42,177,0 script Big Door#BigDoorKHQ4 111,{ mes "unlock and open the door.^000000"; delitem 7506,2; //Black_Keycard donpcevent "Big_Door_4_Warp::OnEnable"; - enablenpc"Big_Door_4_Warp"; + enablenpc "Big_Door_4_Warp"; set .KHDoor4Opened,1; close; } @@ -6898,7 +6899,7 @@ kh_kiehl01,166,187,0 script Big Door#BigDoorKHQ5 111,{ case 1: close2; donpcevent "Big_Door_5_Warp::OnEnable"; - enablenpc"Big_Door_5_Warp"; + enablenpc "Big_Door_5_Warp"; set .KHDoor5Opened,1; end; |