diff options
author | Asheraf <acheraf1998@gmail.com> | 2016-12-30 11:27:28 +0000 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2016-12-30 11:28:44 +0000 |
commit | 8f49585b5704fef1a975b0c47a81a6a27385b767 (patch) | |
tree | c6b800250a781432dd8c919b5d9e4ccfc3464948 /npc/quests/kiel_hyre_quest.txt | |
parent | 9795505a14327d5d2603a1d756633485e7e2ba94 (diff) | |
download | hercules-8f49585b5704fef1a975b0c47a81a6a27385b767.tar.gz hercules-8f49585b5704fef1a975b0c47a81a6a27385b767.tar.bz2 hercules-8f49585b5704fef1a975b0c47a81a6a27385b767.tar.xz hercules-8f49585b5704fef1a975b0c47a81a6a27385b767.zip |
Fixed incorrect OnTouch label in Crow of Destiny Quest
Credit: rathena/rathena@a9faab82cbcfbdb3009c5584032505e8617310bd
Diffstat (limited to 'npc/quests/kiel_hyre_quest.txt')
-rw-r--r-- | npc/quests/kiel_hyre_quest.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/npc/quests/kiel_hyre_quest.txt b/npc/quests/kiel_hyre_quest.txt index 9468bbe38..3a21bbfa0 100644 --- a/npc/quests/kiel_hyre_quest.txt +++ b/npc/quests/kiel_hyre_quest.txt @@ -302,7 +302,6 @@ yuno_in01,35,179,4 script Pub Master#kh 1_ETC_01,5,5,{ close; } -//OnTouch2: OnTouch: if (KielHyreQuest < 1) { mes "[Vandt]"; @@ -1987,7 +1986,6 @@ kh_vila,175,19,0 duplicate(BookKHQ1) Book#kh4 HIDDEN_NPC //- Store room interior; Letter to Elly on the floor. - kh_vila,179,11,0 script Letter#kh FAKE_NPC,1,1,{ -//OnTouch2: OnTouch: if (KielHyreQuest == 18) { if (checkweight(Kyll_Hire_Letter,1) == 0) { @@ -2369,7 +2367,6 @@ kh_vila,39,41,0 script Pool#khp1 HIDDEN_NPC,{ //- Cottage interior, upstairs; Vicious Dog - kh_vila,181,178,4 script Vicious Dog#khp1 4_DOG01,7,3,{ -//OnTouch2: OnTouch: mes "*Grrr~*"; next; @@ -3456,7 +3453,6 @@ kh_dun01,162,206,0 duplicate(KHKeyardReader) Mechanical Device HIDDEN_NPC //- Kiel Hyre - OnTouch - kh_dun01,224,233,0 script Factory B Area Door FAKE_NPC,5,5,{ -//OnTouch2: OnTouch: if (KielHyreQuest == 40) { if (checkweight(Steel_Piece,1) == 0) { @@ -4612,7 +4608,6 @@ kh_mansion,18,30,4 script Allysia 4_F_KHELLISIA,{ //- Abduction triggering NPC - lighthalzen,188,200,0 script Abduction_trigger FAKE_NPC,3,1,{ -//OnTouch2: OnTouch: if (KielHyreQuest == 50) { mes "^3355FFAs you walked out of"; @@ -4630,7 +4625,6 @@ OnTouch: //- Mysterious Woman "Mitchell Layla" - kh_mansion,25,79,4 script Mysterious Woman#kh 4_F_JOB_HUNTER,3,3,{ -//OnTouch2: OnTouch: if (KielHyreQuest == 50) { mes "^3355FFYou awaken with your"; |