summaryrefslogtreecommitdiff
path: root/npc/quests/skills/acolyte_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/acolyte_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/acolyte_skills.txt')
-rw-r--r--npc/quests/skills/acolyte_skills.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/skills/acolyte_skills.txt b/npc/quests/skills/acolyte_skills.txt
index b79fd5184..dcc0e2e90 100644
--- a/npc/quests/skills/acolyte_skills.txt
+++ b/npc/quests/skills/acolyte_skills.txt
@@ -90,7 +90,7 @@ prt_church,173,23,4 script Cleric 1_F_PRIEST,{
mes "this skill for the work of good . .";
close;
}
- if ((countitem(727) > 0) && (countitem(991) > 0) && (countitem(2608) > 0) && (JobLevel > 29 || (BaseJob == Job_Priest || BaseJob == Job_Monk)) && (BaseClass == Job_Acolyte)) {
+ if ((countitem(White_Jewel) > 0) && (countitem(Crystal_Blue) > 0) && (countitem(Rosary) > 0) && (JobLevel > 29 || (BaseJob == Job_Priest || BaseJob == Job_Monk)) && (BaseClass == Job_Acolyte)) {
mes "[Acolyte Klift]";
mes "Your faith has proven worthy";
mes "for you to gain the ' Holy Light ' skill.";
@@ -98,9 +98,9 @@ prt_church,173,23,4 script Cleric 1_F_PRIEST,{
mes "to use this skill.";
mes "Use it wisely. . .";
next;
- delitem 727,1; //White_Jewel
- delitem 991,1; //Crystal_Blue
- delitem 2608,1; //Rosary
+ delitem White_Jewel,1;
+ delitem Crystal_Blue,1;
+ delitem Rosary,1;
skill "AL_HOLYLIGHT",1,0;
mes "[Acolyte Klift]";
mes "You now know ' Holy Light '";