summaryrefslogtreecommitdiff
path: root/npc/quests/skills/monk_skills.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-12-10 15:35:54 +0530
committerHaru <haru@dotalux.com>2015-12-18 05:13:36 +0100
commit48122727289c06906d8c4e38e183bb0a16ddbb53 (patch)
treedecd7a501b337f730cb2c16285e2d10049a4026e /npc/quests/skills/monk_skills.txt
parentecb934ebba6ac3fbd35d8816c1802f0d134ef4ac (diff)
downloadhercules-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/monk_skills.txt')
-rw-r--r--npc/quests/skills/monk_skills.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/skills/monk_skills.txt b/npc/quests/skills/monk_skills.txt
index e3b38cf4c..c494511bd 100644
--- a/npc/quests/skills/monk_skills.txt
+++ b/npc/quests/skills/monk_skills.txt
@@ -286,7 +286,7 @@ monk_test,316,69,5 script Monk#qsk_mo 4_M_CHNMONK,{
mes "for now, my friend.";
close;
}
- if (MONK_SK == 4 && countitem(905) > 19 && countitem(711) > 2) {
+ if (MONK_SK == 4 && countitem(Stem) > 19 && countitem(Shoot) > 2) {
mes "[Monk]";
mes "What's that...?";
mes "You've learned the";
@@ -301,8 +301,8 @@ monk_test,316,69,5 script Monk#qsk_mo 4_M_CHNMONK,{
mes "good number of Mandragoras.";
mes "All right. You seem to be ready. Come back in a little while so";
mes "that I can finish preparations.";
- delitem 905,20; //Stem
- delitem 711,3; //Shoot
+ delitem Stem,20;
+ delitem Shoot,3;
MONK_SK = 5;
close;
}