From d59f933e29811564f57a9c1421b501b361610e2a Mon Sep 17 00:00:00 2001 From: Kisuka Date: Thu, 19 Mar 2009 20:37:21 +0000 Subject: - Small fixes (getequipid) to 'The Moving Island' quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13606 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_moscovia.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt index 9b5df03ed..fea58a842 100644 --- a/npc/quests/quests_moscovia.txt +++ b/npc/quests/quests_moscovia.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Kisuka //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -12,6 +12,7 @@ //= Banish Winter, Shafka Hat. //===== Additional Comments: ================================= //= 1.0 First version. [Kisuka] +//= 1.1 Small fixes on The Moving Island. [Kisuka] //============================================================ //============================================================================ @@ -3584,7 +3585,7 @@ mosk_fild01,86,104,3 script Aged Stranger#npc 963,{ mes "Are you ready to learn the Gusli?"; mes "Please equip the Gusli."; next; - if(getequipid(EQI_ACC_L || EQI_ACC_R) == 2707) { + if(getequipid(EQI_ACC_L) || getequipid(EQI_ACC_R) == 2707) { mes "[Aged Stranger]"; mes "Hm... Very well."; mes "At first, look at me how I play,"; @@ -3712,7 +3713,7 @@ mosk_fild01,86,104,3 script Aged Stranger#npc 963,{ mes "[Aged Stranger]"; mes "Are you ready to learn the Gusli?"; next; - if(getequipid(EQI_ACC_L || EQI_ACC_R) == 2707) { + if(getequipid(EQI_ACC_L) || getequipid(EQI_ACC_R) == 2707) { mes "[Aged Stranger]"; mes "Um... You did well."; next; @@ -4324,7 +4325,7 @@ mosk_in,131,92,3 script Csar Alexsay III#npc 965,{ mes "A Gooselri? Which only exists"; mes "in the whale island? Let's see."; next; - if (getequipid(EQI_ACC_L || EQI_ACC_R) == 2707 || countitem(2707) > 0) { + if (getequipid(EQI_ACC_L) || getequipid(EQI_ACC_R) == 2707 || countitem(2707) > 0) { mes "[Csar Alexsay III]"; mes "Oh... Is this instrument... a Gooselri?"; next; @@ -4436,7 +4437,7 @@ mosk_in,131,92,3 script Csar Alexsay III#npc 965,{ mes "something to satisfy me"; mes "at the whale island?"; next; - if (getequipid(EQI_ACC_L || EQI_ACC_R) == 2707 || countitem(2707) > 0) { + if (getequipid(EQI_ACC_L) || getequipid(EQI_ACC_R) == 2707 || countitem(2707) > 0) { mes "[Csar Alexsay III]"; mes "Oh... Is this instrument... a Gooselri?"; next; @@ -4714,7 +4715,7 @@ OnTouch: mes "Stop by the whale island?"; next; if(select("Go to Whale Island.:Stay put.") == 1) { - if (getequipid(EQI_ACC_L || EQI_ACC_R) == 2707) { + if (getequipid(EQI_ACC_L) || getequipid(EQI_ACC_R) == 2707) { soundeffect "mos_gusli2.wav",0; mes "-Slowly, your hands are on the"; mes "Gusli, and the playing starts..."; -- cgit v1.2.3-60-g2f50