diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:39:41 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:37 +0100 |
commit | 7eea5d3e6051be189736b94e13be847159c87cd7 (patch) | |
tree | c046043a8e2a0fcb4702344f6a87883c9efb5b72 /npc/re/quests/eden/26-40.txt | |
parent | bd18b127755adaea4d958574b5b7f26c8d818b50 (diff) | |
download | hercules-7eea5d3e6051be189736b94e13be847159c87cd7.tar.gz hercules-7eea5d3e6051be189736b94e13be847159c87cd7.tar.bz2 hercules-7eea5d3e6051be189736b94e13be847159c87cd7.tar.xz hercules-7eea5d3e6051be189736b94e13be847159c87cd7.zip |
ItemID to Constant: re Folder
Diffstat (limited to 'npc/re/quests/eden/26-40.txt')
-rw-r--r-- | npc/re/quests/eden/26-40.txt | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/npc/re/quests/eden/26-40.txt b/npc/re/quests/eden/26-40.txt index ec32d91e0..f106eb059 100644 --- a/npc/re/quests/eden/26-40.txt +++ b/npc/re/quests/eden/26-40.txt @@ -35,7 +35,7 @@ //========================================================================= moc_para01,38,38,3 script Mission [26 - 40] 4_BOARD3,{ - if (countitem(6219) < 1) { + if (countitem(Para_Team_Mark) < 1) { mes "You are not a qualified member. You can not use the bulletin board."; close; } @@ -118,7 +118,7 @@ L_Quest: } geffen,103,42,5 script Sponiac 4W_M_03,{ - if (checkweight(1201,1) == 0 || (MaxWeight - Weight) < 3500) { + if (checkweight(Knife,1) == 0 || (MaxWeight - Weight) < 3500) { mes "[Sponiac]"; mes "Why are you carrying so many items?"; mes "Are you in a training course or something?"; @@ -168,7 +168,7 @@ L_Quest: next; mes "[Sponiac]"; mes "Here it is. Thank you very much. God bless you!"; - getitem 569,getarg(4); //Novice_Potion + getitem Novice_Potion,getarg(4); getexp getarg(2),getarg(3); erasequest getarg(0); close; @@ -198,7 +198,7 @@ L_Quest: } moc_ruins,173,55,3 script Dieshin Man 4_M_ORIENT02,{ - if (checkweight(1201,1) == 0 || (MaxWeight - Weight) < 3500) { + if (checkweight(Knife,1) == 0 || (MaxWeight - Weight) < 3500) { mes "[Dieshin Man]"; mes "Why are you carrying so many items?"; mes "Are you in a training course or something?"; @@ -240,7 +240,7 @@ L_Quest: mes "Please check your Quest Window by pressing 'alt + u'."; close; } - if (countitem(6218) > 0) { + if (countitem(Disin_Delivery_Box) > 0) { mes "[Dieshin Man]"; mes "Wait, but you already have a delivery box."; next; @@ -277,12 +277,12 @@ L_Quest: next; mes "[Dieshin Man]"; mes "If you forgot where to make the delivery, then please check the Quest Window by pressing 'alt + u'."; - getitem 6218,1; //Disin_Delivery_Box + getitem Disin_Delivery_Box,1; close; } pay_fild07,83,89,7 script Zoologist 4_M_ORIENT02,{ - if (checkweight(1201,1) == 0 || (MaxWeight - Weight) < 3500) { + if (checkweight(Knife,1) == 0 || (MaxWeight - Weight) < 3500) { mes "[Zoologist]"; mes "Why are you carrying so many items?"; mes "Are you in a training course or something?"; @@ -312,7 +312,7 @@ pay_fild07,83,89,7 script Zoologist 4_M_ORIENT02,{ mes "I am waiting for a special delivery."; close; } - if (countitem(6218) > 0) { + if (countitem(Disin_Delivery_Box) > 0) { mes "[Zoologist]"; mes "Oh ho! Yes! That one!"; next; @@ -328,9 +328,9 @@ pay_fild07,83,89,7 script Zoologist 4_M_ORIENT02,{ next; mes "[Zoologist]"; mes "Well done. Good Job! Thank you so much! Here is a little gift for you."; - delitem 6218,1; //Disin_Delivery_Box + delitem Disin_Delivery_Box,1; erasequest 8271; - getitem 569,100; //Novice_Potion + getitem Novice_Potion,100; getexp 1000,0; close; } @@ -347,7 +347,7 @@ pay_fild07,83,89,7 script Zoologist 4_M_ORIENT02,{ } prt_fild03,30,254,3 script Entomologist 4_M_01,{ - if (checkweight(1201,1) == 0 || (MaxWeight - Weight) < 3500) { + if (checkweight(Knife,1) == 0 || (MaxWeight - Weight) < 3500) { mes "[Entomologist]"; mes "Why are you carrying so many items?"; mes "Are you in a training course or something?"; @@ -377,7 +377,7 @@ prt_fild03,30,254,3 script Entomologist 4_M_01,{ mes "I am waiting for a special delivery."; close; } - if (countitem(6218) > 0) { + if (countitem(Disin_Delivery_Box) > 0) { mes "[Entomologist]"; mes "Oh ho! Yes! That one!"; next; @@ -393,9 +393,9 @@ prt_fild03,30,254,3 script Entomologist 4_M_01,{ next; mes "[Entomologist]"; mes "Well done. Good Job! Thank you so much! Here is a little gift for you."; - delitem 6218,1; //Disin_Delivery_Box + delitem Disin_Delivery_Box,1; erasequest 8272; - getitem 569,100; //Novice_Potion + getitem Novice_Potion,100; getexp 1000,0; close; } @@ -412,7 +412,7 @@ prt_fild03,30,254,3 script Entomologist 4_M_01,{ } xmas_fild01,92,57,3 script Biologist 4W_M_01,{ - if (checkweight(1201,1) == 0 || (MaxWeight - Weight) < 3500) { + if (checkweight(Knife,1) == 0 || (MaxWeight - Weight) < 3500) { mes "[Biologist]"; mes "Why are you carrying so many items?"; mes "Are you in a training course or something?"; @@ -442,7 +442,7 @@ xmas_fild01,92,57,3 script Biologist 4W_M_01,{ mes "I am waiting for a special delivery."; close; } - if (countitem(6218) > 0) { + if (countitem(Disin_Delivery_Box) > 0) { mes "[Biologist]"; mes "Oh ho! Yes! That one!"; next; @@ -458,9 +458,9 @@ xmas_fild01,92,57,3 script Biologist 4W_M_01,{ next; mes "[Biologist]"; mes "Well done. Good Job! Thank you so much! Here is a little gift for you."; - delitem 6218,1; //Disin_Delivery_Box + delitem Disin_Delivery_Box,1; erasequest 8273; - getitem 569,100; //Novice_Potion + getitem Novice_Potion,100; getexp 1000,0; close; } @@ -477,7 +477,7 @@ xmas_fild01,92,57,3 script Biologist 4W_M_01,{ } payon,179,66,3 script Dashia 4_M_RACHMAN1,{ - if (checkweight(1201,1) == 0 || (MaxWeight - Weight) < 3500) { + if (checkweight(Knife,1) == 0 || (MaxWeight - Weight) < 3500) { mes "[Dashia]"; mes "Why are you carrying so many items?"; mes "Are you in a training course or something?"; @@ -507,10 +507,10 @@ payon,179,66,3 script Dashia 4_M_RACHMAN1,{ switch(select("Gather Bones:Gather Animal Skin:Gather Peelings:Gather Tails:Gather Cookies:Gather Mustaches")) { case 1: callsub L_Quest,8274; - if (countitem(932) > 9) { + if (countitem(Skel_Bone) > 9) { callsub L_Reward; - delitem 932,10; //Skel_Bone - getitem 569,100; //Novice_Potion + delitem Skel_Bone,10; + getitem Novice_Potion,100; getexp 1000,100; erasequest 8274; close; @@ -530,11 +530,11 @@ payon,179,66,3 script Dashia 4_M_RACHMAN1,{ break; case 2: callsub L_Quest,8275; - if ((countitem(948) > 9) && (countitem(919) > 4)) { + if ((countitem(Bear's_Foot) > 9) && (countitem(Animal's_Skin) > 4)) { callsub L_Reward; - getitem 569,100; //Novice_Potion - delitem 948,10; //Bear's_Foot - delitem 919,5; //Animal's_Skin + getitem Novice_Potion,100; + delitem Bear's_Foot,10; + delitem Animal's_Skin,5; getexp 1000,100; erasequest 8275; close; @@ -555,11 +555,11 @@ payon,179,66,3 script Dashia 4_M_RACHMAN1,{ break; case 3: callsub L_Quest,8276; - if ((countitem(955) > 19) && (countitem(910) > 19)) { + if ((countitem(Worm_Peelings) > 19) && (countitem(Garlet) > 19)) { callsub L_Reward; - delitem 955,20; //Worm_Peelings - delitem 910,20; //Garlet - getitem 569,100; //Novice_Potion + delitem Worm_Peelings,20; + delitem Garlet,20; + getitem Novice_Potion,100; getexp 1000,100; erasequest 8276; close; @@ -582,12 +582,12 @@ payon,179,66,3 script Dashia 4_M_RACHMAN1,{ break; case 4: callsub L_Quest,8277; - if ((countitem(942) > 9) && (countitem(1026) > 9) && (countitem(945) > 9)) { + if ((countitem(Yoyo_Tail) > 9) && (countitem(Acorn) > 9) && (countitem(Raccoon_Leaf) > 9)) { callsub L_Reward; - delitem 942,10; //Yoyo_Tail - delitem 1026,10; //Acorn - delitem 945,10; //Raccoon_Leaf - getitem 569,150; //Novice_Potion + delitem Yoyo_Tail,10; + delitem Acorn,10; + delitem Raccoon_Leaf,10; + getitem Novice_Potion,150; getexp 1000,200; erasequest 8277; close; @@ -611,11 +611,11 @@ payon,179,66,3 script Dashia 4_M_RACHMAN1,{ break; case 5: callsub L_Quest,8278; - if ((countitem(538) > 4) && (countitem(539) > 0)) { + if ((countitem(Well_Baked_Cookie) > 4) && (countitem(Piece_Of_Cake) > 0)) { callsub L_Reward; - delitem 538,5; //Well_Baked_Cookie - delitem 539,1; //Piece_Of_Cake - getitem 569,150; //Novice_Potion + delitem Well_Baked_Cookie,5; + delitem Piece_Of_Cake,1; + getitem Novice_Potion,150; getexp 1000,200; erasequest 8278; close; @@ -637,11 +637,11 @@ payon,179,66,3 script Dashia 4_M_RACHMAN1,{ break; case 6: callsub L_Quest,8279; - if ((countitem(1017) > 4) && (countitem(1018) > 2)) { + if ((countitem(Moustache_Of_Mole) > 4) && (countitem(Nail_Of_Mole) > 2)) { callsub L_Reward; - delitem 1017,5; //Moustache_Of_Mole - delitem 1018,3; //Nail_Of_Mole - getitem 569,150; //Novice_Potion + delitem Moustache_Of_Mole,5; + delitem Nail_Of_Mole,3; + getitem Novice_Potion,150; getexp 1000,200; erasequest 8279; close; |