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/hunter_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/hunter_skills.txt')
-rw-r--r-- | npc/quests/skills/hunter_skills.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/skills/hunter_skills.txt b/npc/quests/skills/hunter_skills.txt index 4bd9e56ee..dd0ff503b 100644 --- a/npc/quests/skills/hunter_skills.txt +++ b/npc/quests/skills/hunter_skills.txt @@ -102,7 +102,7 @@ pay_arche,109,169,3 script Arpesto 4_M_05,{ } } else if (qskill_hunter == 1) { - if (countitem(724) > 4 && countitem(7115) > 4 && countitem(537) > 29) { + if (countitem(Cardinal_Jewel_) > 4 && countitem(Harpy's_Feather) > 4 && countitem(Pet_Food) > 29) { mes "[Arpesto]"; mes "Hm? You're back?"; mes "Oh, did you bring"; @@ -221,9 +221,9 @@ pay_arche,109,169,3 script Arpesto 4_M_05,{ mes "care of him, so just make"; mes "sure you make good use"; mes "of that new skill. Take care~"; - delitem 724,5; //Cardinal_Jewel_ - delitem 7115,5; //Harpy's_Feather - delitem 537,30; //Pet_Food + delitem Cardinal_Jewel_,5; + delitem Harpy's_Feather,5; + delitem Pet_Food,30; qskill_hunter = 100; skill "HT_PHANTASMIC",1,0; close; |