summaryrefslogtreecommitdiff
path: root/npc/jobs/2-2/crusader.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-12-10 15:32:03 +0530
committerHaru <haru@dotalux.com>2015-12-18 05:13:35 +0100
commita1d160ead032b63a0f696a34961df9e099154402 (patch)
treeff5b9b3eca3753c358667c4089fdb093b42bac28 /npc/jobs/2-2/crusader.txt
parentbfc63570ef3f5c37eab9c84d62a382bd54c66ff4 (diff)
downloadhercules-a1d160ead032b63a0f696a34961df9e099154402.tar.gz
hercules-a1d160ead032b63a0f696a34961df9e099154402.tar.bz2
hercules-a1d160ead032b63a0f696a34961df9e099154402.tar.xz
hercules-a1d160ead032b63a0f696a34961df9e099154402.zip
ItemID to Constant: instances/jobs Folder
Diffstat (limited to 'npc/jobs/2-2/crusader.txt')
-rw-r--r--npc/jobs/2-2/crusader.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/jobs/2-2/crusader.txt b/npc/jobs/2-2/crusader.txt
index a582aa6f9..fc97351d5 100644
--- a/npc/jobs/2-2/crusader.txt
+++ b/npc/jobs/2-2/crusader.txt
@@ -78,7 +78,7 @@ prt_castle,45,169,5 script Senior Crusader 4_M_CRU_OLD,{
mes "As it happened one thousand years ago, evil forces will one day attack in droves in an attempt to take over the world once again.";
close;
}
- else if(CRUS_Q <= 3 && countitem(1004) && countitem(1009)) {
+ else if(CRUS_Q <= 3 && countitem(Patriotism_Marks) && countitem(Sacred_Marks)) {
mes "Ah...";
mes "I see that you have been called to become a Crusader. We are assured of your will, but now we must test your capabilities.";
next;
@@ -148,7 +148,7 @@ prt_castle,45,169,5 script Senior Crusader 4_M_CRU_OLD,{
mes "" + strcharinfo(0) + "...?";
mes "Let's see...";
next;
- if (countitem(1004) && countitem(1009)) {
+ if (countitem(Patriotism_Marks) && countitem(Sacred_Marks)) {
mes "[Michael Halig]";
mes "Ah...";
mes "I see that you have been called to become a Crusader. We are assured of your will, but now we must test your capabilities.";
@@ -902,7 +902,7 @@ prt_castle,35,151,5 script Patron Knight 4_M_CRU,{
mes "have a Rosary.";
close;
}
- else if(countitem(523) < 1) {
+ else if(countitem(Holy_Water) < 1) {
mes "[Bliant Piyord]";
mes "For the battle test, please prepare one ^3355FFHoly water^000000.";
mes "I told you just to purify the candidates.";
@@ -912,7 +912,7 @@ prt_castle,35,151,5 script Patron Knight 4_M_CRU,{
mes "I will wait for you.";
close;
}
- delitem 523, 1; //Holy Water
+ delitem Holy_Water, 1; //Holy Water
mes "[Bliant Piyord]";
mes "Then, I'll start";
mes "the test. You will";