diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-06 10:15:27 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-06 10:15:27 +0000 |
commit | 74b283460a19b508724cd9ea627bf70d0a421e92 (patch) | |
tree | c2db95dc856d613f80bd21833389837d2cbe8653 /npc/quests/quests_payon.txt | |
parent | ad176fadd0e7e095f91f122776ccaad6f3416540 (diff) | |
download | hercules-74b283460a19b508724cd9ea627bf70d0a421e92.tar.gz hercules-74b283460a19b508724cd9ea627bf70d0a421e92.tar.bz2 hercules-74b283460a19b508724cd9ea627bf70d0a421e92.tar.xz hercules-74b283460a19b508724cd9ea627bf70d0a421e92.zip |
Applied bug fixes for IDs in recent quests. (bugreport:2189)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13193 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_payon.txt')
-rw-r--r-- | npc/quests/quests_payon.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_payon.txt b/npc/quests/quests_payon.txt index 2d670516c..ad1bc3297 100644 --- a/npc/quests/quests_payon.txt +++ b/npc/quests/quests_payon.txt @@ -92,10 +92,10 @@ payon_in01,18,10,4 script Mystic Lady 76,{ next; switch(select("Oh Yeah? That sounds good.:No thank you, Ma'am.")) { case 1: - if ((countitem(724) > 0) && (countitem(916) > 199) && (countitem(5001) > 0) && (Zeny > 4999)) { + if ((countitem(724) > 0) && (countitem(949) > 199) && (countitem(5001) > 0) && (Zeny > 4999)) { mes "[Mystic Lady]"; delitem 724,1; //Cardinal_Jewel_ - delitem 916,200; //Feather + delitem 949,200; //Feather delitem 5001,1; //Headset set Zeny,Zeny-5000; mes "Here, I will give you this pre-made one."; @@ -237,7 +237,7 @@ payon_in01,56,12,7 script Young man#12 89,{ mes "[Young man]"; mes "1 Helm (with slot)."; mes "1 Angel Wing."; - mes "5 Fang of Hatii."; + mes "5 Fang of Garm."; mes "That's all I require."; next; mes "[Young man]"; |