summaryrefslogtreecommitdiff
path: root/npc/events/easter_2008.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-12-10 15:31:48 +0530
committerHaru <haru@dotalux.com>2015-12-18 05:13:35 +0100
commitbfc63570ef3f5c37eab9c84d62a382bd54c66ff4 (patch)
tree4d930dae40d64231ed8f79204cc87ce878f96862 /npc/events/easter_2008.txt
parent6133612d369697e2228545e70eff5d69e6e8c46e (diff)
downloadhercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.gz
hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.bz2
hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.xz
hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.zip
ItemID to Constant: events Folder
Diffstat (limited to 'npc/events/easter_2008.txt')
-rw-r--r--npc/events/easter_2008.txt46
1 files changed, 23 insertions, 23 deletions
diff --git a/npc/events/easter_2008.txt b/npc/events/easter_2008.txt
index 3e8a1bcac..48417f8bd 100644
--- a/npc/events/easter_2008.txt
+++ b/npc/events/easter_2008.txt
@@ -122,7 +122,7 @@ prontera,111,99,5 script Egg Salesman#prt::EggVendor 4W_M_02,{
close;
}
else {
- if (checkweight(7605,.@input) == 0) {
+ if (checkweight(Chicken_Egg,.@input) == 0) {
mes "[Egg Salesman]";
mes "Hey, I know you really";
mes "want to buy some Chicken";
@@ -141,7 +141,7 @@ prontera,111,99,5 script Egg Salesman#prt::EggVendor 4W_M_02,{
mes "about that. Well, have a good";
mes "time, and I'll see you again!";
Zeny -= .@egg_zeny;
- getitem 7605,.@input; //Chicken_Egg
+ getitem Chicken_Egg,.@input;
close;
}
}
@@ -281,7 +281,7 @@ prontera,230,312,3 script Nerlen#es07 1_F_PRIEST,{
next;
}
else {
- if ((countitem(509) < .@input) || (countitem(511) < .@input) || (countitem(508) < .@input) || (countitem(523) < .@input) || (countitem(7605) < .@input)) {
+ if ((countitem(White_Herb) < .@input) || (countitem(Green_Herb) < .@input) || (countitem(Yellow_Herb) < .@input) || (countitem(Holy_Water) < .@input) || (countitem(Chicken_Egg) < .@input)) {
mes "[Nerlen]";
mes "I'm sorry, but you don't";
mes "have enough items to make";
@@ -302,7 +302,7 @@ prontera,230,312,3 script Nerlen#es07 1_F_PRIEST,{
}
}
}
- if (checkweight(12019,.@input) == 0) {
+ if (checkweight(Holy_Egg,.@input) == 0) {
mes "[Nerlen]";
mes "I'm sorry, but you";
mes "won't be able to carry";
@@ -312,12 +312,12 @@ prontera,230,312,3 script Nerlen#es07 1_F_PRIEST,{
close;
}
else {
- delitem 509,.@input; //White_Herb
- delitem 511,.@input; //Green_Herb
- delitem 508,.@input; //Yellow_Herb
- delitem 523,.@input; //Holy_Water
- delitem 7605,.@input; //Egg
- getitem 12019,.@input; //Holy_Egg
+ delitem White_Herb,.@input;
+ delitem Green_Herb,.@input;
+ delitem Yellow_Herb,.@input;
+ delitem Holy_Water,.@input;
+ delitem Chicken_Egg,.@input; //Egg
+ getitem Holy_Egg,.@input;
mes "[Nerlen]";
mes "Thank you!";
mes "I hope you enjoy";
@@ -341,7 +341,7 @@ morocc,131,26,5 script Secret Corps#egg 4_M_MASKMAN,{
mes "Death... It's inescapable.";
mes "Even you'll die someday. But...";
next;
- if (countitem(12019) > 0) {
+ if (countitem(Holy_Egg) > 0) {
mes "[Corps Member]";
mes "Oh, yes. That's it.";
mes "You have it. The egg you";
@@ -402,16 +402,16 @@ morocc,131,26,5 script Secret Corps#egg 4_M_MASKMAN,{
mes "First, let me check if you";
mes "brought the Holy Eggs...";
next;
- if (countitem(12019) > 9) {
+ if (countitem(Holy_Egg) > 9) {
mes "[Corps Member]";
mes "Very well. In return";
mes "for these Holy Eggs, let";
mes "me give you a small present";
mes "for joining us. Now, I can";
mes "tell you about what we do.";
- delitem 12019,10; //Holy_Egg
+ delitem Holy_Egg,10;
easter2008 = 3;
- getitem 644,2; //Gift_Box
+ getitem Gift_Box,2;
next;
mes "[Corps Member]";
mes "^333333*Cough Cough*^000000";
@@ -474,7 +474,7 @@ morocc,131,26,5 script Secret Corps#egg 4_M_MASKMAN,{
next;
switch(select("Give Holy Eggs:Don't Give Holy Eggs")) {
case 1:
- if (countitem(12019) > 32) {
+ if (countitem(Holy_Egg) > 32) {
mes "[Corps Member]";
mes "Ah, these will do!";
mes "Now, make a note of the";
@@ -658,7 +658,7 @@ pay_dun00,22,127,0 script Trace#egg1 CLEAR_NPC,{
mes "Time to use all of";
mes "these Holy Eggs.";
next;
- if (countitem(12019) > 32) {
+ if (countitem(Holy_Egg) > 32) {
mes "[" + strcharinfo(0) + "]";
mes "Here we go...";
mes "Will this really bring";
@@ -679,7 +679,7 @@ pay_dun00,22,127,0 script Trace#egg1 CLEAR_NPC,{
mes "that Corps Member and let";
mes "him know that it didn't work.";
close2;
- delitem 12019,33; //Holy_Egg
+ delitem Holy_Egg,33;
easter2008 = 9;
end;
}
@@ -710,7 +710,7 @@ iz_dun02,340,346,0 script Trace#egg CLEAR_NPC,{
mes "Time to use all of";
mes "these Holy Eggs.";
next;
- if (countitem(12019) > 32) {
+ if (countitem(Holy_Egg) > 32) {
mes "[" + strcharinfo(0) + "]";
mes "Here we go...";
mes "Will this really bring";
@@ -731,7 +731,7 @@ iz_dun02,340,346,0 script Trace#egg CLEAR_NPC,{
mes "that Corps Member and let";
mes "him know that it didn't work.";
close2;
- delitem 12019,33; //Holy_Egg
+ delitem Holy_Egg,33;
easter2008 = 9;
end;
}
@@ -762,7 +762,7 @@ mjo_dun03,308,256,0 script Trace#egg2 CLEAR_NPC,{
mes "Time to use all of";
mes "these Holy Eggs.";
next;
- if (countitem(12019) > 32) {
+ if (countitem(Holy_Egg) > 32) {
mes "[" + strcharinfo(0) + "]";
mes "Here we go...";
mes "Will this really bring";
@@ -783,7 +783,7 @@ mjo_dun03,308,256,0 script Trace#egg2 CLEAR_NPC,{
mes "that Corps Member and let";
mes "him know that it didn't work.";
close2;
- delitem 12019,33; //Holy_Egg
+ delitem Holy_Egg,33;
easter2008 = 9;
end;
}
@@ -814,7 +814,7 @@ gl_prison,157,176,0 script Trace#egg3 CLEAR_NPC,{
mes "Time to use all of";
mes "these Holy Eggs.";
next;
- if (countitem(12019) > 32) {
+ if (countitem(Holy_Egg) > 32) {
mes "[" + strcharinfo(0) + "]";
mes "Here we go...";
mes "Will this really bring";
@@ -835,7 +835,7 @@ gl_prison,157,176,0 script Trace#egg3 CLEAR_NPC,{
mes "that Corps Member and let";
mes "him know that it didn't work.";
close2;
- delitem 12019,33; //Holy_Egg
+ delitem Holy_Egg,33;
easter2008 = 9;
end;
}