diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:35:54 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:36 +0100 |
commit | 48122727289c06906d8c4e38e183bb0a16ddbb53 (patch) | |
tree | decd7a501b337f730cb2c16285e2d10049a4026e /npc/quests/skills/knight_skills.txt | |
parent | ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac (diff) | |
download | hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.gz hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.bz2 hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.xz hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.zip |
ItemID to Constant: quests/woe Folder
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; } |