summaryrefslogtreecommitdiff
path: root/npc/events/christmas_2005.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/christmas_2005.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/christmas_2005.txt')
-rw-r--r--npc/events/christmas_2005.txt84
1 files changed, 42 insertions, 42 deletions
diff --git a/npc/events/christmas_2005.txt b/npc/events/christmas_2005.txt
index 486014259..d3d9841e2 100644
--- a/npc/events/christmas_2005.txt
+++ b/npc/events/christmas_2005.txt
@@ -64,7 +64,7 @@ xmas_in,89,92,5 script Louise Kim#designer 4_F_06,{
mes "";
emotion e_lv;
next;
- if (countitem(2236) > 0) {
+ if (countitem(Santa's_Hat) > 0) {
if (select("Here.:It's ok.") == 1) {
mes "[Designer Louise Kim]";
mes "Nice choice!!";
@@ -90,7 +90,7 @@ xmas_in,89,92,5 script Louise Kim#designer 4_F_06,{
mes "^0000FF 1 Rosary ^000000 for luckiness.";
mes "It's pretty enough to make Louise Hat.";
next;
- if (countitem(952) > 0 && countitem(523) > 9 && countitem(2608) > 0) {
+ if (countitem(Cactus_Needle) > 0 && countitem(Holy_Water) > 9 && countitem(Rosary) > 0) {
select("Here you are.....");
mes "[Designer Louise Kim]";
mes "Wow~~!! So fast!!";
@@ -160,11 +160,11 @@ xmas_in,89,92,5 script Louise Kim#designer 4_F_06,{
mes "~Who would be happier than~";
mes "~being with Louise.~";
emotion e_ho;
- delitem 2236,1; //Santa's_Hat
- delitem 952,1; //Cactus_Needle
- delitem 523,10; //Holy_Water
- delitem 2608,1; //Rosary
- getitem 5136,1; //Santa's_Hat_
+ delitem Santa's_Hat,1;
+ delitem Cactus_Needle,1;
+ delitem Holy_Water,10;
+ delitem Rosary,1;
+ getitem Santa's_Hat_,1;
close;
}
else {
@@ -327,7 +327,7 @@ prontera,155,285,3 script Enjoy#enjoy 4_M_MONK,{
close;
}
else if (christ_solo05 == 5) {
- if (countitem(604) > 4){
+ if (countitem(Branch_Of_Dead_Tree) > 4){
mes "[Enjoy]";
mes "Did you do as I told you to do?!!!";
mes "Did you bring branch of dead trees?Let me see~~!!";
@@ -409,7 +409,7 @@ prontera,155,285,3 script Enjoy#enjoy 4_M_MONK,{
donpcevent "Mas#mas02::OnCommandEmotion";
donpcevent "Event#event02::OnCommandEmotion";
misceffect EF_HITLINE2;
- delitem 604,5; //Branch_of_Dead_Tree
+ delitem Branch_Of_Dead_Tree,5; //Branch_of_Dead_Tree
christ_solo05 = 6;
donpcevent "Happymerry#happymerry02::OnCommandOff";
donpcevent "Christ#christ02::OnCommandOff";
@@ -1127,7 +1127,7 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
close;
}
else if (christ_carol05 == 2) {
- if (!checkweight(1201,1)) {
+ if (!checkweight(Knife,1)) {
mes "^3355FFWait a second!";
mes "Right now, you're carrying";
mes "too many things with you.";
@@ -1145,7 +1145,7 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "to store some of your items.^000000";
close;
}
- if (countitem(1097) > 0) {
+ if (countitem(Worn_Out_Page) > 0) {
mes "[Oholy]";
mes "Oh, my gracious! ";
mes "You have brought me the book!";
@@ -1198,9 +1198,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "There are many sweets in them.";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 12130,7;//Cookie_Bag
+ getitem Cookie_Bag,7;
close;
case 2:
mes "[Oholy]";
@@ -1210,9 +1210,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "Very sweet and delicious.";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 529,20;//Candy
+ getitem Candy,20;
close;
case 3:
mes "[Oholy]";
@@ -1222,9 +1222,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "Very sweet and delicious.";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 530,15;//Candy_Striper
+ getitem Candy_Striper,15;
close;
case 4:
mes "[Oholy]";
@@ -1234,9 +1234,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "Very soft and delicious.";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 539,5;//Piece_of_Cake
+ getitem Piece_Of_Cake,5;//Piece_of_Cake
close;
case 5:
mes "[Oholy]";
@@ -1246,9 +1246,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "Very crispy and delicious.";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 538,10;//Well_baked_Cookie
+ getitem Well_Baked_Cookie,10;//Well_baked_Cookie
close;
case 6:
mes "[Oholy]";
@@ -1258,9 +1258,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "Very cute.";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 743,1;//Spore_Doll
+ getitem Spore_Doll,1;
close;
case 7:
mes "[Oholy]";
@@ -1270,9 +1270,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "Oops, oh well.";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 750,1;//Baphomet_Doll
+ getitem Baphomet_Doll,1;
close;
case 8:
mes "[Oholy]";
@@ -1282,9 +1282,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "Oops, oh well.";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 751,1;//Osiris_Doll
+ getitem Osiris_Doll,1;
close;
case 9:
mes "[Oholy]";
@@ -1294,9 +1294,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "Very kind of him.";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 752,1;//Grasshopper_Doll
+ getitem Grasshopper_Doll,1;
close;
case 10:
@@ -1307,9 +1307,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "Very kind of him.";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 753,1;//Monkey_Doll
+ getitem Monkey_Doll,1;
close;
case 11:
mes "[Oholy]";
@@ -1319,9 +1319,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "Very kind of him.";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 754,1;//Raccoondog_Doll
+ getitem Raccoondog_Doll,1;
close;
case 12:
mes "[Oholy]";
@@ -1332,9 +1332,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "Hope she is doing okay.";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 7206,1;//Black_Kitty_Doll
+ getitem Black_Kitty_Doll,1;
close;
case 13:
mes "[Oholy]";
@@ -1343,9 +1343,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "Isn't it adorable?!";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 7212,1;//Hanging_Doll
+ getitem Hanging_Doll,1;
close;
case 14:
mes "[Oholy]";
@@ -1356,9 +1356,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "with his passion.";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 7277,1;//Munak_Doll
+ getitem Munak_Doll,1;
close;
case 15:
mes "[Oholy]";
@@ -1368,9 +1368,9 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{
mes "It is not a common hat.";
mes "Merry Christmas!";
emotion e_heh;
- delitem 1097,1;//Worn_Out_Page
+ delitem Worn_Out_Page,1;
christ_carol05 = 3;
- getitem 2236,1;//Santa's_Hat
+ getitem Santa's_Hat,1;
close;
}
}
@@ -1443,7 +1443,7 @@ function script F_carol_devi {
mes "Hmm, I think I got what I need.";
mes "Let's go back to Ms.Oholy.";
christ_carol05 = 2;
- getitem 1097,1; //Worn_Out_Page
+ getitem Worn_Out_Page,1;
close;
case 2:
mes "[Deviruchi]";