diff options
Diffstat (limited to 'npc/quests/skills/knight_skills.txt')
-rw-r--r-- | npc/quests/skills/knight_skills.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/skills/knight_skills.txt b/npc/quests/skills/knight_skills.txt index 583ca8a42..164fc0155 100644 --- a/npc/quests/skills/knight_skills.txt +++ b/npc/quests/skills/knight_skills.txt @@ -146,7 +146,7 @@ prt_in,85,99,3 script Knight#kabuto 4_M_JOB_KNIGHT2,{ mes "strength and courage!"; close; } - if (KNGT_SK == 7 && countitem(530) > 4 && countitem(748) > 2) { + if (KNGT_SK == 7 && countitem(Candy_Striper) > 4 && countitem(Witherless_Rose) > 2) { mes "[Essofeit]"; mes "The concept of honor"; mes "seems to be lost on today's"; @@ -201,8 +201,8 @@ prt_in,85,99,3 script Knight#kabuto 4_M_JOB_KNIGHT2,{ mes "been researching recently. Why"; mes "don't you come back after I've"; mes "completed the preparations?"; - delitem 530,5; //Candy_Striper - delitem 748,3; //Witherless_Rose + delitem Candy_Striper,5; + delitem Witherless_Rose,3; KNGT_SK = 8; close; } |