summaryrefslogtreecommitdiff
path: root/npc/quests/newgears
diff options
context:
space:
mode:
authordaegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-01 04:29:56 +0000
committerdaegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-01 04:29:56 +0000
commit8832adba3ec9df0f7f890154f69f0993b8d1d8e5 (patch)
tree0e73afe6a780abf29fe035301f1354f24762da7a /npc/quests/newgears
parentfa533907d49c7e288be33efb55fcb094f8e48591 (diff)
downloadhercules-8832adba3ec9df0f7f890154f69f0993b8d1d8e5.tar.gz
hercules-8832adba3ec9df0f7f890154f69f0993b8d1d8e5.tar.bz2
hercules-8832adba3ec9df0f7f890154f69f0993b8d1d8e5.tar.xz
hercules-8832adba3ec9df0f7f890154f69f0993b8d1d8e5.zip
Full npc folder reorganization. (I hope I didn't break anything D:)
-Now common scripts goes to the main npc folder, and pre-re-only/re-only ones goes to their respective folders. -NPCs with practically the same script but little differences have been left in the main folder and uses the command checkre() for the differences. -For those NPCs with different coordinates but same script, the script has been left in the main folder but the NPCs splitted as duplicates. -All pre-renewal files has been reverted back to their pre-renewal behavior. TODO: -Correct pre-re quest rewards. -Check for pre-re/re differences in mapflags. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16545 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/newgears')
-rw-r--r--npc/quests/newgears/2004_headgears.txt3641
-rw-r--r--npc/quests/newgears/2005_headgears.txt2252
-rw-r--r--npc/quests/newgears/2006_headgears.txt1133
-rw-r--r--npc/quests/newgears/2008_headgears.txt823
4 files changed, 7849 insertions, 0 deletions
diff --git a/npc/quests/newgears/2004_headgears.txt b/npc/quests/newgears/2004_headgears.txt
new file mode 100644
index 000000000..42e5ceb12
--- /dev/null
+++ b/npc/quests/newgears/2004_headgears.txt
@@ -0,0 +1,3641 @@
+//===== rAthena Script =======================================
+//= 2004 Headgear Quests
+//===== By: ==================================================
+//= Dj-Yhn
+//===== Current Version: =====================================
+//= 1.6
+//===== Compatible With: =====================================
+//= rAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= 2004 New Headgears. Official Quests
+//= 1) Black Cat Ears (payon 115 131)
+//= 2) X Hairpin, Band Aid, Flower Hairpin (geffen 129 148)
+//= 3) Hot-blooded Headband (yuno 300 188)
+//= 4) Red Ribbon (prontera 165 232)
+//= 5) Indian Headband (comodo 237 217)
+//= 6) Mushroom Band (geffen 67 87)
+//= 7) Angel Wing Ears, Devil Wing Ears (yuno 241 52)
+//= 8) Sea-Otter Hat (xmas 183 267)
+//= 9) Teddybear Hat (xmas 175 156)
+//= 10) Model Training Hat (payon_in03 8 193)
+//= 11) Tulip Haipin (geffen 83 189)
+//= 12) Party Hat, Straw Hat, Cowboy Hat, (xmas_in 35 30)
+//= Sombrero, Beanie
+//= 13) Decorative Golden Bell, (yuno_in03 20 18)
+//= Crown of Ancient Queen, Crown of Mistress
+//= 14) Alarm Mask (alde_alche 88 180)
+//= 15) Drooping Cat, Smokie Leaf, Lazy Smokie, (morocc 273 79)
+// Blue Fish
+//= 16) Kitsune Mask (pay_dun03 48 84)
+//= 17) Orc Hero Helm (in_orcs01 31 93 & 162 33)
+//===== Additional Comments: =================================
+//= 1.4 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
+//= 1.5 Vito'd function call for checkweight. [L0ne_W0lf]
+//= 1.6 Replaced effect numerics with constants. [L0ne_W0lf]
+//============================================================
+
+// Black Cat Ears
+//============================================================
+payon,115,131,3 script Neko Neko#1 725,{
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a minute! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again after -";
+ mes "- you put some items into Kafra Storage. -";
+ close;
+ }
+ if (countitem(2213) > 0 && countitem(983) > 0 && countitem(914) > 199 && Zeny > 9999) {
+ mes "[Neko Neko]";
+ mes "Heh? You brought all the items~";
+ mes "Okay, give me some time.";
+ next;
+ mes "[Neko Neko]";
+ mes "*Squish Squish Bang Bang Bang Tap Tap Scrape Scrape*";
+ mes "*Scratch Scratch Tap Tap Tap Tap*";
+ next;
+ mes "[Neko Neko]";
+ mes "*Squish Squish Bang Bang Bang Tap Tap Scrape Scrape*";
+ mes "*Scratch Scratch Tap Tap Tap Tap*";
+ next;
+ mes "[Neko Neko]";
+ mes "Phew! There you go.";
+ mes "Now you can wear";
+ mes "Black Cat Ears";
+ mes "of your very own~";
+ delitem 2213,1; //Cat_Hairband
+ delitem 983,1; //Black_Dyestuffs
+ delitem 914,200; //Fluff
+ set zeny,zeny-10000;
+ getitem 5057,1; //Ear_Of_Black_Cat
+ next;
+ mes "[Neko Neko]";
+ mes "Thank you for using my service~!";
+ close;
+ }
+ mes "[Neko Neko]";
+ mes "Umm...?";
+ mes "Excuse me?";
+ mes "Do I know you?...";
+ mes "Oh, I know why you";
+ mes "want to talk to me.";
+ mes "Heh heh~!";
+ next;
+ mes "[Neko Neko]";
+ mes "You want to know where I got these tiny little cute black cat ears on my head, don't you? I knew it! Hahaha~!";
+ next;
+ mes "[Neko Neko]";
+ mes "Well, I made these myself.";
+ mes "If you want, I can make one for you too for a small price.";
+ mes "Heh heh heh~";
+ next;
+ mes "[Neko Neko]";
+ mes "Just bring me";
+ mes "1 ^FF0000Kitty Band^000000,";
+ mes "1 ^FF0000Black Dyestuffs^000000,";
+ mes "200 ^FF0000Fluff^000000 and";
+ mes "^FF000010,000 zeny^000000!";
+ next;
+ mes "[Neko Neko]";
+ mes "^FF0000Just remember, if you bring me any item that has a card inserted, or has been upgraded, the additional abilities of the item will disappear after I have used them. So please keep that in mind.";
+ close;
+}
+
+// X Hairpin, Band Aid, Flower Hairpin
+//============================================================
+geffen,129,148,3 script Argen#1 779,{
+ if (checkweight(1201,1) == 0) {
+ mes "[Argen]";
+ mes "Hey~ why are you carrying so many items?";
+ mes "You mind sharing them with me?";
+ close;
+ }
+ emotion e_hmm;
+ mes "[Argen]";
+ mes "Man, oh man~";
+ mes "Am I bored~!";
+ mes "If I only knew more tricks with this yo-yo. Then I could really impress the ladies.";
+ next;
+ mes "[" + strcharinfo(0) + "]";
+ mes "Impress the ladies...?";
+ next;
+ emotion e_gasp;
+ if (Sex) {
+ mes "[Argen]";
+ mes "Yeah dude. There are two things chicks dig. Small, adorable presents. And suave dudes.";
+ next;
+ mes "[Argen]";
+ mes "So, I got the cutesy present junk down. You know, instead of like, spending money on like a real gift, I make these little hairpin thingees.";
+ next;
+ mes "[Argen]";
+ mes "As for being suave? Well, I do have this yo-yo...";
+ next;
+ mes "[Argen]";
+ mes "Heh. You look like you don't like wasting cash on girls either. I'm down with that. If you like, I can make you a hairpin that you can give as gifts to the ^FF3333ladies^000000.";
+ next;
+ mes "[Argen]";
+ mes "All you gotta do is bring me the stuff to make it. And if that hairpin's for yourself, well, I'm down with that jive too.";
+ }
+ else {
+ mes "[Argen]";
+ mes "Whoa~! A lady...";
+ mes "Wow, you're really cute! Tell you what...";
+ next;
+ mes "[Argen]";
+ mes "Since you're such a cutie, I'll put together a nice little hairpin for you. All you gotta do is bring me the stuff to make it.";
+ next;
+ mes "[Argen]";
+ mes "So go ahead and tell me what kinda hairpin you're interested in.";
+ }
+ next;
+ emotion e_heh;
+ switch(select("^3131FFX Hairpin^000000:^3131FFBand Aid^000000:^3131FFFlower Hairpin^000000:No thanks.")) {
+ case 1:
+ if (countitem(2294) > 0 && countitem(7220) > 399) {
+ mes "[Argen]";
+ mes "X Hairpin!";
+ mes "Nice choice~!";
+ next;
+ emotion e_gasp;
+ mes "[Argen]";
+ mes "Ah... Right.";
+ mes "About the Stellar...";
+ mes "^CE3100If you use an upgraded Stellar to make this item, any upgrades will be lost. That okay with you?^000000";
+ next;
+ switch(select("I don't mind.:I will come back later.")) {
+ case 1:
+ mes "[Argen]";
+ mes "Alright, let's get to work.";
+ next;
+ mes "^3131FF * Scrape Scrape * ^000000";
+ mes "^3131FF * Scrape Scrape * ^000000";
+ next;
+ emotion e_no1;
+ mes "[Argen]";
+ mes "Alright, I'm done!";
+ mes "So what do you think?";
+ mes "Pretty cool, eh?";
+ delitem 2294,1; //Star_Dust
+ delitem 7220,400; //Ectoplasm
+ getitem 5079,1; //Crossed_Hair_Band
+ next;
+ break;
+ case 2:
+ mes "[Argen]";
+ mes "No problem, take your time.";
+ close;
+ }
+ }
+ else {
+ mes "[Argen]";
+ mes "Oh~";
+ mes "You want a ^3131FFX Hairpin?^000000";
+ mes "That's easy!";
+ next;
+ mes "[Argen]";
+ mes "I need ^FF00001 Stellar^000000";
+ mes "and ^FF0000400 Ectoplasm^000000.";
+ mes "Tell me when you're ready!";
+ close;
+ }
+ break;
+ case 2:
+ if (countitem(970) > 0 && countitem(930) > 499) {
+ mes "[Argen]";
+ mes "Band Aid, eh?";
+ mes "Got it! Hold on";
+ mes "a sec, I'll be";
+ mes "done in a bit.";
+ next;
+ mes "^3131FF * Scrape Scrape * ^000000";
+ mes "^3131FF * Scrape Scrape * ^000000";
+ next;
+ emotion e_no1;
+ mes "[Argen]";
+ mes "*Whew~!*";
+ mes "I'm finished!";
+ mes "Pretty cool, huh?";
+ delitem 970,1; //Alchol
+ delitem 930,500; //Rotten_Bandage
+ getitem 5063,1; //Plaster
+ next;
+ }
+ else {
+ mes "[Argen]";
+ mes "Ah, a ^3131FFBand Aid^000000!";
+ mes "That stuff is great for faking injuries, or hiding a bald spot. Handy to have when you wanna ditch school.";
+ next;
+ mes "[Argen]";
+ mes "Bring me ^FF00001 Alcohol^000000 and";
+ mes "^FF0000500 Rotten Bandage^000000!";
+ mes "Tell me when you're ready, yeah?";
+ close;
+ }
+ break;
+ case 3:
+ if (countitem(2269) > 0 && countitem(999) > 9 && Zeny > 19999) {
+ mes "[Argen]";
+ mes "You wanna a Flower Hairpin~?";
+ mes "Alright, gimmie a minute, yeah?";
+ next;
+ mes "^3131FF - Scrape Scrape - ^000000";
+ mes "^3131FF - Scrape Scrape - ^000000";
+ next;
+ emotion e_no1;
+ mes "[Argen]";
+ mes "Ah... It's done!";
+ mes "Hey, that looks pretty smooth! Oh, and uh, you can keep this leftover Stem.";
+ delitem 2269,1; //Centimental_Flower
+ delitem 999,10; //Steel
+ set zeny,zeny-20000;
+ getitem 5061,1; //Flower_Hairpin
+ getitem 905,1; //Stem
+ next;
+ }
+ else {
+ mes "[Argen]";
+ mes "You wanna a ^3131FFFlower Hairpin^000000!";
+ mes "Yeah, I've noticed cuties just love walking around with flowers in their mouths, and I was always like 'Whaaaat~?' But then I got this great idea!";
+ next;
+ mes "[Argen]";
+ mes "Wouldn't some kinda... ^3131FFFlower Hairpin^000000 be a hit with chicks? So I tried making one, and it seemed to be pretty popular among my lady friends.";
+ next;
+ mes "[Argen]";
+ mes "And it's a much better way to use a flower than to put it on Pet Orc Warriors. Man, those things just look gnarly~";
+ next;
+ mes "[Argen]";
+ mes "Well, if you want one, I'll make it. But I want you should pay me some royalties for my services. It's pretty hard to attach a flower to a hairpin, you know?";
+ next;
+ mes "[Argen]";
+ mes "It takes mad skill.";
+ next;
+ mes "[Argen]";
+ mes "So, I want you to bring...";
+ mes "^FF00001 Romantic Flower^000000,";
+ mes "^FF000010 Steel^000000";
+ mes "and ^3131FF20,000 zeny^000000!";
+ mes "Got it? Cool~";
+ close;
+ }
+ break;
+ case 4:
+ mes "[Argen]";
+ mes "I'm down with that.";
+ mes "If you want some kinda hairpin, just come back. I'll just be here, looking ^FF3333suaaave^000000 with this yo-yo.";
+ close;
+ }
+ emotion e_paper;
+ mes "[Argen]";
+ mes "Feel free to come ask me if you want more hairpins. Hey, I know I look lazy, but I do like to make things for the ladies. See ya later~!";
+ close;
+}
+
+// Hot-blooded Headband
+//============================================================
+yuno,300,188,5 script Zhenbolt#1 753,{
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a minute! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again after -";
+ mes "- you put some items into Kafra Storage. -";
+ close;
+ }
+ if (countitem(7216) > 299 && countitem(7097) > 299 && countitem(2211) > 0 && countitem(982) > 0) {
+ mes "[Zhenbolt]";
+ mes "What's this?!";
+ mes "You've already brought everything I've asked! Good job, hero~! Let me get to work right away...";
+ next;
+ mes "[Zhenbolt]";
+ mes "...";
+ next;
+ mes "[Zhenbolt]";
+ mes "......";
+ next;
+ mes "[Zhenbolt]";
+ mes "......*Cling*";
+ next;
+ mes "[Zhenbolt]";
+ mes "Take this...";
+ mes "It's known as the ^FF0000Hot-blooded Headband^000000, my personal symbol of fighting spirit! With this on your head, nothing can stop you!";
+ delitem 7216,300; //Red_Scarf
+ delitem 7097,300; //Burning_Heart
+ delitem 2211,1; //Bandana
+ delitem 982,1; //White_Dyestuffs
+ getitem 5070,1; //Headband_Of_Power
+ next;
+ mes "[Zhenbolt]";
+ mes "Now, go!";
+ mes "Unleash your fighting spirit upon the villains of the world!";
+ close;
+ }
+ mes "[Zhenbolt]";
+ mes "I...";
+ mes "am called ^FF0000Zhenbolt^000000!!";
+ next;
+ if (select("THE Zhenbolt!?:Oh my gosh, it's Zhenbolt!") == 1) {
+ mes "[Zhenbolt]";
+ mes "Yes, it is I, the man who has pummelled over a trillion foes and rising. Raging Hurricane Hero of Justice: Zhenbolt!";
+ next;
+ mes "[Zhenbolt]";
+ mes "I see in your eyes that you also fight with a heart of purity, a heart of passion!";
+ next;
+ mes "[Zhenbolt]";
+ mes "It is decided! If you bring me the following items, I will give you the famous symbol of battle by which villains fear Zhenbolt.";
+ next;
+ mes "[Zhenbolt]";
+ mes "Bring me...";
+ mes "300 ^FF0000Red Muffler^000000,";
+ mes "300 ^FF0000Burning Heart^000000,";
+ mes "1 ^FF0000Bandana^000000 and 1 ^FF0000White Dyestuffs^000000.";
+ mes "That's all I need.";
+ next;
+ mes "[Zhenbolt]";
+ mes "Come back soon, adventurer!";
+ mes "I expect great things of you!";
+ close;
+ }
+ mes "[Zhenbolt]";
+ mes "Yes.";
+ mes "It is I, Zhenbolt.";
+ mes "Warrior of Might!";
+ mes "Whirling Tempest";
+ mes "of Raging Passion!";
+ next;
+ mes "[Zhenbolt]";
+ mes "I see in your eyes that you have seen many a skirmish. To have survived this long, you must know the secret to victory...";
+ next;
+ mes "[Zhenbolt]";
+ mes "Pure, unbridled rage!";
+ mes "Battles are won with vigor and passion!";
+ next;
+ mes "[Zhenbolt]";
+ mes "Seeing as you understand this fundamental, I recognize you as an ally in the eternal struggle for justice! I shall bestow upon you the very symbol with which I have struck fear into evil hearts...";
+ next;
+ mes "[Zhenbolt]";
+ mes "Bring me";
+ mes "300 ^FF0000Red Muffler^000000,";
+ mes "300 ^FF0000Burning Heart^000000,";
+ mes "1 ^FF0000Bandana^000000 and 1 ^FF0000White Dyestuffs^000000.";
+ mes "That's all I need.";
+ next;
+ mes "[Zhenbolt]";
+ mes "Bring me those items...";
+ mes "And you too can become a fighting legend...";
+ close;
+}
+
+// Red Ribbon
+//============================================================
+prontera,165,232,3 script Nephia#1 744,{
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a minute! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again after -";
+ mes "- you put some items into Kafra Storage. -";
+ close;
+ }
+ if (countitem(2244) > 0 && countitem(2209) > 0 && countitem(10007) > 0) {
+ mes "[Nephia]";
+ mes "Oh...";
+ mes "You've brought all these ribbons! I can't wait to tie you a new ribbon to put on your ^FF66CCbeautiful hair!^000000";
+ next;
+ mes "[Nephia]";
+ mes "...";
+ next;
+ mes "[Nephia]";
+ mes "......";
+ next;
+ mes "[Nephia]";
+ mes ".......*Cling*";
+ next;
+ mes "[Nephia]";
+ mes "That's it~! We're done! Oh, I just know you're going to look precious wearing this.";
+ delitem 2244,1; //Big_Sis'_Ribbon
+ delitem 2209,1; //Ribbon_
+ delitem 10007,1; //Silk_Ribbon
+ getitem 5083,1; //Red_Tailed_Ribbon
+ next;
+ mes "[Nephia]";
+ mes "Hopefully, we can get together and do each other's hair sometime! Wouldn't that be soooo much fun?";
+ close;
+ }
+ mes "[Nephia]";
+ mes "Wow~";
+ mes "Such beautiful hair! I'm sorry, it's just that I love pretty hairstyles, and accessories!";
+ next;
+ mes "[Nephia]";
+ mes "Ooh~! You know what would make your hair so much cuter? I think if you tied it back with a big, red ribbon, you would look sooo ^FF66CCadorable^000000!";
+ next;
+ if (Sex) {
+ if (select("Um, lady, I'm a dude.:^FF66CCOoh~! You're right!^000000") == 1) {
+ mes "["+ strcharinfo(0) +"]";
+ mes "Woman, can't you that I'm a man?";
+ next;
+ mes "[Nephia]";
+ mes "Awww...";
+ mes "But you would look so ^FF66CCpretty~!^000000";
+ next;
+ mes "["+ strcharinfo(0) +"]";
+ mes "That...";
+ mes "Was the worst";
+ mes "compliment anyone";
+ mes "has ever given me.";
+ close;
+ }
+ mes "["+ strcharinfo(0) +"]";
+ mes "Oooh~!";
+ mes "That sounds great!";
+ next;
+ mes "[Nephia]";
+ mes "Like, oh my God! That's what I was thinking! Oh hey~! I can go ahead and tie that ribbon for you if you want!";
+ next;
+ mes "[Nephia]";
+ mes "Ooh! Bring...";
+ mes "1 ^FF0000Big Ribbon^000000,";
+ mes "1 ^FF0000slotted Ribbon^000000 and";
+ mes "1 ^FF0000Silk Ribbon^000000!";
+ next;
+ mes "[Nephia]";
+ mes "Oh, I almost forgot!";
+ mes "^FF0000If you bring me any upgraded items, or items compounded with cards, those cards and upgrades will be lost once I create the new item for you. So please don't forget that!^000000";
+ next;
+ mes "[Nephia]";
+ mes "Ooh, hurry hurry! I can't wait to accessorize your hair!";
+ close;
+ }
+ else {
+ if (select("No thanks.:^FF66CCOoh~! You're right!^000000") == 1) {
+ mes "["+ strcharinfo(0) +"]";
+ mes "Er...";
+ mes "No thanks.";
+ next;
+ mes "[Nephia]";
+ mes "Awwww~";
+ mes "But you're just the cutest little thing. I just know you would look so preeeetty!";
+ close;
+ }
+ mes "["+ strcharinfo(0) +"]";
+ mes "Oooh~!";
+ mes "That sounds great!";
+ next;
+ mes "[Nephia]";
+ mes "Like, oh my God! That's what I was thinking! Oh hey~! I can go ahead and tie a ribbon for you if you want!";
+ next;
+ mes "[Nephia]";
+ mes "Ooh! To do that I need";
+ mes "1 ^FF0000Big Ribbon^000000,";
+ mes "1 ^FF0000slotted Ribbon^000000 and";
+ mes "1 ^FF0000Silk Ribbon^000000!";
+ next;
+ mes "[Nephia]";
+ mes "Oh, I almost forgot!";
+ mes "^FF0000If you bring me any upgraded items, or items compounded with cards, those cards and upgrades will be lost once I create the new item for you. So please don't forget that!^000000";
+ next;
+ mes "[Nephia]";
+ mes "Ooh, hurry hurry! I can't wait to accessorize your hair!";
+ close;
+ }
+}
+
+// Indian Headband
+//============================================================
+comodo,237,217,5 script Meruntei#1 732,{
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a minute! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again after -";
+ mes "- you put some items into Kafra Storage. -";
+ close;
+ }
+ if (countitem(5010) > 0 && countitem(5049) > 0 && countitem(7101) > 9 && Zeny > 9999) {
+ mes "[Meruntei]";
+ mes "Oh! You brought all of them! Now I shall make you an Indian Headband of your very own.";
+ next;
+ mes "[Meruntei]";
+ mes "Take this! The items you have brought will be very useful for continuing my work in spreading headbands around Rune-Midgard.";
+ delitem 5010,1; //Indian_Hair_Piece
+ delitem 5049,1; //Stripe_Band
+ delitem 7101,10; //Peco_Wing_Feather
+ set zeny,zeny-10000;
+ getitem 5071,1; //Indian_Headband
+ next;
+ mes "[Meruntei]";
+ mes "iiiyiyiyiyiyiyiiiiii~~!";
+ close;
+ }
+ mes "[Meruntei]";
+ mes "iiiyiyiyiyiyiyiiiiii~~!";
+ mes " ";
+ mes "Indian spirit, forever~!";
+ mes "On behalf of the Comodo Indians, I give reverence to all Indian Tribes!";
+ next;
+ mes "[Meruntei]";
+ mes "Would you like to have an Indian Headband? You wouldn't become an official member of my tribe, but wearing it would show your respect if you happen to encounter tribal Indians in your adventures.";
+ next;
+ mes "[Meruntei]";
+ mes "You could just bring...";
+ mes "1 ^FF0000Indian Fillet^000000,";
+ mes "1 ^FF0000Striped Hairband^000000,";
+ mes "10 ^FF0000PecoPeco Feather^000000";
+ mes "and ^FF000010,000 zeny!";
+ next;
+ mes "[Meruntei]";
+ mes "I will be using the items you've given me so I can continue my work in spreading Indian Headbands, and paying homage to the tribes of Rune-Midgard.";
+ next;
+ mes "[Meruntei]";
+ mes "^FF0000For your information, if you bring me any item that has a card inserted, or has been upgraded, the additional abilities of the item will disappear after I have used them. So please keep that in mind.^000000";
+ next;
+ mes "[Meruntei]";
+ mes "iiiyiyiyiyiyiyiiiiii~~!";
+ close;
+}
+
+// Mushroom Band
+//============================================================
+geffen,67,87,3 script Ipore#1 700,{
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a minute! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again after -";
+ mes "- you put some items into Kafra Storage. -";
+ close;
+ }
+ if (countitem(921) > 299) {
+ mes "[Ipore]";
+ mes "Wow! Did you really gather these 300 Mushroom Spores all by yoruself? Nice! Now it's time to use my magic~";
+ next;
+ mes "^3355FF*Sprinkle Sprinkle*";
+ mes "Ipore pours the Mushroom Spores onto your head.^000000";
+ next;
+ mes "[Ipore]";
+ mes "Hocus pocus!";
+ next;
+ mes "[Ipore]";
+ mes ".......................";
+ mes "Phew! Success! There's a mushroom growing out of your head!";
+ next;
+ mes "[Ipore]";
+ mes "But...";
+ mes "I don't like the way it's tilting. It should have grown in the ^FF3333other^000000 direction.";
+ next;
+ mes "[Ipore]";
+ mes "I guess...";
+ mes "I guess we should make that mushroom into a headband so that you can adjust it to your style.";
+ next;
+ mes "[Ipore]";
+ mes "I know, I know...";
+ mes "It's not as cool as having the mushroom actually attached to your skull, but it's all we can do. I'm sorry I let you down.";
+ next;
+ mes "[Ipore]";
+ mes "...There.";
+ mes "It's done. But are you okay? Luckily, I don't think I scalped you.";
+ next;
+ mes "[Ipore]";
+ mes "Anyway, now you can wear that mushroom at a rakish angle, the way it's supposed to be worn. Stay cool, you fashion rebel, you.";
+ delitem 921,300; //Mushroom_Spore
+ getitem 5082,1; //Mushroom_Band
+ close;
+ }
+ mes "[Ipore]";
+ mes "Finally...";
+ mes "I've created a magic spell that can make mushrooms grow anywhere! Anyplace you can imagine, I can make a mushroom grow there.";
+ next;
+ mes "[Ipore]";
+ mes "Even...";
+ mes "On top of the human head...";
+ next;
+ mes "[Ipore]";
+ mes "Some may think it grotesque, but wouldn't you agree that sporting a mushroom, grown from your head, would start an art revolution?";
+ next;
+ mes "[Ipore]";
+ mes "Just think! It's the perfect fusion of magic and art, fashion and living life...";
+ mes "Man and mushroom?";
+ mes "Ah...I've piqued your curiosity I see.";
+ next;
+ mes "[Ipore]";
+ mes "So...";
+ mes "But in order to cast this spell, I need the magical power in ^FF0000300 Mushroom Spores^000000. So, if you bring me all of those Mushroom Spores, you can see my magic for yourself!";
+ next;
+ mes "[Ipore]";
+ mes "Now now, you do understand that I have to make the mushroom grow out of your head. Anywhere else, you could suspect that there's some kind of trick or illusion involved.";
+ next;
+ mes "[Ipore]";
+ mes "Besides, nothing says 'rebel without a cause' like a mushroom growing out of your head! You would look soooo cool, independent and countercultured!";
+ next;
+ mes "[Ipore]";
+ mes "Remember, bring me...";
+ mes "^FF0000300 Mushroom Spore^000000,";
+ mes "so that I can let you experience my amazing magic for yourself~!";
+ close;
+}
+
+// Angel Wing Ears, Devil Wing Ears
+//============================================================
+yuno,241,52,3 script Old Blacksmith#hgear 813,{
+ //DisableItemMove
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a minute! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again after -";
+ mes "- you put some items into Kafra Storage. -";
+ close;
+ // close2;
+ // EnableItemMove
+ // end;
+ }
+ mes "[Skillful Looking Artisan]";
+ mes "Aha~";
+ mes "You must really like to travel! You're certainly not from around here.";
+ next;
+ mes "[Skillful Looking Artisan]";
+ mes "Allow me to introduce myself. My name is Hatbyr Mhore, a travelling Blacksmith.";
+ next;
+ if (countitem(2254) > 0 && countitem(2286) > 0) {
+ mes "[Hatbyr Mhore]";
+ mes "Oh? It seems that you're carrying some valuable stuff with you.";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "Hmm, if you like, I could make you something truly amazing with that ^4d4dffAngel Wing^000000 and ^4d4dffElven Ears^000000 that you have.";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "How does that sound?";
+ mes "Oh, and don't you worry about my skill! I'm pretty well known among Blacksmiths for my talent, and my knack of making great things out of junk.";
+ next;
+ switch(select("Umm, let me think.:Okay, make it for me then.:Can you make it with an Evil Wing..?")) {
+ case 1:
+ mes "[Hatbyr Mhore]";
+ mes "Huh. What's to think about?! I was gonna use all of my skill to create something special for you. Ah well...";
+ close;
+ case 2:
+ mes "[Hatbyr Mhore]";
+ mes "Aha~ Good good good.";
+ mes "Let's see let's see...";
+ mes "1 Angel Wing";
+ mes "1 Elven Ears...";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "Some other crap and";
+ mes "...20,000 zeny.";
+ mes "I must say this is a very cheap price to pay for such a great item. But before I start, I should tell you...";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "I don't care how many times you've upgraded the items you brought, but please ^4d4dff carry only items that you need to create this item.^000000 I can't mess up my artwork because of some mistake you might make.";
+ next;
+ if (select("I am ready.:Okay, let me go store my other items first.") == 1) {
+ set .@now_weight,MaxWeight-Weight;
+ if (.@now_weight < 2000) {
+ mes "[Hatbyr Mhore]";
+ mes "Ouch...!";
+ mes "Why are you carrying so many items with you? Leave all your extra baggage somewhere else and come back.";
+ close;
+ }
+ else {
+ if (countitem(2254) > 0 && countitem(2286) > 0 && Zeny > 19999) {
+ mes "[Hatbyr Mhore]";
+ mes "Alright...";
+ mes "Let's get a groove on!";
+ specialeffect EF_REPAIRWEAPON;
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "There you go, buddy.";
+ mes "I am proud to say this is my masterpiece. Please take this item. I call it...";
+ mes "'Angel Wing Ears!'";
+ delitem 2254,1; //Angelic_Chain
+ delitem 2286,1; //Elven_Ears
+ set zeny,zeny-20000;
+ getitem 5074,1; //Ear_Of_Angel's_Wing
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "There's no doubt that you'll be the talk of the town sporting these fashionable things.";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "The glamour of an angel and the cuteness of Elven Ears is almost too much goodness for one headgear~!";
+ close;
+ }
+ mes "[Hatbyr Mhore]";
+ mes "I'm sorry buddy, but I can't make this item without having the things I need. Remember, I need 1 Angel Wing, 1 Elven Ears and 20,000 zeny.";
+ close;
+ }
+ }
+ mes "[Hatbyr Mhore]";
+ mes "No problem.";
+ mes "Come back anytime you want.";
+ mes "I'll just be here enjoying the view.";
+ close;
+ case 3:
+ mes "[Hatbyr Mhore]";
+ mes "Of course, I can make an item";
+ mes "out of an Evil Wing as well!";
+ mes "That sort of thing is simple for me!";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "Okay then, I will need...?";
+ mes "1 Evil Wing,";
+ mes "1 Elven Ears,";
+ mes "...and 20,000 zeny.";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "I must say this is a very cheap price considering the item I will make for you. But before I start, I should tell you...";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "I don't care how many times you've upgraded the items you brought, but please ^4d4dff carry only items that you need to create this item.^000000 I can't mess up my artwork because of some mistake you might make.";
+ next;
+ if (select("I am ready.:Okay, let me go store my other items first.") == 1) {
+ set .@now_weight,MaxWeight-Weight;
+ if (.@now_weight < 2000) {
+ mes "[Hatbyr Mhore]";
+ mes "Ouch...!";
+ mes "Why are you carrying so many items with you? Leave all your extra baggage somewhere else and come back.";
+ close;
+ }
+ else {
+ if (countitem(2255) > 0 && countitem(2286) > 0 && Zeny > 19999) {
+ mes "[Hatbyr Mhore]";
+ mes "Alright, it's time to roll!";
+ specialeffect EF_REPAIRWEAPON;
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "There you go, buddy. I am proud to say this is my masterpiece. I call it... 'Devil Wing Ears!'";
+ delitem 2255,1; //Satanic_Chain
+ delitem 2286,1; //Elven_Ears
+ set zeny,zeny-20000;
+ getitem 5068,1; //Ear_Of_Devil's_Wing
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "You'll be wowing everyone on the streets with your fashionable new look that says 'It feels so good to be so bad.' Glad to be of service~!";
+ close;
+ }
+ mes "[Hatbyr Mhore]";
+ mes "I'm sorry buddy, but I can't make this item without the stuff I need. Remember I need 1 Devil Wing, 1 Elven Ears and 20,000 zeny.";
+ close;
+ }
+ }
+ mes "[Hatbyr Mhore]";
+ mes "No problem.";
+ mes "Come back anytime you want.";
+ mes "I'll just be here enjoying the view.";
+ close;
+ }
+ }
+ else if (countitem(2255) > 0 && countitem(2286) > 0) {
+ mes "[Hatbyr Mhore]";
+ mes "Oh? It seems that you're carrying some valuable stuff with you.";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "Hmm, if you like, I could make you something truly amazing with that ^4d4dffEvil Wing^000000 and ^4d4dffElven Ears^000000 that you have.";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "How does that sound?";
+ mes "Oh, and don't you worry about my skill! I'm pretty well known among Blacksmiths for my talent, and my knack of making great things out of junk.";
+ next;
+ switch(select("Umm, let me think.:Okay, make it for me then.:Can you make it with an Angel Wing..?")) {
+ case 1:
+ mes "[Hatbyr Mhore]";
+ mes "Huh. What's to think about?! I was gonna use all of my skill to create something special for you. Ah well...";
+ close;
+ case 2:
+ mes "[Hatbyr Mhore]";
+ mes "Aha~ Good good good.";
+ mes "Let's see let's see...";
+ mes "1 Devil Wing";
+ mes "1 Elven Ears...";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "Some other crap and";
+ mes "...20,000 zeny.";
+ mes "I must say this is a very cheap price to pay for such a great item. But before I start, I should tell you...";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "I don't care how many times you've upgraded the items you brought, but please ^4d4dff carry only items that you need to create this item. I can't mess up my artwork because of some mistake you might make. ^000000";
+ next;
+ if (select("I am ready.:Okay, let me go store my other items first.") == 1) {
+ set .@now_weight,MaxWeight-Weight;
+ if (.@now_weight < 2000) {
+ mes "[Hatbyr Mhore]";
+ mes "Ouch, why are you carrying";
+ mes "so many items with you?";
+ mes "Leave all your extra baggage somewhere else and come back.";
+ close;
+ }
+ else {
+ if (countitem(2255) > 0 && countitem(2286) > 0 && Zeny > 19999) {
+ mes "[Hatbyr Mhore]";
+ mes "Alright...";
+ mes "Let's get a groove on!";
+ specialeffect EF_REPAIRWEAPON;
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "There you go, buddy.";
+ mes "I am proud to say this is my masterpiece. Please take this item. I call it... 'Devil Wing Ears!'";
+ delitem 2255,1; //Satanic_Chain
+ delitem 2286,1; //Elven_Ears
+ set zeny,zeny-20000;
+ getitem 5068,1; //Ear_Of_Devil's_Wing
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "You'll be wowing everyone on the streets with your fashionable new look that says 'It feels so good to be so bad.' Glad to be of service~!";
+ close;
+ }
+ mes "[Hatbyr Mhore]";
+ mes "I'm sorry buddy, but I can't make this item without having the things I need. Remember, I need 1 Devil Wing, 1 Elven Ears and 20,000 zeny.";
+ close;
+ }
+ }
+ mes "[Hatbyr Mhore]";
+ mes "No problem.";
+ mes "Come back anytime you want.";
+ mes "I'll just be here enjoying the view.";
+ close;
+ case 3:
+ mes "[Hatbyr Mhore]";
+ mes "Of course, I can make an item";
+ mes "out of an Angel Wing as well!";
+ mes "That sort of thing is simple for me!";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "Okay then, then I'll need...";
+ mes "1 Angel Wing,";
+ mes "1 Elven Ears,";
+ mes "...and 20,000 zeny.";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "I must say this is a very cheap price considering the item I will make for you. But before I start, I should tell you...";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "I don't care how many times you've upgraded the items you brought, but please ^4d4dff carry only items that you need to create this item.^000000 I can't mess up my artwork because of some mistake you might make.";
+ next;
+ if (select("I am ready.:Okay, let me go store my other items first.") == 1) {
+ set .@now_weight,MaxWeight-Weight;
+ if (.@now_weight < 2000) {
+ mes "[Hatbyr Mhore]";
+ mes "Ouch, why are you carrying";
+ mes "so many items with you?";
+ mes "Leave all your extra baggage somewhere else and come back.";
+ close;
+ }
+ else {
+ if (countitem(2254) > 0 && countitem(2286) > 0 && Zeny > 19999) {
+ mes "Alright...";
+ mes "Let's get a groove on!";
+ specialeffect EF_REPAIRWEAPON;
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "There you go, buddy.";
+ mes "I am proud to say this is my masterpiece. Please take this item. I call it... 'Angel Wing Ears!'";
+ delitem 2254,1; //Angelic_Chain
+ delitem 2286,1; //Elven_Ears
+ set zeny,zeny-20000;
+ getitem 5074,1; //Ear_Of_Angel's_Wing
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "There's no doubt that you'll be the talk of the town sporting these fashionable things.";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "The glamour of an angel and the cuteness of Elven Ears is almost too much goodness for one headgear~!";
+ close;
+ }
+ mes "[Hatbyr Mhore]";
+ mes "I'm sorry buddy, but I can't make this item without having the things I need. Remember, I need 1 Angel Wing, 1 Elven Ears and 20,000 zeny.";
+ close;
+ }
+ }
+ mes "[Hatbyr Mhore]";
+ mes "No problem.";
+ mes "Come back anytime you want.";
+ mes " ";
+ mes "I'll just be here enjoying the view.";
+ close;
+ }
+ }
+ else {
+ mes "[Hatbyr Mhore]";
+ mes "I happened to come to Juno while I was traveling around the world. Being someplace up in the clouds makes me a little nervous, but still, the scenery looks great from up here.";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "Although I really enjoy traveling more than staying in my shop, I'm still a Blacksmith at heart and I always gotta be making something. It's been a while since I've made my last creation...";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "Hmm...";
+ mes "If I had some materials, I think I could put together some pretty amazing stuff.";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "If by any chance, you have an Angel Wing or Evil Wing, and";
+ mes "Elven Ears, would you give me a chance to smith something?";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "I was thinking...";
+ mes "Elven Ears are great...";
+ mes "And everyone loves Angel Wing or Devil Wing. Wouldn't it be totally fab if I could combine the Elven Ears with one of the wings?!";
+ next;
+ if (select("Give me more information.:Yeah, I will think about it.") == 1) {
+ mes "[Hatbyr Mhore]";
+ mes "Oh, right.";
+ mes "Let me tell";
+ mes "you exactly I need.";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "For creating Angel Wing Ears, I need 1 ^4d4dffAngel Wing^000000,";
+ mes "1 ^4d4dffElven Ears^000000 and";
+ mes "^4d4dff20,000 zeny^000000.";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "For creating Devil Wing Ears,";
+ mes "I need 1 ^4d4dffDevil Wing^000000,";
+ mes "1 ^4d4dffElven Ears^000000 and";
+ mes "^4d4dff20,000 zeny^000000.";
+ next;
+ mes "[Hatbyr Mhore]";
+ mes "Come back anytime when you have those materials.";
+ mes "I will let you have either the elegance of an angel or the charisma of a demon with the wearables only I can craft.";
+ close;
+ }
+ mes "[Hatbyr Mhore]";
+ mes "No problem.";
+ mes "I'm always here at this scenic spot so I can enjoy the view. Just come back whenever you feel like it.";
+ close;
+ }
+ //EnableItemMove
+}
+
+// Sea-Otter Hat
+//============================================================
+xmas,183,267,3 script Pretty Lindsay#1 793,{
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a minute! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again after -";
+ mes "- you put some items into Kafra Storage. -";
+ close;
+ }
+ set .@now_weight,MaxWeight-Weight;
+ if (.@now_weight < 2000) {
+ mes "[Pretty Lindsay]";
+ mes "I know you brought everything you need for me to make you a hat, but you're carrying too much stuff. Why don't you put some of your things in Kafra Storage?";
+ close;
+ }
+ else if (countitem(5033) > 0 && countitem(5064) > 0) {
+ emotion e_gasp;
+ mes "[Pretty Lindsay]";
+ mes "Whoa~";
+ mes "You brought everything!";
+ mes "Okay, hold on a bit.";
+ mes "Let me make your hat.";
+ next;
+ mes "[Pretty Lindsay]";
+ mes "As my mom taught me,";
+ mes "put this down on the ground...";
+ mes "Okay, I am ready...";
+ next;
+ mes "^FF0000Lindsay put the Raccoon Hat on the ground, threw the Smokie Leaf onto the hat and mumbled some words while hugging herself.^000000";
+ next;
+ mes "^FF0000Then, suddenly with a dazzling light, the Raccoon Hat turned blue and slowly transformed into a Sea-Otter Hat.^000000";
+ specialeffect EF_FLASHER;
+ next;
+ mes "[Pretty Lindsay]";
+ mes "Phew! It's done!";
+ mes "Gosh! I think I";
+ mes "spent all my energy.";
+ mes "Okay, take this~";
+ delitem 5033,1; //Smokie_Hat
+ delitem 5064,1; //Leaf_Headgear
+ getitem 5078,1; //Sea_Otter_Cap
+ next;
+ mes "[Pretty Lindsay]";
+ mes "I made this hat with all my heart, so you gotta promise me you will take care of this, okay?";
+ close;
+ }
+ if (Sex == 1) {
+ mes "[Pretty Lindsay]";
+ mes "Hello, there?";
+ mes "Mister...?";
+ next;
+ emotion e_heh;
+ mes "[Pretty Lindsay]";
+ mes "You look like you're freezing...";
+ mes "Um, I know! How about I make you a cute, warm and fuzzy Sea-Otter hat?";
+ next;
+ mes "[Pretty Lindsay]";
+ mes "It's really really cute! Also, it's the only hat I know how to make, because I love playing with Sea Otters so much!";
+ next;
+ mes "[Pretty Lindsay]";
+ mes "I have to put together ^0000FF1 Raccoon Hat^000000 and ^0000FF1 Smokie Leaf^000000 to make a ^4D4DFFSea-Otter Hat^000000 for you, though.";
+ next;
+ if (select("Okay, I will come back with the stuff.:Um... How come you need a Raccoon Hat?") == 1) {
+ emotion e_heh;
+ mes "[Pretty Lindsay]";
+ mes "Cool~! Come back soon as you can~!";
+ close;
+ }
+ mes "[Pretty Lindsay]";
+ mes "Well, it's supposed to be a seeeecret, but my mommy taught me some magic to make Sea-Otter hats with Raccoon hats.";
+ next;
+ mes "[Pretty Lindsay]";
+ mes "It's the bestest magic ever because it comes from my heart!";
+ next;
+ mes "[" + strcharinfo(0) + "]";
+ mes "That...";
+ mes "That still doesn't explain anything!";
+ next;
+ mes "[" + strcharinfo(0) + "]";
+ mes "Alright...";
+ mes "Yeah...";
+ mes "I'll come back later, kid.";
+ close;
+ }
+ mes "[Pretty Lindsay]";
+ mes "Hello, hello~!";
+ mes "You're such a pretty lady!";
+ next;
+ emotion e_heh;
+ mes "[Pretty Lindsay]";
+ mes "Hey hey! Can I make you a Sea-Otter hat! It's really really really really cute!";
+ next;
+ mes "[Pretty Lindsay]";
+ mes "I need ^0000FF1 Raccoon Hat^000000 and ^0000FF1 Smokie Leaf^000000 so I can make a ^4D4DFFSea-Otter Hat^000000 for you.";
+ next;
+ if (select("Okay, I will come back with the stuff.:Um, why do you want to make hats so much?") == 1) {
+ emotion e_heh;
+ mes "[Pretty Lindsay]";
+ mes "Cool~!";
+ mes "Come back as";
+ mes "soon as you can~!";
+ close;
+ }
+ mes "[Pretty Lindsay]";
+ mes "Because...!";
+ mes "If everyone in Lutie was wearing a fuzzy Sea-Otter cap, it would look so so cute!";
+ next;
+ mes "[Pretty Lindsay]";
+ mes "We could play games in the snow, and play with real Sea Otters and have them give us rides and...";
+ mes ".....";
+ close;
+}
+
+// Teddybear Hat
+//============================================================
+xmas,175,156,3 script Fuzzy Fuzz#1 712,{
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a minute! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again after -";
+ mes "- you put some items into Kafra Storage. -";
+ close;
+ }
+ if (countitem(5030) > 0 && countitem(7213) > 99 && countitem(7217) > 99 && countitem(7161) > 299) {
+ if ((MaxWeight-Weight) < 2000) {
+ mes "[Fuzzy Fuzz]";
+ mes "You brought every material I need, but unfortunately you don't have enough space in your inventory. Try and place some of your items into Kafra Storage first.";
+ close;
+ }
+ mes "[Fuzzy Fuzz]";
+ mes "Excellent! You brought everything! Please make yourself comfortable while I make you your Teddybear Hat.";
+ next;
+ emotion e_ho;
+ mes "[Fuzzy Fuzz]";
+ mes "Hmm Hm Hmm...";
+ mes "Tear this off...";
+ mes "Knit this on....";
+ mes "Okay, it's almost done...";
+ next;
+ mes "[Fuzzy Fuzz]";
+ emotion e_an;
+ mes "There is an old saying, 'Everything comes to those who wait.' Oh, are you freezing? Why don't you rub your hands together?";
+ next;
+ mes "[Fuzzy Fuzz]";
+ emotion e_ic;
+ mes "It's complete! There you go. I think this one will look really good on you! Please take good care of this hat.";
+ delitem 5030,1; //Panda_Cap
+ delitem 7213,100; //Needle_Pouch
+ delitem 7217,100; //Spool
+ delitem 7161,300; //Black_Bear's_Skin
+ getitem 5059,1; //Brown_Bear_Cap
+ close;
+ }
+ emotion e_gasp;
+ mes "[Fuzzy Fuzz]";
+ mes "Hello there, young man.";
+ mes "What brings you to Lutie, town of goodwill and year round Christmas cheer?";
+ next;
+ mes "[Fuzzy Fuzz]";
+ mes "I'm a master of creating stuffed animals, which make great presents. As we all know, everyone loves to hug cute and cuddly stuffed animals.";
+ next;
+ mes "[Fuzzy Fuzz]";
+ mes "My specialty is the 'Teddybear Hat.' When it's worn, it makes you as cute as a teddy bear, and your hugs twice as warm and cuddly.";
+ next;
+ mes "[Fuzzy Fuzz]";
+ if (Sex) {
+ mes "The 'Teddybear Hat' can't be worn by just anyone, since it's cuddling powers are easily abused.";
+ next;
+ mes "[Fuzzy Fuzz]";
+ mes "But I sense that you are an adventurer with a pure heart and would not use the Teddybear Hat for selfish gain.";
+ next;
+ mes "[Fuzzy Fuzz]";
+ mes "You can learn a lot about telling good people from the naughty after working for Santa for a loooong time...";
+ }
+ else {
+ mes "[Fuzzy Fuzz]";
+ mes "I sense that you are an adventurer with a good heart, and that a sweet girl like you deserves a nice gift.";
+ next;
+ mes "[Fuzzy Fuzz]";
+ mes "You know more about such things after working for Santa for so long.";
+ }
+ next;
+ mes "[Fuzzy Fuzz]";
+ mes "Unfortunately, I don't have any material to make the headgear right now. But if you bring the materials, I will make you a 'Teddybear Hat' for free.";
+ next;
+ mes "[Fuzzy Fuzz]";
+ mes "Let's see...";
+ mes "I'll need...";
+ mes "^0000FF1 Panda Hat^000000,";
+ mes "^0000FF100 Needle Packet^000000,";
+ mes "^0000FF100 Spool^000000 and";
+ mes "^0000FF300 Black Bear Skin^000000.";
+ next;
+ mes "[Fuzzy Fuzz]";
+ mes "So, do you think you can get all of them? I will be here waiting for you.";
+ emotion e_heh;
+ close;
+}
+
+// Model Training Hat
+//============================================================
+payon_in03,8,193,4 script Nanhyang#1 77,{
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a minute! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again after -";
+ mes "- you put some items into Kafra Storage. -";
+ close;
+ }
+ if ((MaxWeight-Weight) < 2430) {
+ mes "[Nanhyang]";
+ mes "Hmmm...";
+ mes "You look like you're having trouble carrying all of your things. Why don't you place some of your extra items into the Kafra Storage?";
+ close;
+ }
+ if (countitem(5073) > 0 && countitem(1750) > 0) {
+ mes "[Nanhyang]";
+ mes "Hello, there.";
+ mes "Ah, I can tell that you already have a ^8C1717'Model Training Hat'^000000. I see that using it has corrected your posture.";
+ next;
+ mes "[Nanhyang]";
+ mes "Oh...";
+ mes "I forgot to tell you that I can not only put together a 'Model Training Hat,' I can disassemble it into its original parts.";
+ next;
+ mes "[Nanhyang]";
+ mes "If you give me ^0000FF1 'Model Training Hat'^000000 and ^0000FF1 'Arrow'^000000, I give you ^8C17171 'Apple of Archer'^000000 and ^8C17171 'Book'^000000. So, would you like to disassemble the items?";
+ next;
+ if (select("Disassemble:Cancel") == 1) {
+ mes "[Nanhyang]";
+ mes "Thank you.";
+ mes "It will not take that much time to make this hat, so please wait a moment.";
+ next;
+ mes "[Nanhyang]";
+ mes " . . . . . . . . . . . . . .";
+ mes " . . . . . . . . . . . . . ";
+ mes " . . . . . . . . . . . . . .";
+ mes " . . . . . . . . . . . . . ";
+ next;
+ mes "[Nanhyang]";
+ delitem 5073,1; //Cap_Of_Concentration
+ delitem 1750,1; //Arrow
+ getitem 2285,1; //Apple_Of_Archer
+ getitem 1550,1; //Book
+ mes "There you go.";
+ next;
+ mes "[Nanhyang]";
+ mes "If you want to make a";
+ mes "'Model Training Hat' again,";
+ mes "feel free to come back.";
+ close;
+ }
+ mes "[Nanhyang]";
+ mes "I see.";
+ mes "I hope you will";
+ mes "continue to use that hat";
+ mes "to improve your posture";
+ mes "and glamorous poise.";
+ close;
+ }
+ if (countitem(2285) > 0 && countitem(1550) > 0) {
+ mes "[Nanhyang]";
+ emotion e_heh;
+ mes "You brought the materials~";
+ next;
+ mes "[Nanhyang]";
+ mes "Before I start to create the item, I'm obligated to warn you...";
+ next;
+ mes "[Nanhyang]";
+ mes "If the ^FF0000'Book' and 'Apple of Archer' items you have brought to make a 'Model Training Hat' was ^FF0000upgraded^000000, after I create the hat out of the book, ^FF0000these upgrades, including compounded cards, will be lost.^000000";
+ next;
+ mes "[Hanhyang]";
+ mes "So would you like to create the Model Training Hat right now?";
+ next;
+ if (select("Create:Cancel") == 1) {
+ mes "[Nanhyang]";
+ emotion e_ok;
+ mes "Thank you.";
+ mes "Let me create one for you right away. Please have a seat and make yourself comfortable.";
+ next;
+ mes "[Nanhyang]";
+ mes "Usually we have a zeny service charge, but since you've got ^3355FFthe look^000000, I'll waive it.";
+ next;
+ mes "[Nanhyang]";
+ mes "Please wait a moment while I put this together.";
+ next;
+ mes " . . . . . . . . . . . . . .";
+ mes " . . . . . . . . . . . . . ";
+ mes " . . . . . . . . . . . . . .";
+ mes " . . . . . . . . . . . . . ";
+ next;
+ mes "[Nanhyang]";
+ emotion e_ic;
+ mes "That wasn't too difficult. I hope you wear this hat everyday to improve your posture.";
+ next;
+ mes "[Nanhyang]";
+ mes "You may have trouble at first, keeping your balance and trying not to drop the apple. You may even feel incredible neck pain. But for the sake of beauty, it'll all be worth it.";
+ next;
+ mes "[Nanhyang]";
+ mes "Here it is.";
+ mes "Oh, right, this arrow from the Apple of Archer is left over, so you can go ahead and take that.";
+ delitem 2285,1; //Apple_Of_Archer
+ delitem 1550,1; //Book
+ getitem 5073,1; //Cap_Of_Concentration
+ next;
+ mes "[Nanhyang]";
+ mes "Also, I can disassemble the Model Training Hat into its original materials. So if you want the original items back, bring the Model Training Hat and the arrow I gave you.";
+ getitem 1750,1; //Arrow
+ next;
+ mes "[Nanhyang]";
+ mes "I hope you";
+ mes "will have a";
+ mes "good day.";
+ mes "Farewell.";
+ close;
+ }
+ mes "[Nanhyang]";
+ emotion e_dots;
+ mes "I see. You must have brought items with cards or upgrades that you didn't want to lose. Feel free to come back anytime when you are ready.";
+ close;
+ }
+ mes "[Nanhyang]";
+ emotion e_gasp;
+ mes "Hello~";
+ mes "Welcome to the Handsome Charm Modeling School. May I help you?";
+ next;
+ if (select("I want to be a model~!:Cancel") == 1) {
+ mes "[Nanhyang]";
+ mes "I see~";
+ mes "Although it's clear that you've got '^3355FFthe look^000000,' we can't accept any students at the moment.";
+ next;
+ mes "[Nanhyang]";
+ mes "Lately, our director has been gone, and we aren't sure when he'll come back. ^333333*Sigh* I can't even remember the last time we got paid.^000000";
+ next;
+ mes "[Nanhyang]";
+ mes "Hmm... Wait a minute!";
+ mes "At the very least, we could train you to improve your posture so that you can walk with regal poise.";
+ next;
+ mes "[Nanhyang]";
+ mes "Although we can't offer any classes at this time, I can create a special 'Model Training Hat' for you. That way, you can practice the glamourous way of walking down the catwalk on your own.";
+ next;
+ mes "[Nanhyang]";
+ emotion e_what;
+ mes "But since our director is gone, we can't really use our budget to give you a hat. If you want, please bring me the following items...";
+ next;
+ mes "[Nanhyang]";
+ mes "Please bring...";
+ mes "^0000FF1 Apple of Archer^000000 and";
+ mes "^0000FF1 Book^000000.";
+ mes "Then I can fashion a 'Model Training Hat' for you right away.";
+ close;
+ }
+ mes "[Nanhyang]";
+ mes "I understand.";
+ mes "Well, have a good day.";
+ mes "Thank you~";
+ close;
+}
+
+// Tulip Hairpin
+//============================================================
+geffen,83,189,5 script Seth#1 716,{
+ if (checkweight(1201,1) == 0) {
+ mes " [Seth]";
+ mes "Whoa, why are you carrying so many items with you?";
+ mes "You look so heavy...! Maybe you can walk more easily if you put some of your stuff away?";
+ close;
+ }
+ mes " [Seth]";
+ mes "Hello, my name is Seth!";
+ mes "I like folding paper and making origami. I made my mommy a big paper boat, and she gave me a big smile and patted my head!";
+ emotion e_heh;
+ next;
+ mes "[Seth]";
+ mes "Today at school, I learned how to make a paper flower! The flower was sort of hard, but now I can do it! Then I made a tiny tiny flower and put in on my head~";
+ emotion e_lv;
+ next;
+ if (countitem(2278) > 0 && countitem(975) > 0) {
+ mes "[Seth]";
+ mes "Hey~!";
+ mes "You have a Mr. Smile and Scarlet Dyestuffs! Yaaay~! I could use those and make you a paper flower. C'mon, lemme show you!";
+ emotion e_swt2;
+ next;
+ mes "[Seth]";
+ mes "Lemme make";
+ mes "one for you,";
+ mes "pwease pwease?";
+ emotion e_swt2;
+ next;
+ switch(select("Alright!:No thanks kid.:Boys aren't supposed to make flowers.")) {
+ case 1:
+ emotion e_heh;
+ mes "[Seth]";
+ mes "Yay~";
+ mes "You're the best!";
+ next;
+ mes "[Seth]";
+ mes "Let's see...";
+ mes "I cut Mr. Smile this way~.";
+ mes "*Snip Snip Snip~~*";
+ mes "*Snip...Snip...*";
+ mes "Yyyyyaaaeeep...";
+ emotion e_ho;
+ next;
+ mes "[Seth]";
+ mes "Tah dah~!";
+ next;
+ delitem 2278,1; //Mr_Smile
+ delitem 975,1; //Scarlet_Dyestuffs
+ getitem 5077,1; //Tulip_Hairpin
+ mes "[Seth]";
+ mes "Heheheh~!";
+ mes "I'm done!";
+ mes "I did a good job, didn't I?";
+ next;
+ if (BaseJob == Job_Novice && Upper != 1) {
+ mes "[Seth]";
+ mes "Oh, here's the leftovers. Mommy says that we should always save things. Heh heh~";
+ getitem 935,1; //Shell
+ next;
+ }
+ mes "[Seth]";
+ mes "I'm a good boy!";
+ mes "I'm gonna make one for my little sister~! And everybody I love!";
+ next;
+ mes "[Seth]";
+ mes "If you want to see me make another one, just bring more Scarlet Dyestuffs and Mr.Smile, okay? Bye bye~!";
+ close;
+ case 2:
+ mes "[Seth]";
+ mes "*Sniff sniff*";
+ mes "O-okay...";
+ mes "But I just wanted to show you how good I am...";
+ emotion e_sob;
+ close;
+ case 3:
+ mes "[" + strcharinfo(0) + "]";
+ mes "Hey.";
+ next;
+ mes "[" + strcharinfo(0) + "]";
+ mes "Boys aren't supposed to make flowers.";
+ next;
+ mes "[Seth]";
+ mes "Waaaaaaah~!";
+ mes "But flowers are so nice and pweety!!!";
+ emotion e_sob;
+ close;
+ }
+ }
+ else {
+ mes "[Seth]";
+ mes "You want me to show you? Huh?";
+ mes "I can do it you want!";
+ next;
+ mes "[Seth]";
+ mes "Uh oh...";
+ mes "But I don't have anything to make paper flowers out of.";
+ next;
+ if (select("I'll get what you need.:Too bad!") == 1) {
+ mes "[Seth]";
+ mes "Okay okay...";
+ mes "I neeeeed...";
+ mes "^3131FF1 Mr. Smile^000000 and";
+ mes "^3131FF1 Scarlet Dyestuffs^000000.";
+ mes "Then I can make you a tiiiiny little flower.";
+ next;
+ mes "[Seth]";
+ mes "Seth will wait for you here. Promise me you'll come back?";
+ close;
+ }
+ emotion e_sob;
+ mes "[Seth]";
+ mes "Wah~~~~~!";
+ close;
+ }
+}
+
+// Party Hat, Straw Hat, Cowboy Hat, Sombrero, Beanie
+//============================================================
+xmas_in,35,30,3 script Hat Merchant#zero 797,{
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a minute !! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again -";
+ mes "- after you lose some weight. -";
+ close;
+ }
+ mes "[Mad Hatter]";
+ mes "Hey there. Um...";
+ mes "I'm the 'Mad Hatter.' Well, at least that's what I call myself.";
+ next;
+ mes "[Mad Hatter]";
+ mes "If you give me some stuff, I can renovate some of your old hats so that they really show your personality. Whether you're laid back or a party animal, I'll be able to make a hat just for you!";
+ next;
+ mes "[Mad Hatter]";
+ mes "You wanna take a look at the trendy, stylish hats I can make for you?";
+ next;
+ switch(select("Party Hat:Straw Hat:Cowboy Hat:Sombrero:Beanie")) {
+ case 1:
+ if (countitem(2236) > 0 && countitem(7151) > 99 && countitem(7111) > 99) {
+ mes "[Mad Hatter]";
+ mes "Party Hat! It's a Santa Hat I've remade by adding colorful paper for a festive look. Celebrate good times with a Party Hat! Come on!";
+ next;
+ mes "[Mad Hatter]";
+ mes "Oh wait! Please check one thing before we start.";
+ next;
+ mes "[Mad Hatter]";
+ mes "If the Santa Hat you use to create this hat was upgraded or compounded with a card, all those upgrades will be lost. So, to be safe, I suggest you put everything in your inventory, other than the things to make the Party Hat, into Kafra Storage.";
+ next;
+ mes "[Mad Hatter]";
+ mes "It seems to me that you have everything. Alright! Shall I make you a Party Hat?";
+ next;
+ if (select("No thanks.:Yes.") == 1) {
+ mes "[Mad Hatter]";
+ mes "Umm, okay...";
+ mes "I guess being the life of the party is a bit too much for you, eh? Hmpf. Well, I know a good library in Juno where you can hang out...";
+ close;
+ }
+ mes "^3355FF*Rustle Rustle Splat Splat*^000000";
+ mes "^3355FF*Squick Squick Grind Grind*^000000";
+ mes "^3355FF*Swish Swish Rustle Rustle*^000000";
+ next;
+ delitem 2236,1; //Santa's_Hat
+ delitem 7151,100; //Oil_Paper
+ delitem 7111,100; //Smooth_Paper
+ mes "[Mad Hatter]";
+ mes "It's done! Your new life, as the life of the party, has officially begun. All you need to do is wear this Party Hat. Though, knowing a couple jokes would probably help too.";
+ getitem 5060,1; //Party_Hat
+ next;
+ mes "[Mad Hatter]";
+ mes "Oh by the way, there's some stuff left over. I guess you should hold onto it. You know, in case you need it later.";
+ getitem 914,10; //Fluff
+ close;
+ }
+ else {
+ mes "[Mad Hatter]";
+ mes "Oh... man. Everyone needs a Party Hat! Even boring types get jazzed with pizazz wearing one of these!";
+ next;
+ mes "[Mad Hatter]";
+ mes "You can wear them for birthday parties, Christmas parties. Um, slumber parties. P-political parties.";
+ mes "......";
+ mes "And hunting parties?";
+ next;
+ mes "[Mad Hatter]";
+ mes "Anyway, this is what I need to make a Party Hat...";
+ mes "1 ^3355FFSanta Hat^000000,";
+ mes "100 ^3355FFOil Paper^000000 and";
+ mes "100 ^3355FFSlick Paper^000000.";
+ next;
+ mes "[Mad Hatter]";
+ mes "I'll be right here when you decide to crank your life up a notch with a Party Hat.";
+ close;
+ }
+ case 2:
+ if (countitem(2280) > 0 && countitem(7197) > 299 && countitem(7150) > 299) {
+ mes "[Mad Hatter]";
+ mes "A Straw Hat! Made out of a Sakkat with bamboo and tough vines, it gives you a relaxed, rustic feeling when you wear it.";
+ next;
+ mes "[Mad Hatter]";
+ mes "Oh wait! Please check one thing before we start.";
+ mes "If the Sakkat you use to create this hat was upgraded, any cards, slots or upgrades will disappear once I make a new hat out of it.";
+ next;
+ mes "[Mad Hatter]";
+ mes "To be safe, I suggest you put everything else, other than the required hat items, into Kafra Storage.";
+ next;
+ mes "[Mad Hatter]";
+ mes "Ah! I see you brought everything. Alright! Do you want me to make you a Straw Hat now?";
+ next;
+ if (select("No thanks.:Yes.") == 1) {
+ mes "[Mad Hatter]";
+ mes "Man...";
+ mes "I think you need this hat more than I thought. You have got to learn to just chill and relax~!";
+ close;
+ }
+ mes "^3355FF*Crunch Chew Chew Chew*^000000";
+ mes "^3355FF*Squish Squish Fwsht Fwsht*^000000";
+ mes "^3355FF*Crunch Crunch Tap Tap*^000000";
+ next;
+ delitem 2280,1; //Sahkkat
+ delitem 7197,300; //Tough_Vines
+ delitem 7150,300; //Bamboo_Cut
+ mes "[Mad Hatter]";
+ mes "It's done!";
+ mes "Now you can wear this hat, feel cool, and relax with style.";
+ mes "Please come again~";
+ getitem 5062,1; //Straw_Hat
+ close;
+ }
+ else {
+ mes "[Mad Hatter]";
+ mes "A Straw Hat! It shades you from the heat of the sun and keeps farmers cool when they're working on the fields. It's a hat for cool, relaxed types and the hat of choice for some famous heroes!";
+ next;
+ mes "[Mad Hatter]";
+ mes "Anyways, I need all these to make you a Straw Hat...";
+ mes "1 ^3355FFSakkat^000000,";
+ mes "300 ^3355FFTough Vines^000000 and";
+ mes "300 ^3355FFPiece of Bamboo^000000.";
+ next;
+ mes "[Mad Hatter]";
+ mes "I'll be right here when you decide that you want the perfect hat for laid back, kick back moods. Be cool~";
+ close;
+ }
+ case 3:
+ if (countitem(2248) > 0 && countitem(7030) > 107 && countitem(7194) > 107 && countitem(7120) > 3) {
+ mes "[Mad Hatter]";
+ mes "I take a Western Grace, add some manliness, um, do some finangling, and Voila~! A Cowboy Hat!";
+ next;
+ mes "[Mad Hatter]";
+ mes "It's a hat for adventure and exploration. Although it's a manly hat like no other, with a manly factor of 9, it also looks great on girls.";
+ next;
+ mes "[Mad Hatter]";
+ mes "Oh wait! Please check one thing before we start.";
+ mes "If the Western Grace you use to create this hat was upgraded, any cards or upgrades will be lost once I make a new hat out of it.";
+ next;
+ mes "[Mad Hatter]";
+ mes "To be safe, I suggest you put everything, other than the required materials, into Kafra Storage.";
+ next;
+ mes "[Mad Hatter]";
+ mes "Ah! You brought everything already. Excellent. Do you want me to make a Cowboy Hat now?";
+ next;
+ if (select("No thanks.:Yes.") == 1) {
+ mes "[Mad Hatter]";
+ mes "Well, I see.";
+ mes "I guess you just don't appreciate the value of cowboy heroes, do you?";
+ close;
+ }
+ mes "^3355FF*Clik-clak Clik-clak Pam Pam Pam Pam*^000000";
+ mes "^3355FF*Bang Bang Ping Ping*^000000";
+ mes "^3355FF*Uk Uk Uk Uk Uhoh Uhoh*^000000";
+ next;
+ delitem 2248,1; //Western_Grace
+ delitem 7030,108; //Claw_Of_Desert_Wolf
+ delitem 7194,108; //Soft_Leaf
+ delitem 7120,4; //Burning_Horse_Shoe
+ mes "[Mad Hatter]";
+ mes "Yeeeeehaw! With this hat on, you can tame broncos, rob stagecoaches, and look really stylish in duels!";
+ getitem 5075,1; //Cowboy_Hat
+ close;
+ }
+ else {
+ mes "[Mad Hatter]";
+ mes "A Cowboy Hat! This is a very popular that brings up images of frontier life and gunplay.";
+ next;
+ mes "[Mad Hatter]";
+ mes "Wearing a Cowboy Hat will make guys look tougher and more heroic, and will add untamed cuteness to the ladies.";
+ next;
+ mes "[Mad Hatter]";
+ mes "I need these items to make a Cowboy Hat...";
+ mes "1 ^3355FFWestern Grace^000000,";
+ mes "108 ^3355FFClaw of Desert Wolf^000000,";
+ mes "108 ^3355FFSoft Blade of Grass^000000 and";
+ mes "4 ^3355FFBurning Horseshoe^000000.";
+ next;
+ mes "[Mad Hatter]";
+ mes "So when you decide to give your life a boost with rustic style, come back to me with those items so I can make you a Cowboy Hat.";
+ close;
+ }
+ case 4:
+ if (countitem(5062) > 0 && countitem(952) > 49 && countitem(1907) > 0) {
+ mes "[Mad Hatter]";
+ mes "Ah yes. Now here's a classy hat for mariachi heroes and Latin lovers. You can't deny the sex appeal that just pours from someone wearing a Sombrero.";
+ next;
+ mes "[Mad Hatter]";
+ mes "Oh wait! Please check one thing before we start.";
+ mes "If the Straw Hat you use to creating this hat was upgraded, any cards or upgrades in this hat will be lost once I make the Sombrero.";
+ next;
+ mes "[Mad Hatter]";
+ mes "To be safe, I suggest you put everything you don't need to make this hat into Kafra Storage.";
+ next;
+ mes "[Mad Hatter]";
+ mes "Ah! You brought everything already. Alright! Do you want me to make you a Sombrero right away?";
+ next;
+ if (select("No thanks.:Yes.") == 1) {
+ mes "[Mad Hatter]";
+ mes "Fine, fine.";
+ mes "But think of all the sex appeal you're missing out on. Come on, you know you need a Sombrero.";
+ close;
+ }
+ mes "^3355FFZinga Zinga Zang Zang^000000";
+ mes "^3355FFDing Ding Ding Dan Dan Dan^000000";
+ mes "^3355FFAdios Amigo^000000";
+ next;
+ delitem 5062,1; //Straw_Hat
+ delitem 952,50; //Cactus_Needle
+ delitem 1907,1; //Guitar
+ mes "[Mad Hatter]";
+ mes "With this Sombrero, you'll look like you have all kinds of style. Adios, cool guy~";
+ getitem 5067,1; //Sombrero
+ close;
+ }
+ else {
+ mes "[Mad Hatter]";
+ mes "Now, everyone needs a Sombrero. They're one of the most versatile hats in existence. You can wear them to formal events, you can wear them while napping, you can wear them just to hang out...";
+ next;
+ mes "[Mad Hatter]";
+ mes "Look, you don't need me to explain how cool a Sombrero is. It's just one of those things that everyone naturally knows. So I know you want one.";
+ next;
+ mes "[Mad Hatter]";
+ mes "So this is what I need to make a Sombrero...";
+ mes "1 ^3355FFStraw Hat^000000,";
+ mes "50 ^3355FFCactus Needle^000000 and";
+ mes "1 ^3355FFGuitar^000000.";
+ next;
+ mes "[Mad Hatter]";
+ mes "That's all you need to have the coolest hat ever.";
+ mes "(Woohoo~!)";
+ close;
+ }
+ case 5:
+ if (countitem(2226) > 0 && countitem(7038) > 499) {
+ mes "[Mad Hatter]";
+ mes "A Beanie...!";
+ mes "Whaddup, broham. This hat keeps your head toasty, but let's you play things cool with your homeys. And, um, fly girls.";
+ next;
+ mes "[Mad Hatter]";
+ mes "Oh wait! Please check one thing before we start.";
+ mes "If the Cap you use to make this Beanie was upgraded, any cards or upgrades will be lost once I make this hat!";
+ next;
+ mes "[Mad Hatter]";
+ mes "To be safe, I suggest you put everything not needed to make this hat into Kafra Storage.";
+ next;
+ mes "[Mad Hatter]";
+ mes "Ah! You brought everything already. Alright! How about I make you that Beanie right now?";
+ next;
+ if (select("No thanks.:Yes.") == 1) {
+ mes "[Mad Hatter]";
+ mes "Okay...";
+ mes "Dork. Come back When you decide to join the cool guys, word?";
+ close;
+ }
+ mes "^3355FF*Crunch Chew Chew Chew*^000000";
+ mes "^3355FF*Squish Squish Fwsht Fwsht*^000000";
+ mes "^3355FF*Crunch Crunch Tap Tap*^000000";
+ next;
+ delitem 2226,1; //Cap
+ delitem 7038,500; //Yarn
+ mes "[Mad Hatter]";
+ mes "There you go! Your very own Beanie! Cute, but still 'dope!'";
+ next;
+ mes "[Mad Hatter]";
+ mes "Uh! Uh!";
+ mes "I'm in da house!";
+ getitem 5076,1; //Fur_Hat
+ close;
+ }
+ else {
+ mes "[Mad Hatter]";
+ mes "A Beanie!";
+ mes "Whether you plan to go to a house party, get your groove back, or be as fresh as a prince, you'll be chillin' with this fly style.";
+ next;
+ mes "[Mad Hatter]";
+ mes "But well...";
+ mes "Although it can be a street fashion, Beanies also look really cute on some people.";
+ next;
+ mes "[Mad Hatter]";
+ mes "Anyway, this is what I need to make a Beanie...";
+ mes "1 ^3355FFCap^000000 and";
+ mes "500 ^3355FFYarn^000000.";
+ next;
+ mes "[Mad Hatter]";
+ mes "When you decide to represent yo' hood, come to me with the stuff. I'll hook you up.";
+ close;
+ }
+ }
+}
+
+// Decorative Golden Bell, Crown of Ancient Queen, Crown of Mistress
+//============================================================
+yuno_in03,20,18,6 script Nehris#1 726,{
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a minute! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again after -";
+ mes "- you put some items into Kafra Storage. -";
+ close;
+ }
+ mes "[Nehris]";
+ mes "The Monster Museum has prepared a special event for your support~!";
+ next;
+ mes "[Nehris]";
+ mes "Accessories typically worn by monsters are now available for adventurers to wear!";
+ next;
+ mes "[Nehris]";
+ mes "Of course, since we're on a trial period, we can only provide 3 monster accessories to our fans. However, according to your response, we may add more monster accessories in the future.";
+ next;
+ mes "[Nehris]";
+ mes "Simply bring the required materials, and pay a small fee, and we will provide you with the monsters accessory of your choice.";
+ next;
+ mes "[Nehris]";
+ mes "Please choose the";
+ mes "accessory you are";
+ mes "interested in.";
+ next;
+ switch(select("Decorative Golden Bell:Crown of Ancient Queen:Crown of Mistress")) {
+ case 1:
+ mes "[Nehris]";
+ mes "This Golden Bell is fashioned after the one worn by the 'Sohee' monster. It's a cute accessory I personally recommend for us ladies. A little oversized, but I believe you'll like it a lot.";
+ next;
+ if (countitem(10016) > 0 && countitem(714) > 0 && countitem(969) > 2 && Zeny > 19999) {
+ mes "[Nehris]";
+ mes "Thank you for";
+ mes "bringing everything.";
+ mes "Please wait one moment.";
+ next;
+ mes "^3355FF* Clang Clang! Scrape Scrape! Jingle Jingle! *^000000";
+ next;
+ delitem 10016,1; //Golden_Bell
+ delitem 714,1; //Emperium
+ delitem 969,3; //Gold
+ set zeny,zeny-20000;
+ getitem 5091,1; //Big_Golden_Bell
+ mes "[Nehris]";
+ mes "Yoohoo~";
+ mes "There you go. Here's your beautiful Golden Bell. I doubt it will jingle if you shake your head, though.";
+ next;
+ mes "[Nehris]";
+ mes "Oh, one more thing, don't confuse yourself with Sohee and commit suicide!";
+ next;
+ mes "[Nehris]";
+ mes "If you'd like me to make another one, please come again. Thank you for visiting the Monster Museum.";
+ close;
+ }
+ mes "[Nehris]";
+ mes "The required materials for the Decorative Golden Bell are...";
+ mes "^3355FF1 Golden Bell, 1 Emperium, 3 Gold^000000 and";
+ mes "20,000 zeny.";
+ next;
+ mes "[Nehris]";
+ mes "Just come ask me";
+ mes "when you're ready.";
+ mes "Thank you.";
+ close;
+ case 2:
+ mes "[Nehris]";
+ mes "This crown is inspired by the the one worn by the 'Isis' monster. It has a elegant look fitting for ancient royalty.";
+ next;
+ if (countitem(10006) > 0 && countitem(714) > 0 && countitem(969) > 2 && Zeny > 19999) {
+ mes "[Nehris]";
+ mes "Thank you for";
+ mes "bringing everything.";
+ mes "Please wait one moment.";
+ next;
+ mes "^3355FF* Clang Clang! Scrape Scrape! Jingle Jingle! *^000000";
+ next;
+ delitem 10006,1; //Queen's_Hair_Ornament
+ delitem 714,1; //Emperium
+ delitem 969,3; //Gold
+ set zeny,zeny-20000;
+ getitem 5080,1; //Headgear_Of_Queen
+ mes "[Nehris]";
+ mes "Tah dah!";
+ mes "Here's your Crown of Ancient Queen! I don't know if you can get anyone to bow before you while wearing this, but at least you'll look elegant.";
+ next;
+ mes "[Nehris]";
+ mes "If you'd like me to make another one, please come again. Thank you for visiting the Monster Museum.";
+ close;
+ }
+ mes "[Nehris]";
+ mes "The required materials for the Crown of Ancient Queen are...";
+ mes "^3355FF1 Queen's Hair Ornament, 1 Emperium, 3 Gold^000000 and";
+ mes "20,000 zeny.";
+ next;
+ mes "[Nehris]";
+ mes "Just come ask me";
+ mes "when you're ready.";
+ mes "Thank you.";
+ close;
+ case 3:
+ mes "[Nehris]";
+ mes "This crown is an imitation of the one worn by the 'Mistress' monster. Wearing this will give you a look of brusque authority.";
+ next;
+ if (countitem(2249) > 0 && countitem(714) > 0 && countitem(969) > 2 && Zeny > 39999) {
+ mes "[Nehris]";
+ mes "Thank you for";
+ mes "bringing everything.";
+ next;
+ mes "[Nehris]";
+ mes "^FF0000By the way, if you use an upgraded";
+ mes "Coronet for making this item,";
+ mes "the item you create out of the Coronet";
+ mes "will not have its upgraded status.^000000";
+ next;
+ mes "[Nehris]";
+ mes "^FF0000Also, please only have one Coronet in your inventory to make the Crown of Mistress. We are not responsible for any loss.";
+ next;
+ mes "[Nehris]";
+ mes "Are you sure you want to create the Crown of Mistress?";
+ next;
+ if (select("Yes:Wait a minute...!") == 1) {
+ mes "[Nehris]";
+ mes "Please wait one moment.";
+ next;
+ mes "^3355FF* Clang Clang! Scrape Scrape! Jingle Jingle! *^000000";
+ next;
+ delitem 2249,1; //Coronet
+ delitem 714,1; //Emperium
+ delitem 969,3; //Gold
+ set zeny,zeny-40000;
+ getitem 5081,1; //Mistress_Crown
+ mes "[Nehris]";
+ mes "Yay! You've got a great looking crown!";
+ next;
+ mes "[Nehris]";
+ mes "I don't know if everyone will obey your commands while wearing this, but at least you can feel beautifully regal.";
+ next;
+ mes "[Nehris]";
+ mes "Why don't you go take a picture with Mistress? That would be funny to see if she wasn't too busy trying to maul you.";
+ next;
+ mes "[Nehris]";
+ mes "If you'd like me to make you another one, please come again. Thank you for visiting the Monster Museum.";
+ close;
+ }
+ mes "[Nehris]";
+ mes "No problem, just be sure to understand our precautions well, okay?";
+ close;
+ }
+ mes "[Nehris]";
+ mes "The required materials for the Crown of Mistress are...";
+ mes "^3355FF1 Coronet, 1 Emperium, 3 Gold^000000 and";
+ mes "40,000 zeny.";
+ next;
+ mes "[Nehris]";
+ mes "Just come ask me";
+ mes "when you're ready.";
+ mes "Thank you.";
+ close;
+ }
+}
+
+// Alarm Mask
+//============================================================
+alde_alche,88,180,0 script Muscle Man#Alarm Mask 748,{
+ if (checkweight(1201,1) == 0) {
+ mes "[Muscle Man]";
+ mes "Hmmm...";
+ mes "It's seems you're carrying too much stuff for me to give anything to you.";
+ next;
+ mes "[Muscle Man]";
+ mes "Talk to me again after you've freed up some of your inventory space by putting some of your things into the Kafra Storage.";
+ close;
+ }
+ mes "[Muscle Man]";
+ mes "Oooh yeah!";
+ mes "Sometimes, even I can't believe how much this body of mine ripples with sexy love muscles~! I can barely hold them all in...";
+ next;
+ mes "[Muscle Man]";
+ mes "It's...";
+ mes "It's sexy time!";
+ next;
+ specialeffect EF_FLASHER;
+ setnpcdisplay "Muscle Man#Alarm Mask", 1193;
+ enablenpc " #Alarm Mask Man1";
+ enablenpc " #Alarm Mask Man2";
+ enablenpc " #Alarm Mask Man3";
+ enablenpc " #Alarm Mask Man4";
+ specialeffect EF_CLAYMORE,AREA," #Alarm Mask Man1";
+ specialeffect EF_CLAYMORE,AREA," #Alarm Mask Man2";
+ specialeffect EF_CLAYMORE,AREA," #Alarm Mask Man3";
+ specialeffect EF_CLAYMORE,AREA," #Alarm Mask Man4";
+ initnpctimer;
+ if (countitem(1095) > 2999 && countitem(2288) > 0) {
+ if (select("Give him items:Cancel") == 1) {
+ mes "[Muscle Man]";
+ mes "Ooh... Finally!";
+ mes "You brought them!";
+ mes "Excellent, excellent!";
+ next;
+ mes "[Muscle Man]";
+ mes "Alright...";
+ mes "Now I can use this Mr.Scream and all these clock hands to continue my testing.";
+ next;
+ delitem 1095,3000; //Needle_Of_Alarm
+ delitem 2288,1; //Mr_Scream
+ getitem 5086,1; //Alarm_Mask
+ mes "[Muscle Man]";
+ mes "And, this is yours. All yours.";
+ next;
+ mes "[Muscle Man]";
+ mes "Well then... Farewell!";
+ mes "Don't forget to bring me more Mr.Screams and clock hands if you find more of them!";
+ close;
+ }
+ mes "[Muscle Man]";
+ mes "Hmmm...?";
+ mes "That's funny, I thought you would have that Mr. Scream mask and all those clock hands by now...";
+ close;
+ }
+ mes "[Muscle Man]";
+ mes "But...";
+ mes "Not everyone is fortunate to have a magnificent, flawless physique. There are people in this world that have tragically lost appendages in accidents.";
+ next;
+ mes "[Muscle Man]";
+ mes "When I realized this, I decided to help these people and began to research technology for artificial limbs. My studies have lead me to Alarms and their own mechanical limbs known as 'Ruimento.'";
+ next;
+ mes "[Muscle Man]";
+ mes "The Alarms, and their 'Ruimento,' are made from an ancient mysterious technology. You can only find these in the Clock Tower.";
+ next;
+ mes "[Muscle Man]";
+ mes "So I am trying to research a method to reproduce Ruimetto, except in a smaller form for the human body. If I'm successful, it would be a medical miracle!";
+ next;
+ mes "[Muscle Man]";
+ mes "However, I need help in completing my research. Hence, the reason I've told you my story, adventurer.";
+ next;
+ mes "[Muscle Man]";
+ mes "I desperately need materials to continuing testing so that I can develop a prototype. I'll need ^0000FFClock Hand^000000 from Alarms and ^0000FFMr. Scream^000000 in order to continue my research.";
+ next;
+ mes "[Muscle Man]";
+ mes "I would collect these things myself but everytime I go up to the Clock Tower, I can't bear to break the Alarms, and just stare in awe at their mechanical, masculine physiques.";
+ next;
+ mes "[Muscle Man]";
+ mes "So...";
+ mes "If you help me out, I promise to give you, um...";
+ next;
+ mes "[Muscle Man]";
+ mes "...this Alarm Mask!";
+ mes ".....";
+ next;
+ mes "[Muscle Man]";
+ mes "I'd wear it myself, if it weren't for the fact that people never look at my face anyway. Everyone I meet seems to be fixated on my chiseled form. But trust me, this mask is pretty cool.";
+ next;
+ mes "[Muscle Man]";
+ mes "Please adventurer...";
+ mes "Help me give muscles to the world.";
+ next;
+ if (select("Alright.:.........") == 1) {
+ mes "[Muscle Man]";
+ mes "Oh~~! You know how I feel about Alarm's beautiful mechanic muscle! I am glad to have met someone who shares my good sense of taste.";
+ next;
+ mes "[Muscle Man]";
+ mes "Okay, here's the deal.";
+ mes "Bring me...";
+ mes "^0000FF3000 Clock Hand^000000 and";
+ mes "^0000FF1 Mr. Scream^000000.";
+ next;
+ mes "[Muscle Man]";
+ mes "With those, I will be able to continue my research, at least for a while. As I told you, I will give you this awesome ^0000FFAlarm Mask^000000 for those items!";
+ next;
+ mes "[Muscle Man]";
+ mes "Now! Go for it!";
+ mes "Let's spread our love for muscle around the globe!";
+ close;
+ }
+ mes "[Muscle Man]";
+ mes "Oh~! I'm sorry!!";
+ mes "I guess I must have pumped one of these glorious biceps on accident.";
+ next;
+ mes "[Muscle Man]";
+ mes "I forget how breathtaking the sheer majesty of my body can be. It's alright, take your time, savor the visual pleasure...";
+ next;
+ mes "[Muscle Man]";
+ mes "But listen, I'll need:";
+ mes "^0000FF3000 Clock Hand^000000 and";
+ mes "^0000FF1 Mr. Scream^000000";
+ mes "in order to continue my research.";
+ next;
+ mes "[Muscle Man]";
+ mes "As I told you, I will give you this really nifty ^0000FFAlarm Mask^000000 for those items, as well as do any sort of pose for you.";
+ next;
+ mes "[Muscle Man]";
+ mes "Now! Go for it!";
+ mes "Let's spread our love for muscle around the globe!";
+ close;
+
+OnTimer4000:
+ specialeffect EF_FLASHER;
+ setnpcdisplay "Muscle Man#Alarm Mask", 748;
+ disablenpc " #Alarm Mask Man1";
+ disablenpc " #Alarm Mask Man2";
+ disablenpc " #Alarm Mask Man3";
+ disablenpc " #Alarm Mask Man4";
+ specialeffect EF_CLAYMORE,AREA," #Alarm Mask Man1";
+ specialeffect EF_CLAYMORE,AREA," #Alarm Mask Man2";
+ specialeffect EF_CLAYMORE,AREA," #Alarm Mask Man3";
+ specialeffect EF_CLAYMORE,AREA," #Alarm Mask Man4";
+ stopnpctimer;
+ end;
+}
+
+alde_alche,86,184,0 script #Alarm Mask Man1 1193,{
+OnInit:
+ disablenpc " #Alarm Mask Man1";
+ end;
+}
+
+alde_alche,89,184,0 script #Alarm Mask Man2 1193,{
+OnInit:
+ disablenpc " #Alarm Mask Man2";
+ end;
+}
+
+alde_alche,92,184,0 script #Alarm Mask Man3 1193,{
+OnInit:
+ disablenpc " #Alarm Mask Man3";
+ end;
+}
+
+alde_alche,95,184,0 script #Alarm Mask Man4 1193,{
+OnInit:
+ disablenpc " #Alarm Mask Man4";
+ end;
+}
+
+// Drooping Cat, Smokie Leaf, Lazy Smokie, Blue Fish
+//============================================================
+morocc,273,79,4 script Educated Traveller 99,{
+ if ((MaxWeight-Weight) < 5000 || checkweight(1201,1) == 0) {
+ mes "- Wait a minute! -";
+ mes "- Currently you're over weight -";
+ mes "- to receive more items from this NPC. -";
+ mes "- Please try again after -";
+ mes "- you put some items into Kafra Storage. -";
+ close;
+ }
+ if (countitem(7030) > 0) {
+ mes "[Lee Hester]";
+ mes "Hm...?";
+ mes "What's that";
+ mes "you have on you?";
+ mes "Ah, a Claw of Desert Wolf~!";
+ next;
+ mes "[Lee Hester]";
+ mes "You can only get one of those if you've been traveling for a long time in the desert. I guess someone like you also appreciates the beauty of my homeland.";
+ next;
+ mes "[Lee Hester]";
+ mes "Ahahaha~";
+ mes "If you've spent enough time in the Morocc desert, I'm sure you also appreciate the value of a high quality hat to beat the heat.";
+ next;
+ mes "[Lee Hester]";
+ mes "Tell you what. I've learned a lot studying about animals, so if you give me the right materials, I'll make you a ^3355FFtruly great hat^000000.";
+ next;
+ mes "[Lee Hester]";
+ mes "Just remember...";
+ mes "If you give me any equipment compounded with cards or with upgrades, ^ff0000any upgraded abilities and cards in those items will be lost after I make something out of them.^000000 So, please keep that in mind.";
+ next;
+ switch(select("Drooping Cat:Smokie Leaf:Lazy Smokie:Blue Fish:That's... okay.")) {
+ case 1:
+ if (countitem(2233) > 0 && countitem(983) > 0 && countitem(7206) > 299) {
+ mes "[Lee Hester]";
+ mes "Ah...";
+ mes "You brought everything.";
+ mes "Excellent! Okay, give me some time to create the 'Drooping Cat.'";
+ next;
+ mes "*Scratch scratch...*";
+ next;
+ mes "*Scratch scratch...*";
+ mes "*Tap tap...*";
+ next;
+ mes "*Scratch scratch...*";
+ mes "*Tap tap...*";
+ mes "*Scratch scratch...*";
+ next;
+ mes "^3355FFHmm...";
+ mes "Those don't sound like hat-making noises...^000000";
+ next;
+ mes "[Lee Hester]";
+ mes "Oh, don't worry. It's almost done.";
+ next;
+ mes "*Swish swish...*";
+ next;
+ mes "*Swish swish...*";
+ mes "*Chomp chomp...*";
+ next;
+ mes "*Swish swish...*";
+ mes "*Chomp chomp...*";
+ mes "*Chikachikachoom*";
+ next;
+ mes "[Lee Hester]";
+ mes "There you go. *Phew~*";
+ mes "Your own 'Drooping Cat' hat, powered by a scientific principle! Also, would you mind if I keep that Desert Wolf Claw? Heh heh, thanks~";
+ delitem 2233,1; //Circlet_
+ delitem 983,1; //Black_Dyestuffs
+ delitem 7206,300; //Black_Kitty_Doll
+ delitem 7030,1; //Claw_Of_Desert_Wolf
+ getitem 5058,1; //Drooping_Kitty
+ emotion e_ho;
+ close;
+ }
+ else {
+ mes "[Lee Hester]";
+ mes "Why don't I make you...";
+ mes "a 'Drooping Cat?'";
+ mes "Having a cat for a hat makes a certain sort of sense if you'll just hear me out...";
+ next;
+ mes "[Lee Hester]";
+ mes "At the Juno Library, I read in this issue of 'Funtime Kid Science' that all cats, whether they're wild or domesticated, are hunters that have mastered the art of saving their energy.";
+ next;
+ mes "[Lee Hester]";
+ mes "After investing many hours napping in the sun, they've developed the perfect position to nap in any place and in any condition: the lazy feline droop.";
+ next;
+ mes "[Lee Hester]";
+ mes "It's impossible for humans to even imitate this special feline skill without the inspiration from this hat!";
+ next;
+ mes "[Lee Hester]";
+ mes "And even if you don't manage to copy the napping cat droop, at least this'll keep the sun off the top of your head, if not out of your eyes.";
+ next;
+ mes "[Lee Hester]";
+ mes "The items I need are...";
+ mes "1 ^ff0000slotted Circlet^000000,";
+ mes "1 ^ff0000Black Dyestuffs^000000";
+ mes "and 300 ^ff0000Black Cat Doll^000000.";
+ next;
+ mes "[Lee Hester]";
+ mes "I will make a Drooping Cat right away when you bring all of those items.";
+ close;
+ }
+ case 2:
+ if (countitem(945) > 599) {
+ mes "[Lee Hester]";
+ mes "Ah...";
+ mes "You brought everything.";
+ mes "Excellent! Okay, give me some time to put this 'Smokie Leaf' together.";
+ next;
+ mes "*Scratch scratch...*";
+ next;
+ mes "*Scratch scratch...*";
+ mes "*Tap tap...*";
+ next;
+ mes "*Scratch scratch...*";
+ mes "*Tap tap...*";
+ mes "*Scratch scratch...*";
+ next;
+ mes "^3355FFHmm...";
+ mes "Those don't sound like hat-making noises...^000000";
+ next;
+ mes "[Lee Hester]";
+ mes "Oh, don't worry. It's almost done.";
+ next;
+ mes ".........";
+ next;
+ mes "*Swish swish...*";
+ next;
+ mes "*Swish swish...*";
+ mes "*Chomp chomp...*";
+ next;
+ mes "*Swish swish...*";
+ mes "*Chomp chomp...*";
+ mes "*P-peeeeeeeeep*";
+ next;
+ mes "[Lee Hester]";
+ mes "There you go. *Phew~*";
+ mes "Your own 'Smokie Leaf' hat, powered by a scientific principle! Also, would you mind if I keep that Desert Wolf Claw? Heh heh, thanks~";
+ delitem 945,600; //Raccoon_Leaf
+ delitem 7030,1; //Claw_Of_Desert_Wolf
+ getitem 5064,1; //Leaf_Headgear
+ emotion e_gasp;
+ close;
+ }
+ else {
+ mes "[Lee Hester]";
+ mes "How about...";
+ mes "a 'Smokie Leaf?'";
+ next;
+ mes "[Lee Hester]";
+ mes "I know, I know, wearing a big ol' Leaf on top of your head sounds impractical. But, it makes a certain sort of sense if you'll just hear me out.";
+ next;
+ mes "[Lee Hester]";
+ mes "Do you ever notice how on a hot day, you feel a lot cooler when you wear white, but you're a lot warmer when you wear black?";
+ next;
+ mes "[Lee Hester]";
+ mes "After some intense thinking, and reading some 'Funtime Kid Science' magazines in Juno, I realized that the color black absorbs sunlight and heat, and that the color white reflects it.";
+ next;
+ mes "[Lee Hester]";
+ mes "So...";
+ mes "What happens if you're wearing no colors? If my ^333333*ahem*^000000 hypothesis is correct, you wouldn't feel any heat if you were invisible!";
+ next;
+ mes "[Lee Hester]";
+ mes "That's why I've created this Racoon Leaf, in an attempt to imitate Smokie's uncanny invisibility powers.";
+ next;
+ mes "[Lee Hester]";
+ mes "It...";
+ mes "I haven't gotten it to work the way I want to yet. But it's a big leaf! It'll offer some shade.";
+ next;
+ mes "[Lee Hester]";
+ mes "All I need to make this is...";
+ mes "600 ^ff0000Raccoon Leaf^000000.";
+ mes "It's weird, but I need a whole lot of little leaves to make a big one.";
+ close;
+ }
+ case 3:
+ if (countitem(1026) > 999 && countitem(7065) > 99 && countitem(945) > 9) {
+ mes "[Lee Hester]";
+ mes "Ah....";
+ mes "You brought everything.";
+ mes "Excellent! Okay, give me some time to create the 'Lazy Smokie' hat.";
+ mes "....";
+ next;
+ mes "*Scratch scratch...*";
+ next;
+ mes "*Scratch scratch...*";
+ mes "*Tap tap...*";
+ next;
+ mes "*Scratch scratch...*";
+ mes "*Tap tap...*";
+ mes "*Scratch scratch...*";
+ next;
+ mes "^3355FFHmm...";
+ mes "Those don't sound like hat-making noises...^000000";
+ next;
+ next;
+ mes "[Lee Hester]";
+ mes "Oh, don't worry. It's almost done.";
+ next;
+ mes ".........";
+ next;
+ mes "*Swish swish...*";
+ next;
+ mes "*Swish swish...*";
+ mes "*Chomp chomp...*";
+ next;
+ mes "*Swish swish...*";
+ mes "*Chomp chomp...*";
+ mes "*Glunk.*";
+ next;
+ mes "[Lee Hester]";
+ mes "There you go. *Phew~*";
+ mes "Your own 'Lazy Smokie' hat, powered by a scientific principle! Also, would you mind if I keep that Desert Wolf Claw? Heh heh, thanks~";
+ delitem 1026,1000; //Acorn
+ delitem 7065,100; //Sea_Otter_Leather
+ delitem 945,10; //Raccoon_Leaf
+ delitem 7030,1; //Claw_Of_Desert_Wolf
+ getitem 5084,1; //Lazy_Raccoon
+ emotion e_heh;
+ close;
+ }
+ else {
+ mes "[Lee Hester]";
+ mes "Why don't I make...";
+ mes "a 'Lazy Smokie?'";
+ next;
+ mes "[Lee Hester]";
+ mes "I know, I know, having a Racoon on your head sounds ridiculous, but it makes a certain sort of sense if you'll just hear me out.";
+ next;
+ mes "[Lee Hester]";
+ mes "So I learned from an issue of 'Funtime Kid Science' at Juno Library that different colors absorb or reflect sunlight.";
+ next;
+ mes "[Lee Hester]";
+ mes "Wearing one color makes you feel warmer, and another makes you feel cooler on a hot day.";
+ next;
+ mes "[Lee Hester]";
+ mes "So I was thinking...";
+ mes "What if I had no colors?";
+ next;
+ mes "[Lee Hester]";
+ mes "And, as we all know, you wear no colors if you're invisible, or when you're completely nude. I've already conducted my nudity experiment with sad and pitiable results...";
+ next;
+ mes "[Lee Hester]";
+ mes "So now I'm experimenting with invisibility. I've tried using a human sized Smokie Leaf to become invisible, but it didn't really work yet. So I got to thinking...";
+ next;
+ mes "[Lee Hester]";
+ mes "If I somehow connected a Smokie to me, would I become invisible when he becomes invisible?";
+ next;
+ mes "[Lee Hester]";
+ mes "I haven't been able to try it yet, because Smokies are pretty heavy and I've got to build up my neck muscles before I can strap a Smokie to my head.";
+ next;
+ mes "[Lee Hester]";
+ mes "So of course I need a practice Smokie to wear on my head before I'm ready for the real thing.";
+ next;
+ mes "[Lee Hester]";
+ mes "And that was how I invented the 'Lazy Smokie' hat.";
+ next;
+ mes "[Lee Hester]";
+ mes "The items I need are...";
+ mes "1000 ^ff0000Acorn^000000,";
+ mes "100 ^ff0000Sea-Otter Fur^000000 and";
+ mes "10 ^ff0000Raccoon Leaf^000000.";
+ close;
+ }
+ case 4:
+ if (countitem(624) > 0 && countitem(959) > 299 && countitem(551) > 49 && countitem(1023) > 0 && countitem(938) > 99) {
+ mes "[Lee Hester]";
+ mes "Ah...";
+ mes "You brought everything.";
+ mes "Excellent! Okay, give me some time to create the 'Blue Fish' hat out of all this fish.";
+ next;
+ mes "*Scratch scratch...*";
+ next;
+ mes "*Scratch scratch...*";
+ mes "*Tap tap...*";
+ next;
+ mes "*Scratch scratch...*";
+ mes "*Tap tap...*";
+ mes "*Scratch scratch...*";
+ next;
+ mes "^3355FFHmm...";
+ mes "Those don't sound like hat-making noises...^000000";
+ next;
+ mes "[Lee Hester]";
+ mes "Oh, don't worry. It's almost done.";
+ next;
+ mes "*Swish swish...*";
+ next;
+ mes "*Swish swish...*";
+ mes "*Chomp chomp...*";
+ next;
+ mes "*Swish swish...*";
+ mes "*Chomp chomp...*";
+ mes "*Wataaaaa~!*";
+ next;
+ mes "[Lee Hester]";
+ mes "There you go. *Phew~*";
+ mes "Your own 'Blue Fish' hat, powered by a scientific principle! Also, would you mind if I keep that Desert Wolf Claw? Heh heh, thanks~";
+ delitem 624,1; //Rotten_Fish
+ delitem 959,300; //Rotten_Scale
+ delitem 551,50; //Shusi
+ delitem 1023,1; //Fish_Tail
+ delitem 938,100; //Sticky_Mucus
+ delitem 7030,1; //Claw_Of_Desert_Wolf
+ getitem 5065,1; //Fish_On_Head
+ emotion e_ic;
+ close;
+ }
+ else {
+ mes "[Lee Hester]";
+ mes "Ah! I got it!";
+ mes "How about I make you...";
+ mes "a 'Blue Fish' hat?";
+ next;
+ mes "[Lee Hester]";
+ mes "I know putting a Fish on top of your head doesn't sound like the best idea, but it makes a certain sort of sense if you'll just hear me out.";
+ next;
+ mes "[Lee Hester]";
+ mes "So I was reading some issues of 'Funtime Kid Science' at the Juno Library, and read about animals that take naps under the sun when they feel really hot.";
+ next;
+ mes "[Lee Hester]";
+ mes " So then I thought...";
+ mes "Animals that don't take naps under the sun must never feel hot?";
+ next;
+ mes "[Lee Hester]";
+ mes "I decided to make a hat of that one perfect beast that was immune to the sun, never having to succumb its power.";
+ next;
+ mes "[Lee Hester]";
+ mes "I set to work immediately, listing all the animals I know that don't take naps in the sun. Then, I removed any animals from the list that I didn't like, especially the ones with really long names.";
+ next;
+ mes "[Lee Hester]";
+ mes "Finally, I had only three creatures on my list: the Emu, the Giraffe and the Fish.";
+ next;
+ mes "[Lee Hester]";
+ mes "First, I removed Emu, because everyone kept telling me I was spelling it wrong. And as everyone knows, a Giraffe hat would just look ridiculous. So, of course, I chose the Fish.";
+ next;
+ mes "[Lee Hester]";
+ mes "And that, my friend, was how I invented the 'Blue Fish' hat.";
+ next;
+ mes "[Lee Hester]";
+ mes "The items I need are...";
+ mes "^ff00001 Rotten Fish,";
+ mes "300 Stinky Scale,";
+ mes "50 Sushi,";
+ mes "1 Fish Tail^000000 and";
+ mes "^ff0000100 Sticky Mucus^000000.";
+ close;
+ }
+ case 5:
+ mes "[Lee Hester]";
+ mes "Oh... I see.";
+ mes "I'm a little disappointed, but you probably already have a nice hat to keep the sun out of your eyes. Well, if you change your mind, I'll be here.";
+ close;
+ }
+ }
+ else {
+ mes "[Lee Hester]";
+ mes "Isn't it such";
+ mes "a beautiful day";
+ mes "today?";
+ next;
+ mes "[Lee Hester]";
+ mes "Beautiful...";
+ mes "But insanely hot.";
+ mes "I live here, I should know. Still, nothing can beat the Morroc sunset.";
+ next;
+ mes "[Lee Hester]";
+ mes "It's amazing how so many different animals can live in the desert. I've been spending some time researching the ways of animals, reading books in the Juno Library...";
+ next;
+ mes "[Lee Hester]";
+ mes "Trying to figure out the Animal Kingdom's secrets of dealing with the heat.";
+ next;
+ mes "[Lee Hester]";
+ mes "I hope you're having a good time here in Morroc. If you ever question the special abilities of animals, just think of the majestic Desert Wolf that's able to thrive in the harsh Morroc deserts.";
+ emotion e_paper;
+ close;
+ }
+}
+
+// Kitsune Mask
+//============================================================
+pay_dun03,48,84,4 script Nine Tails#Kitsune Mask 1180,1,1,{
+ end;
+
+OnInit:
+ disablenpc "Nine Tails#Kitsune Mask";
+ end;
+
+OnTouch:
+ mes "[Nine Tails]";
+ mes "Yelp! Yelp yelp!";
+ mes "Yelp! Yelp yelp!";
+ next;
+ if (select("Shake head:Nod head") == 1) {
+ mes "[Nine Tails]";
+ mes "Yelp! Yelp yelp!";
+ close2;
+ set getvariableofnpc(.MyMobs1,"SpawnManager#Kitsune"),1;
+ switch(rand(1,25)) {
+ case 1: set .@x,118; set .@y,66; break;
+ case 2: set .@x,103; set .@y,194; break;
+ case 3: set .@x,116; set .@y,50; break;
+ case 4: set .@x,49; set .@y,94; break;
+ case 5: set .@x,232; set .@y,232; break;
+ case 6: set .@x,245; set .@y,86; break;
+ case 7: set .@x,217; set .@y,133; break;
+ case 8: set .@x,50; set .@y,157; break;
+ case 9: set .@x,245; set .@y,60; break;
+ case 10: set .@x,220; set .@y,77; break;
+ case 11: set .@x,198; set .@y,62; break;
+ case 12: set .@x,158; set .@y,41; break;
+ case 13: set .@x,57; set .@y,210; break;
+ case 14: set .@x,251; set .@y,207; break;
+ case 15: set .@x,86; set .@y,130; break;
+ case 16: set .@x,216; set .@y,233; break;
+ case 17: set .@x,192; set .@y,245; break;
+ case 18: set .@x,117; set .@y,234; break;
+ case 19: set .@x,144; set .@y,255; break;
+ case 20: set .@x,190; set .@y,216; break;
+ case 21: set .@x,63; set .@y,66; break;
+ case 22: set .@x,247; set .@y,183; break;
+ case 23: set .@x,37; set .@y,225; break;
+ case 24: set .@x,247; set .@y,118; break;
+ case 25: set .@x,154; set .@y,130; break;
+ }
+ monster "pay_dun03",.@x,.@y,"Nine Tail",1180,1,"SpawnManager#Kitsune::OnMyMobDead";
+ specialeffect EF_FLASHER;
+ disablenpc "Nine Tails#Kitsune Mask";
+ end;
+ }
+ close2;
+ specialeffect EF_FLASHER;
+ disablenpc "Nine Tails#Kitsune Mask";
+ enablenpc "Nine Tails#Kitsune Man";
+ end;
+}
+
+pay_dun03,48,84,4 script Nine Tails#Kitsune Man 762,{
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a moment! -";
+ mes "- Currently you are carrying -";
+ mes "- too many items with you. -";
+ mes "- Please come back after -";
+ mes "- you put some items into Kafra Storage. -";
+ close;
+ }
+ if (countitem(1022) > 998) {
+ mes "[Nine Tails]";
+ mes "Oh! You finally brought what I've asked, human. Okay, now I can bring her back to life!";
+ next;
+ if (select("Give items:Cancel") == 1) {
+ delitem 1022,999; //Fox_Tail
+ getitem 5069,1; //Mask_Of_Fox
+ mes "[Nine Tails]";
+ mes "Now...";
+ mes "Take this";
+ mes "and get out";
+ mes "of my sight~!";
+ close;
+ }
+ close2;
+ }
+ else {
+ mes "[Nine Tails]";
+ mes "......Errr?";
+ mes "Now why am I in human form again?";
+ next;
+ mes "[Nine Tails]";
+ mes "I guess... I need to practice transformation more often. *Sigh*";
+ next;
+ mes "[Nine Tails]";
+ mes "Anyway, I've got a bone to pick with you humans. You're an aggressive and greedy race, always killing things and taking stuff. And despite all the hunting, you never seem to be satisfied.";
+ next;
+ mes "[Nine Tails]";
+ mes "You always intrude our territory to slay us foxes for our nice, soft fur. But it's not only us you harass. The Sohees always complain that you barbaric humans keep stealing their clothing!";
+ next;
+ mes "[Nine Tails]";
+ mes "My wife was killed as a victim of human greed, probably skinned for her fabulous pelt...";
+ next;
+ mes "[Nine Tails]";
+ mes "All I want is to bring her back to life, no matter what the cost. That's why I'm swallowing my pride and asking you for help.";
+ next;
+ mes "[Nine Tails]";
+ mes "I need...";
+ mes "^0000FF999^000000 ^FF0000Nine Tail^000000";
+ mes "in order to cast the Fox Resurrection spell.";
+ next;
+ mes "[Nine Tails]";
+ mes "I know how you humans think...";
+ mes "You want some sort of reward for whatever mayhem you cause. Alright then...";
+ next;
+ mes "[Nine Tails]";
+ mes "I will give you this ^0000FFKitsune Mask^000000 if you bring me what I asked. How does that sound? Remember, ^0000FF999 ^FF0000Nine Tail^000000.";
+ close;
+ }
+ set getvariableofnpc(.MyMobs2,"SpawnManager#Kitsune"),1;
+ switch(rand(1,25)) {
+ case 1: set .@x,118; set .@y,66; break;
+ case 2: set .@x,103; set .@y,194; break;
+ case 3: set .@x,116; set .@y,50; break;
+ case 4: set .@x,49; set .@y,94; break;
+ case 5: set .@x,232; set .@y,232; break;
+ case 6: set .@x,245; set .@y,86; break;
+ case 7: set .@x,217; set .@y,133; break;
+ case 8: set .@x,50; set .@y,157; break;
+ case 9: set .@x,245; set .@y,60; break;
+ case 10: set .@x,220; set .@y,77; break;
+ case 11: set .@x,198; set .@y,62; break;
+ case 12: set .@x,158; set .@y,41; break;
+ case 13: set .@x,57; set .@y,210; break;
+ case 14: set .@x,251; set .@y,207; break;
+ case 15: set .@x,86; set .@y,130; break;
+ case 16: set .@x,216; set .@y,233; break;
+ case 17: set .@x,192; set .@y,245; break;
+ case 18: set .@x,117; set .@y,234; break;
+ case 19: set .@x,144; set .@y,255; break;
+ case 20: set .@x,190; set .@y,216; break;
+ case 21: set .@x,63; set .@y,66; break;
+ case 22: set .@x,247; set .@y,183; break;
+ case 23: set .@x,37; set .@y,225; break;
+ case 24: set .@x,247; set .@y,118; break;
+ case 25: set .@x,154; set .@y,130; break;
+ }
+ monster "pay_dun03",.@x,.@y,"Nine Tail",1180,1,"SpawnManager#Kitsune::OnMyMobDead2";
+ specialeffect EF_BLASTMINEBOMB;
+ disablenpc "Nine Tails#Kitsune Man";
+ end;
+
+OnInit:
+ set getvariableofnpc(.MyMobs2,"SpawnManager#Kitsune"),1;
+ monster "pay_dun03",48,83,"Nine Tail",1180,1,"SpawnManager#Kitsune::OnMyMobDead2";
+ disablenpc "Nine Tails#Kitsune Man";
+ end;
+}
+
+pay_dun03,48,84,4 script SpawnManager#Kitsune -1,{
+OnInit:
+ set .MyMobs1,1;
+ set .MyMobs2,1;
+ end;
+
+OnMyMobDead:
+ set .MyMobs1,.MyMobs1-1;
+ if (.MyMobs1 < 1)
+ enablenpc "Nine Tails#Kitsune Man";
+ end;
+
+OnMyMobDead2:
+ set .MyMobs2,.MyMobs2-1;
+ if (.MyMobs2 < 1)
+ enablenpc "Nine Tails#Kitsune Mask";
+ end;
+
+}
+
+// Orc Hero Helmet
+//============================================================
+in_orcs01,31,93,1 script Orc Warrior#1 1023,2,2,{
+OnTouch:
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a minute !! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again -";
+ mes "- after you lose some weight. -";
+ close;
+ }
+ if (orcs_hero_hat < 1) {
+ mes "[Orc Warrior]";
+ mes ".......";
+ mes ".........";
+ mes "Human, what are you doing in my home?!";
+ next;
+ mes "[Orc Warrior]";
+ mes "Hurrumph.";
+ mes "I guess you decided to come inside, thinking no one was around, to rest after killing others of my kind.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Well! We Orcs are a proud race!";
+ mes "So don't expect me to talk to you.";
+ mes "Though, I must admit that you have courage to enter an Orc's home.";
+ next;
+ mes "[Orc Warrior]";
+ mes "I'm too tired to kill you today, but keep silent! If you're wounded, you can bleed quietly on the floor and die with some honor I suppose.";
+ if (rand(1,5) == 5 && BaseLevel >= 55) {
+ next;
+ if (select(".....:Come on, let's talk.") == 1) {
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "You dare invite an Orc to conversation?! We Orcs are a savage race! Born out suffering, we only live to fight and do battle!";
+ next;
+ mes "[Orc Warrior]";
+ mes "Talk with humans?!";
+ mes "Hah! The only way I will suffer such humiliation would be if you too, lost your dignity.";
+ next;
+ mes "[Orc Warrior]";
+ mes "You can bleed in my house, but I will only talk with you if...";
+ mes "You bring ^FF00001000 Jellopy^000000!";
+ next;
+ if (select("I challenge you to a duel, Orc!:1000 Jellopies it is.") == 1) {
+ mes "[Orc Warrior]";
+ mes "Humans... such annoying bastards!";
+ mes "If you want to fight, go outside!";
+ mes "So get out of my house!";
+ close2;
+ warp "gef_fild10",100,100;
+ end;
+ }
+ set orcs_hero_hat,1;
+ mes "[Orc Warrior]";
+ mes "Hah! It's a promise then!";
+ mes "Bwahahahahhahahahahahaha!";
+ mes "That's 1000 Jellopies!";
+ mes "Are all you humans so foolish?!";
+ close;
+ }
+ close;
+ }
+ else if (orcs_hero_hat == 1) {
+ if (countitem(909) > 999) {
+ mes "[Orc Warrior]";
+ mes "WHAT?!";
+ mes "That's so much Jellopy!!";
+ next;
+ mes "[Orc Warrior]";
+ mes "I do not like this joke you have played on me human. Still, I refuse to believe that you have really brought ^FF00001000 Jellopy^000000.";
+ next;
+ mes "[Orc Warrior]";
+ mes "We Orcs are a proud race and do not like to admit when we are wrong.";
+ next;
+ mes "[Orc Warrior]";
+ mes "One...";
+ next;
+ mes "[Orc Warrior]";
+ mes "One... T-two...";
+ next;
+ mes "[Orc Warrior]";
+ mes "One... T-two...";
+ mes "Three...";
+ next;
+ mes "[Orc Warrior]";
+ mes "One... T-two...";
+ mes "Three...";
+ mes "....F-f-fooooour...";
+ next;
+ mes "[Orc Warrior]";
+ mes ".......";
+ next;
+ mes "[Orc Warrior]";
+ mes ".......";
+ mes ".........";
+ next;
+ mes "[Orc Warrior]";
+ mes ".......";
+ mes ".........";
+ mes "............";
+ next;
+ mes "[Orc Warrior]";
+ mes "Nine hundred ninety-eight...";
+ next;
+ mes "[Orc Warrior]";
+ mes "Nine hundred ninety-eight...";
+ mes "Nine hundred ninety-nine...";
+ next;
+ mes "[Orc Warrior]";
+ mes "Nine hundred ninety-eight...";
+ mes "Nine hundred ninety-nine...";
+ mes "One...";
+ next;
+ mes "[Orc Warrior]";
+ mes "Nine hundred ninety-eight...";
+ mes "Nine hundred ninety-nine...";
+ mes "One... One thousand.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Curse you, human.";
+ mes "You have shall your 'conversation.'";
+ next;
+ mes "[Orc Warrior]";
+ mes "I hate humans! In fact, all Orcs hate humans! Hate you hate you hate you with a passion!";
+ next;
+ delitem 909,1000; //Jellopy
+ set orcs_hero_hat,2;
+ mes "[Orc Warrior]";
+ mes "So...";
+ mes "Still in the mood to talk?!";
+ next;
+ mes "[Orc Warrior]";
+ mes "Tough!";
+ mes "If you want to";
+ mes "hear more, bring...";
+ mes "^FF00001000 Jellopy^000000!";
+ next;
+ mes "[Orc Warrior]";
+ mes "Now get out of here, you horrible stinking, poor excuse for an animal!!";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Did you already forget?!";
+ mes "^FF00001000 Jellopy^000000!";
+ mes "Show me your respect";
+ mes "if you want to talk.";
+ close;
+ }
+ else if (orcs_hero_hat == 2) {
+ if (countitem(909) > 999) {
+ mes "[Orc Warrior]";
+ mes "No.... Not again!!";
+ mes "What are you doing with so much Jellopy?!";
+ next;
+ mes "[Orc Warrior]";
+ mes "Damn...!";
+ mes "I refuse to speak to you until I've finished counting all of this Jellopy.";
+ next;
+ mes "[Orc Warrior]";
+ mes "...";
+ next;
+ mes "[Orc Warrior]";
+ mes "...";
+ mes ".....";
+ next;
+ mes "[Orc Warrior]";
+ mes "...";
+ mes ".....";
+ mes "ONE THOUSAND.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Once again, human, you've managed to infuriate me. But we Orcs are a proud race. I shall fulfill my part of this pathetic deal.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Now, where was I?";
+ mes "Oh right.";
+ mes "How much I hate humans.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Humans are always invading our village, intruding on our land! They kill our warriors not out of honor, but for selfish human reasons!!";
+ next;
+ mes "[Orc Warrior]";
+ mes "Bah! Humans have built their own towns and cities. Do they keep their senseless killing amongst each other?! NO! Humans have to rampage and ravage everything!!";
+ next;
+ delitem 909,1000; //Jellopy
+ set orcs_hero_hat,3;
+ mes "[Orc Warrior]";
+ mes "Now, if you want";
+ mes "to listen to more,";
+ mes "bring me...";
+ next;
+ mes "[Orc Warrior]";
+ mes "^FF00001000 Jellopy^000000 again!";
+ mes "I do not think that you can endure much more of this torture.";
+ mes "Bwahahahahahha~!";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Did you already forget!?";
+ mes "^FF00001000 Jellopy^000000!";
+ mes "Show me your respect";
+ mes "if you want to talk.";
+ close;
+ }
+ else if (orcs_hero_hat == 3) {
+ if (countitem(909) > 999) {
+ mes "[Orc Warrior]";
+ mes ".....";
+ mes "Again, human, you confound me with your stubborness. I see that humans are masochists. Or just like to annoy Orcs by making them count a thousand Jellopies.";
+ next;
+ mes "[Orc Warrior]";
+ mes "*sigh* Let me count...";
+ next;
+ mes "[Orc Warrior]";
+ mes "...";
+ next;
+ mes "[Orc Warrior]";
+ mes "...";
+ mes ".......";
+ next;
+ mes "[Orc Warrior]";
+ mes "Nine hundred ninety-nine...";
+ next;
+ mes "[Orc Warrior]";
+ mes "Nine hundred ninety-nine...";
+ mes "...A thousand.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Argh~!";
+ mes "Now where was I?";
+ mes "Oh right, why humans are scum.";
+ next;
+ mes "[Orc Warrior]";
+ mes "How dare humans think they're so great?! We Orcs have also made contributions to the world!";
+ next;
+ mes "[Orc Warrior]";
+ mes "Humans may have built cities and towns, but we Orcs have also created our own cave complexes and canals!";
+ next;
+ mes "[Orc Warrior]";
+ mes "We Orcs have invented many useful things! Of course, now we've had to keep these things to ourselves. Why? Because of the stupidity and greed of humans!!";
+ next;
+ mes "[Orc Warrior]";
+ mes "We Orcs have once constructed a tower for a human, but were then trapped and enslaved there. Needless to say, humans are deserving of our wrath and fury.";
+ next;
+ mes "[Orc Warrior]";
+ mes "*Sigh*";
+ mes "I don't understand why I am sharing this story about my tribe.";
+ mes "That's enough for today!";
+ next;
+ delitem 909,1000; //Jellopy
+ set orcs_hero_hat,4;
+ mes "[Orc Warrior]";
+ mes "Grrr~! If you want to listen longer go bring me ^FF00001000 Jellopy^000000 again.";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Did you already forget!?";
+ mes "^FF00001000 Jellopy^000000!";
+ mes "Show me your respect if";
+ mes "you wish to talk!!";
+ mes "I don't take the 2,000 jellopies you have given to me seriously!!";
+ close;
+ }
+ else if (orcs_hero_hat == 4) {
+ if (countitem(909) > 999) {
+ mes "[Orc Warrior]";
+ mes "Oh... it's you again.";
+ mes "I can see the Jellopy in your hands, and I'm pretty sure you've brought a thousand again, so let's get this over with.";
+ next;
+ mes "[Orc Warrior]";
+ mes "*Sigh* I suppose it's time for our conversation.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Once upon a time, Orcs and humans were allies. I... I miss those times. But it's no use to long for old comraderies. It's impossible to clear up such misunderstandings from ages ago...";
+ next;
+ mes "[Orc Warrior]";
+ mes "There are too many wicked humans that have pursued wealth and fame at any cost. They don't understand ideals like honor and loyalty, and use any means to get whatever they want.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Those hateful humans started to get rid of every obstacle that stood between them and what they wanted, not caring if friend or foe stood in their way.";
+ next;
+ mes "[Orc Warrior]";
+ mes "...I've talked too much already.";
+ mes "That's the end of the conversation for today.";
+ next;
+ delitem 909,1000; //Jellopy
+ set orcs_hero_hat,5;
+ mes "[Orc Warrior]";
+ mes "Now, if you want to listen some more, go bring me";
+ mes "^FF00001000 Jellopy^000000 again tomorrow.";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Did you already forget?";
+ mes "^FF00001000 Jellopy^000000!";
+ mes "Show me your respect";
+ mes "if you want to talk.";
+ mes "I don't take the 3,000 jellopies you have given to me seriously.";
+ close;
+ }
+ else if (orcs_hero_hat == 5) {
+ if (countitem(909) > 999) {
+ mes "[Orc Warrior]";
+ mes "*Sigh...*";
+ mes "You're too tough to get rid of.";
+ mes "Do you really want to listen to me so much...?";
+ mes "Okay... I will tell you a little bit more then.";
+ next;
+ mes "[Orc Warrior]";
+ mes "For us Orcs, victory in battle is the greatest honor.";
+ mes "We fight boldly and fearlessly with our opponent, giving our all in hopes of a fair victory. We would die for victory in battle.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Even after death, we never lose the spirit of combat. It is said that some Orcs that have died unfairly will stand from their graves to seek even more battle.";
+ next;
+ mes "[Orc Warrior]";
+ mes "The difference between you humans and us is that we would never tolerate foul play in battle. But more importantly, Orcs never, ever retreat. An Orc will always fight till the last breath...";
+ next;
+ mes "[Orc Warrior]";
+ mes "Orcs never restore health during battle using your silly medicines. Hmpf. Humans can be so weak, drinking bottles of Potion to keep up in a fight. Oh well, though, I'm not sure if you're the same.";
+ next;
+ delitem 909,1000; //Jellopy
+ set orcs_hero_hat,6;
+ mes "[Orc Warrior]";
+ mes "Now, if you want";
+ mes "to listen to me";
+ mes "some more, go and";
+ mes "bring me ^FF00001000 Jellopy^000000";
+ mes "again tomorrow.";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Did you already forget?";
+ mes "^FF00001000 Jellopy^000000!";
+ mes "Show me your respect";
+ mes "if you want to talk.";
+ mes "I don't take the 4,000 jellopies you have given to me seriously.";
+ close;
+ }
+ else if (orcs_hero_hat == 6) {
+ if (countitem(909) > 999) {
+ mes "[Orc Warrior]";
+ mes "What the...! Don't you know when to stop? I do not believe a human would like to hear about Orcs so much. But...";
+ mes "We Orcs are a proud race, and I shall oblige.";
+ next;
+ mes "[Orc Warrior]";
+ mes "We only select the strongest of our tribe to become warriors. When Orcs reach adulthood, they are sent to the forest to survive alone in its environment.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Those Orcs that come back alive are recognized as true members of the tribe. The strongest males are chosen to become Orc Warriors, and the strongest females are chosen as Orc Ladies.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Orcs that have proven to have good sight and dexterity are given bows and arrows and become Orc Archers.";
+ next;
+ mes "[Orc Warrior]";
+ mes "We Orcs have a special training course called 'The Trial of Fire.' If any Orc Warrior passes this course, he will be protected by our fire god...";
+ next;
+ mes "[Orc Warrior]";
+ mes "That Orc will have stronger physical strength and abilities than normal Orc Warriors. These warriors are known as High Orcs.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Hm, well to you humans, we may all look the same, but we Orcs can tell each other apart. How about you, human? Do I look the same as every Warrior outside to you?";
+ next;
+ delitem 909,1000; //Jellopy
+ set orcs_hero_hat,7;
+ mes "[Orc Warrior]";
+ mes "Now...";
+ mes "If you want to";
+ mes "listen longer,";
+ mes "go bring me";
+ mes "^FF00001000 Jellopy^000000";
+ mes "again tomorrow.";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Did you already forget?";
+ mes "^FF00001000 Jellopy^000000!";
+ mes "Show me your respect";
+ mes "if you want to talk.";
+ mes "I don't take the 5,000 jellopies you have given to me seriously.";
+ close;
+ }
+ else if (orcs_hero_hat == 7) {
+ if (countitem(909) > 999) {
+ mes "[Orc Warrior]";
+ mes "I expected you to quit by now. But I was wrong, because you're here once again. We made a deal and I will keep my promise.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Last time, we were";
+ mes "talking about our";
+ mes "warriors...";
+ next;
+ mes "[Orc Warrior]";
+ mes "Sometimes, a few Orcs are born among us, possessing phenomenal strength and talent. It is rumored that they could compete with 10,000 warriors at a time...";
+ next;
+ mes "[Orc Warrior]";
+ mes "They are the best warriors of the Orc tribe, and are known to you as Orc Heroes. Not only are they the strongest ones among us, but they also our leaders in battle.";
+ next;
+ mes "[Orc Warrior]";
+ mes "As proof of their status, Orc Heroes are given Vouchers of Orcish Hero, as well as special swords that are only allowed to be used by our heroes.";
+ next;
+ mes "[Orc Warrior]";
+ mes "That sword can tear the sky, sever the earth and make a waterfall flow backwards.";
+ next;
+ mes "[Orc Warrior]";
+ mes "The special helmet that is only worn by Orc Heroes represents the power and honor of the Orc Warriors.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Well, humans rarely get the chance to see this helmet unless they're in battle with an Orc Hero themselves...";
+ next;
+ delitem 909,1000; //Jellopy
+ set orcs_hero_hat,8;
+ mes "[Orc Warrior]";
+ mes "Now, if you want";
+ mes "to listen longer,";
+ mes "go and bring me";
+ mes "^FF00001000 Jellopy^000000";
+ mes "again tomorrow.";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Did you already forget?";
+ mes "^FF00001000 Jellopy^000000!";
+ mes "Show me your respect";
+ mes "if you want to talk.";
+ next;
+ mes "[Orc Warrior]";
+ mes "I don't take the 6,000 jellopies you have given to me that seriously.";
+ close;
+ }
+ else if (orcs_hero_hat == 8) {
+ if (countitem(909) > 999) {
+ mes "[Orc Warrior]";
+ mes "Oh, hello. You're back.";
+ mes "Go ahead and put the 1000 Jellopies over there on the table by the skulls.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Ah yes, we were talking about Orc Heroes. Now, unlike Orc Heroes who are blessed with might from the day they were born, there are older, seasoned warriors that have managed to survive many years of combat.";
+ next;
+ mes "[Orc Warrior]";
+ mes "To Orc Warriors, we do not see age as weakness. We look up to old warriors as our trainers due to their experience in battle and their fighting skills.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Those old warriors have shown outstanding fighting abilities, even without the use of weapons.";
+ next;
+ mes "[Orc Warrior]";
+ mes "They could endure in battle for at least few days without axes. When you get to a certain fighting skill level, weapons can actually become a burden...";
+ next;
+ mes "[Orc Warrior]";
+ mes "Among those well-experienced warriors, the greatest one of all is given the title of Orc Lord, and is given our respect as the leader of our tribe.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Every Orc can recognize him by his distinguished helm with the three horns.";
+ next;
+ delitem 909,1000; //Jellopy
+ set orcs_hero_hat,9;
+ mes "[Orc Warrior]";
+ mes "Now...";
+ mes "If you want to";
+ mes "listen longer,";
+ mes "go bring me";
+ mes "^FF00001000 Jellopy^000000";
+ mes "again tomorrow.";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Did you already forget?";
+ mes "^FF00001000 Jellopy^000000!";
+ mes "Show me your respect";
+ mes "if you want to talk.";
+ mes "I don't take the 7,000 jellopies you have given to me seriously.";
+ close;
+ }
+ else if (orcs_hero_hat == 9) {
+ if (countitem(909) > 999) {
+ mes "[Orc Warrior]";
+ mes "It's been a while I've seen such a determined human such as yourself. Just leave the Jellopy near the bed.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Now...";
+ mes "Let me tell you";
+ mes "more about the";
+ mes "Orc Tribe.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Although I don't like to admit it, there are cowardly Orcs that run away from battle, or fight using dishonorable methods.";
+ mes "Needless to say, they have brought shame and disgrace to our tribe.";
+ next;
+ mes "[Orc Warrior]";
+ mes "A curse is placed on those dishonorable Orcs so that they can be singled out by the tribe and banished from the village.";
+ next;
+ mes "[Orc Warrior]";
+ mes "You may recognize those cursed Orcs by their shrunken bodies and long teeth.";
+ next;
+ mes "[Orc Warrior]";
+ mes "We call these cursed Orcs Zenorc. They are forced to live inside of caves or dungeons, away from from honorable Orcs. It's difficult to believe that Zenorcs were once one of us...";
+ next;
+ mes "[Orc Warrior]";
+ mes "I don't think there is a curse which transforms humans into a totally ugly creature depending on their deeds. So it is difficult to tell which humans are honorable...";
+ next;
+ delitem 909,1000; //Jellopy
+ set orcs_hero_hat,10;
+ mes "[Orc Warrior]";
+ mes "Now...";
+ mes "If you want";
+ mes "to hear more,";
+ mes "go bring me";
+ mes "^FF00001000 Jellopy^000000";
+ mes "again tomorrow.";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Did you already forget?";
+ mes "^FF00001000 Jellopy^000000!";
+ mes "Show me your respect";
+ mes "if you want to talk.";
+ mes "I don't take the 8,000 jellopies you have given to me seriously.";
+ close;
+ }
+ else if (orcs_hero_hat == 10) {
+ if (countitem(909) > 999) {
+ mes "[Orc Warrior]";
+ mes "With these...";
+ mes "You have brought me 10,000 Jellopies. I must say that I am impressed. Since you have shown me your respect, I will repay you with my honesty.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Considering the stories about my tribe, it's enough for me if you just listen. However, merely listening is totally different from having the experience as your own.";
+ next;
+ mes "[Orc Warrior]";
+ mes "I suggest you that you experience more battles with the many different Orcs out there. That's the best way of understanding and learning about the Orc tribe.";
+ next;
+ delitem 909,1000; //Jellopy
+ set orcs_hero_hat,11;
+ getitem 1304,1; //Orcish_Axe
+ mes "[Orc Warrior]";
+ mes "This is a small token of my gratitue. This axe used to aid me in many battles and is very precious to me. I hope you will take care of this.";
+ next;
+ mes "[Orc Warrior]";
+ mes "You have made a lot of effort to show me respect, despite being a human. Now, if you want to learn more about Orcs, feel free to come back anytime, my friend.";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Did you already forget?";
+ mes "^FF00001000 Jellopy^000000!";
+ mes "Show me your respect";
+ mes "if you want to talk.";
+ mes "I don't take 9,000 jellopies you have given to me seriously.";
+ close;
+ }
+ else if (orcs_hero_hat == 11) {
+ if (countitem(1304) > 0) {
+ mes "[Orc Warrior]";
+ mes "You have made a lot of effort to show me your respect. Now, if you want to learn more about Orcs, feel free to come back anytime, my friend.";
+ close;
+ }
+ else if (countitem(931) > 99) {
+ if (rand(1,5) == 5) {
+ mes "[Orc Warrior]";
+ mes "Oh, I see you've taken my advice and have been meeting many other Orcs through battle.";
+ mes "You must have learned much about the Orc's spirit of battle by seeing it for yourself firsthand.";
+ next;
+ mes "[Orc Warrior]";
+ mes "These Orchish Vouchers you have been collecting are the true token of Orc warriors. We recognize an Orc who won over 1,000 battles as a true Orc Warrior.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Still...";
+ mes "You're a human, so I don't give we can give you that honor so easily...";
+ next;
+ mes "[Orc Warrior]";
+ mes "Alright...";
+ mes "Go win over 10,000 battles.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Then, I'm sure you can be granted status as a real Orc warrior. But, make sure you are fighting for honorable purposes, and that you have no other motive.";
+ next;
+ mes "[Orc Warrior]";
+ mes "You only achieve honor by winning battles. Even among Orcs, I'm sure you can prove your battle prowess by defeating 10,000 Orc Warriors.";
+ next;
+ if (select("I don't think that is necessary.:I will win 10,000 battles!") == 1) {
+ mes "[Orc Warrior]";
+ mes "I see. I will not force you to choose what I wish to see you do. I respect your decision.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Although...";
+ mes "I wished for other Orcs to see and understand that not all humans are wicked and selfish.";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Ah, spoken like a true warrior. Alright then, go forth and do battle with others of my tribe, and bring me 10,000 Orcish Vouchers.";
+ next;
+ delitem 931,100; //Orcish_Voucher
+ set orcs_hero_hat,13;
+ set orcs_hero_hat2,100;
+ mes "[Orc Warrior]";
+ mes "I took 100 Orcish Voucher from you now. Now, fight and fight until you have defeated 10,000 more Orc Warriors so that the whole tribe will have to recognize you!";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Hm? You don't seem to understand our way of life completely. It's strange that you are so curious about other races, human.";
+ close;
+ }
+ else {
+ if (rand(1,5) == 5) {
+ mes "[Orc Warrior]";
+ mes "The best way of understanding the Orc tribe is to do battle with them. By competing in power and skills, eventually you will understand and respect your opponent.";
+ next;
+ mes "[Orc Warrior]";
+ mes "So, go outside and fight.";
+ mes "Although you may be learning theory by talking with me, you must experience our way of life for yourself.";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Hm? You don't seem to understand our way of life completely. It's strange that you are so curious about other races, human.";
+ close;
+ }
+ }
+ else if (orcs_hero_hat2 > 99 && orcs_hero_hat2 < 10000) {
+ if (countitem(931) > 0) {
+ if (orcs_hero_hat2 > 9999)
+ set orcs_hero_hat2,10000;
+ mes "[Orc Warrior]";
+ mes "You've come back...";
+ mes "It doesn't seem that you've accomplished your goal yet, but I do not expect you to defeat 10,000 Orc Warriors so easily.";
+ next;
+ mes "[Orc Warrrior]";
+ mes "If you wish, you may rest here. " + orcs_hero_hat2 + " victories over Orc Warriors are recognized by our tribe.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Do you wish to";
+ mes "record your current";
+ mes "victory with me?";
+ next;
+ if (select("Yes, I do.:I will do it later.") == 1) {
+ set .@total_vouchers,orcs_hero_hat2+countitem(931);
+ if (.@total_vouchers < 10000) {
+ delitem 931,countitem(931); //Orcish_Voucher
+ set orcs_hero_hat2,.@total_vouchers;
+ mes "[Orc Warrior]";
+ mes "I hope you will";
+ mes "continue your efforts";
+ mes "in understanding the Orc";
+ mes "way of life through battle.";
+ mes "Don't give up.";
+ next;
+ mes "[Orc Warrior]";
+ mes "There are " + (10000-.@total_vouchers) + " battles ahead of you before you reach your goal. I understand the difficulty of this challenge, but I hope you make it.";
+ close;
+ }
+ else {
+ mes "[Orc Warrior]";
+ mes "Now...";
+ mes "You won over";
+ mes "10,000 battles";
+ mes "with Orcs.";
+ next;
+ mes "[Orc Warrior";
+ mes "For a human, accomplishing such a feat is truly astonishing. Through all of that fighting, I'm sure that you have learned both good and bad things about my tribe.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Although you're a";
+ mes "human, you have";
+ mes "demonstrated incredible";
+ mes "bravery and honor...";
+ mes "I shall grant you true";
+ mes "Orc Warrior status!!";
+ next;
+ mes "[Orc Warrior]";
+ mes "You are now...";
+ if (Sex)
+ mes "an Orc Warrior!!";
+ else
+ mes "an Orc Lady!!";
+ next;
+ delitem 931,countitem(931); //Orcish_Voucher
+ set orcs_hero_hat,14;
+ set orcs_hero_hat2,10000;
+ getitem 2299,1; //Viking_Helm
+ mes "[Orc Warrior]";
+ mes "This is a present for you. I am not sure if it will fit to your head or not, but try it. If your head is too big to wear this, I suggest that you carry this with you.";
+ next;
+ getitem 931,1; //Orcish_Voucher
+ mes "[Orc Warrior]";
+ mes "As an Orc Warrior,";
+ mes "I will now give you";
+ mes "an Orcish Voucher";
+ mes "of your very own.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Although it doesn't look different from the others, please keep this with care. You can only be recognized as an Orc warrior with this.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Now, you may go back to where you have come from. Come drop by whenever my tribe comes to your mind.";
+ next;
+ mes "[Orc Warrior]";
+ mes "As you are now one who feels the true intent of the opponent after endless battles, I will now return you to the battleground.";
+ close;
+ }
+ }
+ mes "[Orc Warrior]";
+ mes "I see, do as you wish.";
+ mes "I will be really disappointed in you if you quit in a challenge you have undertaken.";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Come take a rest here.";
+ mes "You have won " + orcs_hero_hat2 + " victories over Orc Warriors.";
+ close;
+ }
+ else if (orcs_hero_hat == 14) {
+ if (countitem(931) == 1 && (countitem(2299) > 0 || isequipped(2299))) {
+ mes "[Orc Warrior]";
+ mes "Hm? You don't think you cannot come back to where you originally came, just because now you're an Orc Warrior, do you? Hahahahaha!";
+ close;
+ }
+ else if (countitem(2299) > 0 || isequipped(2299)) {
+ mes "[Orc Warrior]";
+ mes "Warrior...";
+ mes "May a fresh";
+ mes "light be with";
+ mes "you in battle.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Show your opponents your indomitable spirit. Take pride in being a human that has been given the title of Orc Warrior!";
+ close;
+ }
+ else {
+ if (rand(1,10) == 1) {
+ mes "[Orc Warrior]";
+ mes "My my...";
+ mes "Are you still";
+ mes "hungry for blood...?";
+ next;
+ mes "[Orc Warrior]";
+ mes "You don't seem to be satisfied even after being recognized as a warrior. But... I suppose the path of the warrior is to seek new and more difficult challenges.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Okay, would you like to go through another test? It may reduce all your effort in coming here to nothing. Even seasoned Orc Warriors fear taking this test.";
+ next;
+ mes "[Orc Warrior]";
+ mes "But, since you're an exceptional case, it might be possible for you to accomplish...";
+ next;
+ if (select("I am already satisfied.:...I will take this challenge.") == 1) {
+ mes "[Orc Warrior]";
+ mes "Yes, that's a good";
+ mes "attitude. Sometimes,";
+ mes "you must accept your";
+ mes "limitations, or that";
+ mes "you cannot beat";
+ mes "certain opponents.";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Excellent, I admire your enthusiasm. This is a very rare chance to do battle with the strongest Orc Warriors.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Go fight with 100 Orc Heroes and bring me the tokens of the battles you have endured. Even if you're an excellent warrior, I assure you this test will be the hardest one you'll ever get.";
+ next;
+ set orcs_hero_hat,15;
+ mes "[Orc Warrior]";
+ mes "Now, go, warrior! I believe that you have a chance to succeed. Fight with 100 Orc Heroes, and I will grant you, a human, recognition as an Orc Hero!";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "Warrior, may a fresh light be with you in battle. Show your opponents your indomitable spirit. Take pride in being a human that has been given the title of Orc Warrior!";
+ close;
+ }
+ }
+ else if (orcs_hero_hat == 15) {
+ if (countitem(968) > 99) {
+ mes "[Orc Warrior]";
+ mes "Ah...";
+ mes "I knew you would succeed!";
+ next;
+ mes "[Orc Warrior]";
+ mes "The Orc Heroes who were defeated by you also must have recognized your courage. Thank you, human, for showing us what is true strength.";
+ next;
+ mes "[Orc Warrior]";
+ mes "On behalf of";
+ mes "the Orc tribe,";
+ mes "let me pay";
+ mes "you homage.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Now, make one last choice. What would you do with those Heroic Emblems? They might not be valuable to you humans, but for Orcs, they are treasured by those who own them.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Since you are the victor of those battles, you have every right to keep them. But you could also return them to the Orc Heroes, meaning that you wish to meet them in battle once again.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Now, what would";
+ mes "you want to do";
+ mes "with the vouchers?";
+ next;
+ switch(select("I want to keep them.:I shall return them to the Orc Heroes.")) {
+ case 1:
+ mes "[Orc Warrior]";
+ mes "Yes, that's";
+ mes "not bad...";
+ mes "Not bad at all.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Nobody has the right to tell you what you can or cannot do. Please keep them as a memory of your victory.";
+ close;
+ case 2:
+ mes "[Orc Warrior]";
+ mes "What a great attitude for a warrior...! It will be a model to other Orcs to show respect to opponents that you have defeated!";
+ next;
+ mes "[Orc Warrior]";
+ mes "You deserve to be an Orc Hero, the most powerful Orc warrior! As of today, you are now an Orc Hero!";
+ next;
+ delitem 968,100; //Voucher_Of_Orcish_Hero
+ set orcs_hero_hat,16;
+ getitem 1124,1; //Orcish_Sword
+ mes "[Orc Warrior]";
+ mes "This is a sword only given to our heroes. I am not sure if you can use this or not, but as an Orc Hero, you're obligated to carry this with you always.";
+ next;
+ getitem 968,1; //Voucher_Of_Orcish_Hero
+ mes "[Orc Warrior]";
+ mes "Now that you";
+ mes "are an Orc Hero,";
+ mes "let me give you";
+ mes "your own Heroic";
+ mes "Emblem.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Although it doesn't look different from the others, I hope you will keep it with care. You can only be recognized as an Orc Hero with this token.";
+ next;
+ mes "[Orc Warrior]";
+ mes "Then, you may leave now....";
+ mes "A human who has a better understanding than other humans. One who showed others power regardless of the race, I leave you to the future of Chaos.";
+ close;
+ }
+ }
+ mes "[Orc Warrior]";
+ mes "Hm...";
+ mes "Struggling, are you?";
+ next;
+ mes "[Orc Warrior]";
+ mes "Well, Orc Hero is held in high regard by other Orcs for their great power. As a human, you will probably have difficulty in dealing with him.";
+ next;
+ mes "[Orc Warrior]";
+ mes "However, you made the decision to go through with this test! Still, there's no need to rush it. Life is an endless series of battles, so the combat will come.";
+ close;
+ }
+ else if (orcs_hero_hat > 15) {
+ if (countitem(968) < 1) {
+ mes "[Orc Warrior]";
+ mes "Warrior, where did you leave your Heroic Emblem? Without the token, I cannot recognize you as an Orc Hero. Please find it and keep it with you anywhere you go.";
+ close;
+ }
+ else if (countitem(1124) < 1 && isequipped(1124) == 0) {
+ mes "[Orc Warrior]";
+ mes "Warrior, where did you leave your sword? Without the sword, I cannot recognize you as an Orc Hero. Please find it and keep it with you anywhere you go.";
+ close;
+ }
+ mes "[Orc Warrior]";
+ mes "The most";
+ mes "powerful warrior...";
+ mes "Orc Hero!";
+ mes "That's who you are!";
+ mes "May God be with you in battle!";
+ close;
+ }
+ else {
+ mes "[Orc Warrior]";
+ mes "....................";
+ close;
+ }
+}
+
+in_orcs01,162,33,1 script Orc Hero#1 1087,2,2,{
+OnTouch:
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a minute !! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again -";
+ mes "- after you lose some weight. -";
+ close;
+ }
+ if (orcs_hero_hat < 16) {
+ mes "[Orc Hero]";
+ mes "Stop bugging me";
+ mes "and get outta here!";
+ next;
+ mes "[Orc Hero]";
+ mes "If you wish to challenge me, wait inside the forest at the west. I'm not in the mood to deal with humans right now.";
+ next;
+ mes "[Orc Hero]";
+ mes "Now, hurry";
+ mes "up and scram!!";
+ close;
+ }
+ else if (orcs_hero_hat == 16) {
+ if (countitem(968) == 1 && (countitem(1124) > 0 || isequipped(1124) == 1)) {
+ if (rand(1,10) == 1) {
+ mes "[Orc Hero]";
+ mes "Hm, are you the human who was granted status as an Orc Hero?";
+ next;
+ mes "[Orc Hero]";
+ mes "I hope you know the meaning of returning my Emblem. I expect that we will meet again on the battlefield.";
+ if (countitem(2299) > 0) {
+ next;
+ mes "[Orc Hero]";
+ mes "Wait...";
+ mes "Isn't that an Orc Warrior's Helm...?";
+ next;
+ mes "[Orc Hero]";
+ mes "Wait a second...";
+ mes "It's not! Ha...!";
+ mes "Interesting!";
+ mes "That's very";
+ mes "interesting.";
+ next;
+ mes "[Orc Hero]";
+ mes "I guess you don't know what's so special about this particular helm...";
+ next;
+ mes "[Orc Hero]";
+ mes "It actually belonged to one of our Orc Lords who was defeated by a human. He was so furious about losing that he broke the middle horn and threw it away!";
+ next;
+ mes "[Orc Hero]";
+ mes "I was told that it somehow ended in the hands of a human, but I didn't know it was you, the human Orc Hero.";
+ next;
+ mes "[Orc Hero]";
+ mes "Alright, that belongs to the Orc Lord. I mean, even though it's now yours, it was given to you by mistake.";
+ next;
+ mes "[Orc Hero]";
+ mes "Would you mind giving the item back to its owner, my human Orc Hero?";
+ next;
+ if (select("Yes, I mind.:No, I don't mind.") == 1) {
+ mes "[Orc Hero]";
+ mes "Wow, you're so stubborn! Just treat the helm with care, and wear it with respect. Recognize that it has a long history...";
+ close;
+ }
+ mes "[Orc Hero]";
+ mes "Good, that's a good decision. I will give this back to him. Muhahahahaha... I didn't expect to see this thing again.";
+ next;
+ mes "[Orc Hero]";
+ mes "Okay...";
+ mes "Let me give you";
+ mes "something useful!";
+ next;
+ mes "[Orc Hero]";
+ mes "Although you're a human, you're an Orc Hero amongst us now, so you should have a helm suitable for your position...";
+ next;
+ delitem 2299,1; //Viking_Helm
+ set orcs_hero_hat,17;
+ getnameditem 5094,strcharinfo(0); //Orc_Hero_Helm
+ mes "[Orc Hero]";
+ mes "There you go. I marked a small indication on it. So wear this helm from now on. Do you understand? My human Orc Hero.";
+ close;
+ }
+ close;
+ }
+ mes "[Orc Hero]";
+ mes "Hm, are you the human who was granted status as an Orc Hero?";
+ next;
+ mes "[Orc Hero]";
+ mes " I hope you know the meaning of returning my Emblem. I expect that we will meet again on the battlefield.";
+ close;
+ }
+ mes "[Orc Hero]";
+ mes "Hm, are you the human that was granted status as an Orc Hero?";
+ next;
+ mes "[Orc Hero]";
+ mes "Hmpf, I'm not convinced. Are you really the one who gave us our Emblems back? I don't think I can trust you...";
+ next;
+ mes "[Orc Hero]";
+ mes "Yeh, you would think I'd remember getting whupped by an ugly human, but I tend not to remember faces when I'm too busy getting whomped on.";
+ next;
+ mes "[Orc Hero]";
+ mes "I refuse to";
+ mes "acknowledge someone";
+ mes "like you who forgets";
+ mes "our most basic customs!";
+ next;
+ mes "[Orc Hero]";
+ mes "Grrrr...";
+ mes "Come on!";
+ mes "Let's meet outside west of the forest, and I'll test your strength again!";
+ close;
+ }
+ else if (orcs_hero_hat == 17) {
+ mes "[Orc Hero]";
+ mes "Muhahahaha~";
+ mes "You're the";
+ mes "strangest human";
+ mes "I've ever met.";
+ mes "Hahahahaha...";
+ next;
+ mes "[Orc Hero]";
+ mes "I like you,";
+ mes "human, I like you.";
+ close;
+ }
+ mes "[Orc Hero]";
+ mes "....................";
+ close;
+}
+
+//============================================================
+// Old changelog
+//============================================================
+//= 1.01 Fixed items names iRO->kRO, fixed some bugs [Qwadrat]
+//= Fixed possible item exploits, fixed Straw Hat
+//= Added missing checks [Lupus]
+//= 1.1 Fixed a bug in Giant-band-aid that didn't counting rotten bandages
+//= Fixed a bug in Fur Hat that didn't count yarn [Evera]
+//= 1.2 Syntax fixes for parenthesis, reformatting [KarLaeda]
+//= 1.3 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
+//============================================================
diff --git a/npc/quests/newgears/2005_headgears.txt b/npc/quests/newgears/2005_headgears.txt
new file mode 100644
index 000000000..d638d777c
--- /dev/null
+++ b/npc/quests/newgears/2005_headgears.txt
@@ -0,0 +1,2252 @@
+//===== rAthena Script =======================================
+//= 2005 Headgear Quests
+//===== By: ==================================================
+//= MasterOfMuppets
+//===== Current Version: =====================================
+//= 1.3
+//===== Compatible With: =====================================
+//= rAthena
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= 2005 Headgears Official Quest.
+//===== Additional Comments: =================================
+//= 1.0 First version, converted from the official aegis script. [MasterOfMuppets]
+//= 1.1 Updated item ids in the zealotus mask npc, now requires a whip [ultramage]
+//= 1.2 Replaced effect numerics with constants. [L0ne_W0lf]
+//= 1.3 Fixed item check bugs, added missing airport NPC,
+// and took out unneeded breaks [Xantara] [Muad_Dib]
+//============================================================
+
+yuno,222,116,3 script Kasis#LhzHat 851,{
+ if(countitem(519) > 49 && countitem(7031) > 49 && countitem(548) > 49 && countitem(539) > 49)
+ {
+ mes "[Kasis]";
+ mes "Milk, Cheese,";
+ mes "Old Frying Pans,";
+ mes "Pieces of Cake...";
+ mes "Th-that's everything";
+ mes "I need to make lunch for";
+ mes "my friends in the Factory!";
+ next;
+ switch( select( "Well, I did promise to help you.", "What are you talking about?" ) )
+ {
+ case 1:
+ mes "[Kasis]";
+ mes "Finally, I can treat my";
+ mes "buddies to a wonderful";
+ mes "feast! They'll be so pleased!";
+ mes "Oh, I'd really like to repay you";
+ mes "somehow, but I'm not sure";
+ mes "what I could possibly give...";
+ next;
+ mes "[Kasis]";
+ mes "Of course! Why don't";
+ mes "you treat yourself to";
+ mes "my specialty, Kasis's";
+ mes "Crunch Toast? It looks";
+ mes "simple, but it actually";
+ mes "requires great skill to make.";
+ next;
+ mes "[Kasis]";
+ mes "Here you are!";
+ mes "Please enjoy this and always";
+ mes "remember that breakfast is the";
+ mes "most important meal of the day!";
+ mes "Now, I better prepare those";
+ mes "lunches. Goodbye, my friend~";
+ delitem 519,50;
+ delitem 7031,50;
+ delitem 548,50;
+ delitem 539,50;
+ getitem 5107,1;
+ close;
+ case 2:
+ mes "[Kasis]";
+ mes "Oh...";
+ mes "Oh, I'm so sorry.";
+ mes "I must have confused";
+ mes "you with someone else.";
+ next;
+ mes "[Kasis]";
+ mes "You see, I've been asking";
+ mes "adventurers that have been";
+ mes "passing through to provide";
+ mes "me with food supplies so that";
+ mes "I can make lunch for my friends";
+ mes "that are working in Einbroch.";
+ next;
+ mes "[Kasis]";
+ mes "Yes...";
+ mes "So...";
+ mes "Sorry...";
+ mes "To... Bother you.";
+ next;
+ mes "^3355FFAs if entranced,";
+ mes "Kasis continues to";
+ mes "stare at the Milk, Cheese";
+ mes "Old Frying Pans and Pieces";
+ mes "of Cake that you are carrying.^000000";
+ next;
+ switch( select( "You can have these if you want.", "Um, why are you staring?" ) )
+ {
+ case 1:
+ mes "[Kasis]";
+ mes "Really? Is it alright";
+ mes "with you for me to have";
+ mes "all of this Milk, Cheese,";
+ mes "Pieces of Cake and these";
+ mes "Old Frying Pans? Oh, bless";
+ mes "your kind heart, adventurer~";
+ next;
+ mes "[Kasis]";
+ mes "Finally, I can treat my";
+ mes "buddies to a wonderful";
+ mes "feast! They'll be so pleased!";
+ mes "Oh, I'd really like to repay you";
+ mes "somehow, but I'm not sure";
+ mes "what I could possibly give...";
+ next;
+ mes "[Kasis]";
+ mes "Of course! Why don't";
+ mes "you treat yourself to";
+ mes "my specialty, Kasis's";
+ mes "Crunch Toast? It looks";
+ mes "simple, but it actually";
+ mes "requires great skill to make.";
+ next;
+ mes "[Kasis]";
+ mes "Here you are!";
+ mes "Please enjoy this and always";
+ mes "remember that breakfast is the";
+ mes "most important meal of the day!";
+ mes "Now, I better prepare those";
+ mes "lunches. Goodbye, my friend~";
+ delitem 519,50;
+ delitem 7031,50;
+ delitem 548,50;
+ delitem 539,50;
+ getitem 5107,1;
+ close;
+ case 2:
+ mes "[Kasis]";
+ mes "Oh, let me apologize";
+ mes "again. But I can't help";
+ mes "but admire the quality of";
+ mes "your goods. Er, you know,";
+ mes "the food you're carrying. I'm";
+ mes "a chef by trade, after all.";
+ close;
+ }
+ }
+ }
+ mes "[Kasis]";
+ mes "I'm sorry, but we're closed";
+ mes "right now. Unfortunately, we";
+ mes "don't have any more bread";
+ mes "in stock. ^333333*Siiiiiiiiigh...*^000000";
+ next;
+ switch( select( "Is something wrong?", "End Conversation." ) )
+ {
+ case 1:
+ mes "[Kasis]";
+ mes "Well, my current contract";
+ mes "with the company that's been";
+ mes "providing me with ingredients";
+ mes "has expired. Of course, it's";
+ mes "bad enough that I don't have";
+ mes "the food to run this business.";
+ next;
+ mes "[Kasis]";
+ mes "But I also feel like I'm";
+ mes "letting my friends down.";
+ mes "You see, I've been sending";
+ mes "them lunch every day since";
+ mes "they've been working in the";
+ mes "Factory over in Einbroch.";
+ next;
+ mes "[Kasis]";
+ mes "I'm unable to make";
+ mes "lunch for them at the";
+ mes "moment, but I really want to";
+ mes "help my buddies, especially";
+ mes "since their financial situation";
+ mes "seems pretty bad right now.";
+ next;
+ switch( select( "Do you want me to help you?", "I'm so sorry to hear that." ) )
+ {
+ case 1:
+ mes "[Kasis]";
+ mes "Sure, I'm willing to accept";
+ mes "help from wherever I can find";
+ mes "it. If you would, I'd like you to bring me some food supplies";
+ mes "that I can use to make lunches";
+ mes "for my friends at the Factory.";
+ next;
+ mes "[Kasis]";
+ mes "Would you";
+ mes "please get me";
+ mes "^4D4DFF50 Milk^000000,";
+ mes "^4D4DFF50 Cheese^000000,";
+ mes "^4D4DFF50 Pieces of Cake^000000 and";
+ mes "^4D4DFF50 Old Frying Pans^000000?";
+ next;
+ mes "[Kasis]";
+ mes "I'd really appreciate";
+ mes "your help. My friends seem";
+ mes "so depressed to be working";
+ mes "in the Factory and I want to";
+ mes "do all I can to cheer them up.";
+ mes "Thanks for your kind offer~";
+ close;
+ case 2:
+ mes "[Kasis]";
+ mes "I'm trying to renew";
+ mes "my contract with the";
+ mes "company that's been";
+ mes "providing me with food";
+ mes "supplies, but it hasn't";
+ mes "been working out so far...";
+ next;
+ mes "[Kasis]";
+ mes "I don't know what's";
+ mes "happening, but hopefully";
+ mes "I can find a new supplier";
+ mes "soon. There are my friends";
+ mes "to worry about, as well as";
+ mes "the sake of my business.";
+ close;
+ }
+ case 2:
+ mes "[Kasis]";
+ mes "Anyway, please come";
+ mes "again. Hopefully, we'll";
+ mes "have some good bread";
+ mes "in stock next time, okay?";
+ close;
+ }
+}
+
+lighthalzen,143,68,0 script Strange Guy#LhzHat 47,{
+ if(DTHATQ == 0)
+ {
+ mes "[Strange Guy]";
+ mes "Wait! Don't say";
+ mes "anything! You must be";
+ mes "an adventurer from the";
+ mes "Rune-Midgarts Kingdom!";
+ mes "So... I'm right, aren't I?";
+ next;
+ switch( select( "Who are you?", "How did you know?", "Ignore him." ) )
+ {
+ case 1:
+ mes "[Morris]";
+ mes "Allow me to";
+ mes "introduce myself.";
+ mes "My name is Morris Poe,";
+ mes "detective of great acclaim";
+ mes "and world wide fame.";
+ next;
+ switch( select( "I've never heard of you.", "You're kidding me.", "I'm outta here." ) )
+ {
+ case 1:
+ mes "[Morris]";
+ mes "Morris Poe?";
+ mes "Renown detective?";
+ mes "Advocate for justice in";
+ mes "the Schwarzwald Republic?";
+ mes "Surely you recognize one";
+ mes "of my esteemed titles.";
+ next;
+ switch( select( "Nope, I don't know you.", "You're Morris Poe?!" ) )
+ {
+ case 1:
+ mes "[Morris]";
+ mes "You don't...?";
+ mes "But I'm a famous hero.";
+ mes "Children look up to me";
+ mes "and wish they'd grow";
+ mes "up to be as smart as me.";
+ next;
+ mes "[Morris]";
+ mes "I don't get it.";
+ mes "I'm famouser than";
+ mes "that. A household name";
+ mes "even. I've got a sterling";
+ mes "public image, how could";
+ mes "you never have heard of me...?";
+ close;
+ case 2:
+ break;
+ }
+ break;
+ case 2:
+ mes "[Morris]";
+ mes "Kidding? Ha ha!";
+ mes "Look at these keen,";
+ mes "deductive and deeply";
+ mes "analytical eyes and";
+ mes "tell me I'm joking.";
+ next;
+ switch( select( "Whoa, those ARE keen eyes.", "Okay. You're joking." ) )
+ {
+ case 1:
+ mes "[Morris]";
+ mes "Yes, this sharp,";
+ mes "penetrating, yet";
+ mes "highly intelligent gaze";
+ mes "belongs to the world";
+ mes "detective and crime";
+ mes "fighter, Morris Poe!";
+ next;
+ switch( select( "I've never heard of you.", "Golly, Morris Poe?!" ) )
+ {
+ case 1:
+ mes "[Morris]";
+ mes "Never heard of...?";
+ mes "Impossible! If there are";
+ mes "two things I hate more";
+ mes "than crime, they would be";
+ mes "dishonesty... And rejection";
+ mes "from beautiful women.";
+ next;
+ mes "[Morris]";
+ mes "When you get over your";
+ mes "sense of pride and gain";
+ mes "a little maturity, then we";
+ mes "might share an actual";
+ mes "conversation. Until then,";
+ mes "you'll just have to grow up.";
+ close;
+ case 2:
+ break;
+ }
+ break;
+ case 2:
+ mes "[Morris]";
+ mes "Hahahahahaah--Huh.";
+ mes "If there are two things";
+ mes "I hate more than criminals,";
+ mes "they would be sarcasm...";
+ mes "And receiving fake phone";
+ mes "numbers from really cute girls.";
+ next;
+ switch( select( "Yeah, you're no Don Juan.", "I'm... I'm sorry." ) )
+ {
+ case 1:
+ mes "[Morris]";
+ mes "Wah...!";
+ mes "Did you just--?!";
+ mes "Ugh, you're the worst";
+ mes "type of person, you know that?";
+ emotion e_omg;
+ close;
+ case 2:
+ mes "[Morris]";
+ mes "I think it's too late to";
+ mes "apologize. Why would you";
+ mes "treat someone of my stature";
+ mes "with such caustic sarcasm?!";
+ mes "What excuse could possibly";
+ mes "exonerate your behavior?!";
+ next;
+ switch( select( "I... I was intimidated...", "It's how I treat all losers." ) )
+ {
+ case 1:
+ mes "[Morris]";
+ mes "Of course: intense feelings";
+ mes "of awe and fear of my vast";
+ mes "intellect would result in that";
+ mes "kind of deviant behavior. I'll";
+ mes "have to forgive you, I suppose.";
+ next;
+ case 2:
+ mes "[Morris]";
+ mes "What...?!";
+ mes "Morris Poe, a loser?";
+ mes "Such defamatory remarks";
+ mes "cannot be forgiven, no";
+ mes "matter how unfounded";
+ mes "and groundless they are!";
+ emotion e_omg;
+ close;
+ }
+ }
+ }
+ break;
+ case 3:
+ mes "[Morris]";
+ mes "Hahaha, oh, that's";
+ mes "funny. Wait. You're...";
+ mes "You're really leaving.";
+ mes "N-no, come baaaack!";
+ close;
+ }
+ break;
+ case 2:
+ mes "[Strange Guy]";
+ mes "How did I know?";
+ mes "Elementary, my friend.";
+ mes "There was an abundance";
+ mes "of clues for me to make";
+ mes "that sort of simple deduction.";
+ close;
+ case 3:
+ mes "[Strange Guy]";
+ mes "Hello...?";
+ mes "...............";
+ mes "Oh, this is embarassing.";
+ mes "I can't believe I'm getting";
+ mes "the silent treatment...";
+ close;
+ }
+ mes "[Morris]";
+ mes "Yes, I know it's";
+ mes "difficult to believe that";
+ mes "you would be fortunate";
+ mes "enough to stand in the";
+ mes "presence of genius. Now,";
+ mes "you must be wondering...";
+ next;
+ select("Um, wondering what?");
+ mes "[Morris]";
+ mes "You're wondering,";
+ mes "\"How in the world";
+ mes "can I be as brilliant";
+ mes "as Morris Poe, the";
+ mes "genius detective?\"";
+ next;
+ mes "[Morris]";
+ mes "First, I think it's fair";
+ mes "to let you know that it's";
+ mes "an impossible dream. Men like";
+ mes "myself only arise in this world";
+ mes "perhaps once every generation.";
+ mes "I'm sorry, but don't give up!";
+ next;
+ mes "[Morris]";
+ mes "Now, you can try to reach";
+ mes "a level of intelligence that";
+ mes "is comparable to my own by";
+ mes "joining the Young Detective's";
+ mes "Club. To become a member, you just need one essential article.";
+ next;
+ mes "[Morris]";
+ mes "Yes, you will need the";
+ mes "^0000FFRenown Detective's Cap^000000!";
+ mes "Luckily, I'm giving them";
+ mes "away for a relatively small";
+ mes "material cost, but you must";
+ mes "hurry while supplies last.";
+ next;
+ mes "[Morris]";
+ mes "Simply bring me";
+ mes "^0000FF10 Magnifiers^000000,";
+ mes "^0000FF1887 Tassels^000000,";
+ mes "^0000FF1 Slotted Bucket Hat^000000";
+ mes "and ^0000FF1,887 zeny^000000. That's all!";
+ next;
+ mes "[Morris]";
+ mes "But first, let me warn you";
+ mes "not to bring a ^FF0000slotted Bucket";
+ mes "Hat with a card compounded to";
+ mes "it, or any upgraded Bucket Hats. I'm not responsible for any";
+ mes "loss resulting from that.";
+ next;
+ mes "[Morris]";
+ mes "Hurry and bring me";
+ mes "those items! There are";
+ mes "only 20,000,000 Renown";
+ mes "Detective Caps left!";
+ mes "Once they're gone,";
+ mes "they'll be extinct!";
+ set DTHATQ,1;
+ close;
+ }
+ else if(DTHATQ == 1)
+ {
+ mes "[Morris]";
+ mes "So, did you want to";
+ mes "buy, er, receive this";
+ mes "Renown Detective's Cap";
+ mes "and become an honored";
+ mes "member of the Young";
+ mes "Detective's Club?";
+ next;
+ mes "[Morris]";
+ mes "Remember, make sure";
+ mes "that you don't bring any";
+ mes "^FF0000slotted Bucket Hats that";
+ mes "have been upgraded or have";
+ mes "cards compounded to them, or";
+ mes "you'll lose those enhancements^000000.";
+ next;
+ mes "[Morris]";
+ mes "Now, if you have only";
+ mes "1 Bucket Hat, we can begin.";
+ mes "Young Detective's Club... Salute! ";
+ next;
+ switch( select( "Salute.", "Whatever..." ) )
+ {
+ case 1:
+ mes "[Morris]";
+ mes "Great, done like a pro!";
+ mes "Now, I need to check your";
+ mes "fee--I mean qualifications.";
+ mes "Let's see now, I need to";
+ mes "look through your Inventory...";
+ next;
+ set @lhzhatfailed,0;
+ if(countitem(611) < 10)
+ {
+ mes "[Morris]";
+ mes "Wait. You don't have";
+ mes "enough Magnifiers. You";
+ mes "do want to join this club,";
+ mes "don't you? Did you need to";
+ mes "hear the requirements again?";
+ set @lhzhatfailed,1;
+ next;
+ }
+ if(countitem(7301) < 1887 && @lhzhatfailed == 0)
+ {
+ mes "[Morris]";
+ mes "Magnifiers. Check.";
+ mes "Not enough Tassels? Check.";
+ set @lhzhatfailed,1;
+ next;
+ }
+ if(countitem(5120) < 1 && @lhzhatfailed == 0)
+ {
+ mes "[Morris]";
+ mes "Magnifiers. Check.";
+ mes "Tassels... Check.";
+ mes "Hm. You're missing";
+ mes "the slotted Bucket Hat.";
+ mes "You were so close...";
+ set @lhzhatfailed,1;
+ next;
+ }
+ if(Zeny < 1887 && @lhzhatfailed == 0)
+ {
+ mes "[Morris]";
+ mes "Magnifiers. Check.";
+ mes "Tassels... Check.";
+ mes "Slotted Bucket Hat. Got it.";
+ mes "Hey. Where's the zeny?!";
+ mes "That's the most important,";
+ mes "er, qualification of all!";
+ set @lhzhatfailed,1;
+ next;
+ }
+ if(@lhzhatfailed == 1)
+ {
+ mes "[Morris]";
+ mes "^333333*Sigh*^000000 You need";
+ mes "^0000FF10 Magnifiers^000000,";
+ mes "^0000FF1887 Tassels^000000,";
+ mes "^0000FF1 Slotted Bucket Hat^000000";
+ mes "and ^0000FF1,887 zeny^000000. That's all!";
+ emotion e_an;
+ next;
+ mes "[Morris]";
+ mes "Now, remember everything";
+ mes "that you need this time, okay?";
+ mes "I'll be waiting to welcome";
+ mes "you into the elite ranks of ";
+ mes "the Young Detective's Club.";
+ close;
+ }
+ mes "[Morris]";
+ mes "Magnifiers. Check.";
+ mes "Tassels... Check.";
+ mes "Slotted Bucket Hat. Got it.";
+ mes "Aaaand zeny. Heh heh. Perfect.";
+ next;
+ mes "[Morris]";
+ mes "Great, that's everything!";
+ mes "Welcome to the club! Here's";
+ mes "your Renown Detective's Cap,";
+ mes "so wear it with pride as you";
+ mes "take an active part in our club's";
+ mes "activities and promotion!";
+ delitem 7301,1887;
+ delitem 5120,1;
+ delitem 611,10;
+ set Zeny, Zeny - 1887;
+ set DTHATQ,2;
+ getitem 5108,1;
+ next;
+ switch( select( "Wait, promotion?", "Hooray!" ) )
+ {
+ case 1:
+ mes "[Morris]";
+ mes "Of course, isn't it obvious?";
+ mes "As a member, one of your duties";
+ mes "will be to sing accolades of this club so that more members";
+ mes "will join and earn their own";
+ mes "Renown Detective's Caps.";
+ next;
+ mes "[Morris]";
+ mes "Alright, scurry off";
+ mes "now and proudly display";
+ mes "your new, rakishly stylish";
+ mes "Renown Detective's Cap";
+ mes "to all of your friends!";
+ close;
+ case 2:
+ mes "[Morris]";
+ mes "Alright, scurry off";
+ mes "now and proudly display";
+ mes "your new, rakishly stylish";
+ mes "Renown Detective's Cap";
+ mes "to all of your friends!";
+ close;
+ }
+ case 2:
+ mes "[Morris]";
+ mes "Huh. You just failed";
+ mes "the \"Test of Respect.\"";
+ mes "You don't deserve the";
+ mes "honor of wearing the";
+ mes "Renowned Detective's Cap!";
+ close;
+ }
+ }
+ else if(DTHATQ == 2)
+ {
+ mes "[Morris]";
+ mes "Have you come to me";
+ mes "in order to obtain another";
+ mes "Renown Detective's Cap?";
+ mes "I realize that such a stylish";
+ mes "headgear is in high demand.";
+ next;
+ mes "[Morris]";
+ mes "Remember, make sure";
+ mes "that you don't bring any";
+ mes "^FF0000slotted Bucket Hats that";
+ mes "have been upgraded or have";
+ mes "cards compounded to them, or";
+ mes "you'll lose those enhancements^000000.";
+ next;
+ mes "[Morris]";
+ mes "As a proud member of";
+ mes "the Young Detective's Club,";
+ mes "did you bring everything";
+ mes "you need in order to earn";
+ mes "a Renown Detective's Cap?";
+ next;
+ switch( select( "I'm not sure~", "Sure!" ) )
+ {
+ case 1:
+ mes "[Morris]";
+ mes "What...?! Every good";
+ mes "detective must have a";
+ mes "photographic memory";
+ mes "and be able to recall";
+ mes "minute details in order";
+ mes "to crack the case.";
+ emotion e_sob;
+ next;
+ mes "[Morris]";
+ mes "Remember...";
+ mes "^0000FF10 Magnifiers^000000,";
+ mes "^0000FF1887 Tassels^000000,";
+ mes "^0000FF1 Slotted Bucket Hat^000000";
+ mes "and ^0000FF1,887 zeny^000000. Okay?";
+ close;
+ case 2:
+ mes "[Morris]";
+ mes "Great!";
+ mes "Now let me just";
+ mes "check to see if you";
+ mes "brought everything...";
+ next;
+ set @lhzhatfailed,0;
+ if(countitem(611) < 10)
+ {
+ mes "[Morris]";
+ mes "Hmm, you don't have";
+ mes "enough Magnifiers? But";
+ mes "those are essential tools";
+ mes "for sleuthing. Come now,";
+ mes "hurry back with them!";
+ set @lhzhatfailed,1;
+ next;
+ }
+ if(countitem(7301) < 1887 && @lhzhatfailed == 0)
+ {
+ mes "[Morris]";
+ mes "Magnifiers. Check.";
+ mes "Not enough Tassels? Check.";
+ set @lhzhatfailed,1;
+ next;
+ }
+ if(countitem(5120) < 1 && @lhzhatfailed == 0)
+ {
+ mes "[Morris]";
+ mes "Magnifiers. Check.";
+ mes "Tassels... Check.";
+ mes "Hm. You're missing";
+ mes "the slotted Bucket Hat.";
+ mes "You were so close...";
+ set @lhzhatfailed,1;
+ next;
+ }
+ if(Zeny < 1887 && @lhzhatfailed == 0)
+ {
+ mes "[Morris]";
+ mes "Magnifiers. Check.";
+ mes "Tassels... Check.";
+ mes "Slotted Bucket Hat. Got it.";
+ mes "Hey. Where's the zeny?!";
+ mes "That's the most important,";
+ mes "er, qualification of all!";
+ set @lhzhatfailed,1;
+ next;
+ }
+ if(@lhzhatfailed == 1)
+ {
+ mes "[Morris]";
+ mes "Remember...";
+ mes "^0000FF10 Magnifiers^000000,";
+ mes "^0000FF1887 Tassels^000000,";
+ mes "^0000FF1 Slotted Bucket Hat^000000";
+ mes "and ^0000FF1,887 zeny^000000. Okay?";
+ emotion e_an;
+ close;
+ }
+ mes "[Morris]";
+ mes "Magnifiers. Check.";
+ mes "Tassels... Check.";
+ mes "Slotted Bucket Hat. Got it.";
+ mes "Aaaand zeny. Heh heh. Perfect.";
+ next;
+ mes "[Morris]";
+ mes "Great! You've just qualified";
+ mes "to own yet another Renowned";
+ mes "Detective's Cap. Congratulations! Now, let me collect all of these";
+ mes "goods and zeny from you...";
+ delitem 7301,1887;
+ delitem 5120,1;
+ delitem 611,10;
+ set Zeny, Zeny - 1887;
+ set DTHATQ,2;
+ getitem 5108,1;
+ next;
+ mes "[Morris]";
+ mes "Hahaha! It's what";
+ mes "I expect from one of";
+ mes "our Junior Gold Members!";
+ mes "How does it feel like to be";
+ mes "the cream of the cream of";
+ mes "the crop? Great, isn't it?";
+ close;
+ }
+ }
+}
+
+lighthalzen,360,313,3 script Kid#LhzHat 706,{
+ mes "[Kid]";
+ if(sex)
+ mes "Hello, mister!";
+ else
+ mes "Hello, ma'am!";
+ mes "Um, would you do";
+ mes "me a favor, please?";
+ next;
+ if(countitem(526) && countitem(7270) && countitem(941) && countitem(10004))
+ {
+ mes "[Kid]";
+ mes "Oh! You brought me";
+ mes "some Royal Jelly to";
+ mes "eat, as well as everything";
+ mes "I need to make a Baby Pacifier.";
+ mes "Okay, let me get started on that right away. Just a moment...";
+ next;
+ mes "...";
+ mes "......";
+ next;
+ mes "[Kid]";
+ mes "Damn.";
+ mes "That Royal Jelly";
+ mes "was frickin' delicious!";
+ mes "Now I can make your";
+ mes "Baby Pacifier. Let's see";
+ mes "here. Ah, here we go...";
+ next;
+ mes "[Kid]";
+ mes "It's done!";
+ mes "Now, you're the";
+ mes "proud owner of your";
+ mes "very own Baby Pacifier!";
+ mes "I hope you're happy with";
+ mes "yourself. Travel safe, okay?";
+ delitem 526,1;
+ delitem 7270,1;
+ delitem 941,1;
+ delitem 10004,1;
+ getitem 5110,1;
+ close;
+ }
+ switch( select( "What do you need?", "Sorry, kid..." ) )
+ {
+ case 1:
+ mes "[Kid]";
+ mes "Well, my mom has been";
+ mes "sick recently, so both of";
+ mes "us haven't been able to eat";
+ mes "for the past few days. But";
+ mes "if she doesn't eat, how does";
+ mes "she expect to get better?";
+ emotion e_sob;
+ next;
+ mes "[Kid]";
+ mes "So I guess what I'm";
+ mes "asking is, would you be";
+ mes "able to spare some food?";
+ next;
+ switch( select( "Help him.", "Refuse to help." ) )
+ {
+ case 1:
+ if(!countitem(526))
+ {
+ mes "[Kid]";
+ mes "If you would, do you think";
+ mes "you can get some Royal Jelly";
+ mes "that I can give to my mom? The old lady next door says that it's";
+ mes "really nutritious and helps you get better faster if you're sick.";
+ next;
+ mes "[Kid]";
+ mes "My mom would be mad";
+ mes "at me if she found out";
+ mes "I was begging for it, but";
+ mes "Royal Jelly is too expensive";
+ mes "for me to get without any help!";
+ close;
+ }
+ mes "[Kid]";
+ mes "Oh, would it be alright";
+ mes "if I have this Royal Jelly?";
+ mes "It would really help my mom";
+ mes "feel better. Thanks so much~";
+ delitem 526,1;
+ next;
+ mes "[Kid]";
+ mes "Hey, to pay you back, why";
+ mes "don't I make a Baby Pacifier";
+ mes "for you? I learned how to make";
+ mes "one when my baby brother was";
+ mes "born. But first, I'll need some";
+ mes "materials to put it together...";
+ next;
+ mes "[Kid]";
+ mes "Would you";
+ mes "please bring";
+ mes "^3131FF1 Nursing Bottle^000000,";
+ mes "^3131FF1 Nose Ring^000000 and";
+ mes "^3131FF1 Pacifier^000000? Oh, and one";
+ mes "more ^3131FFRoyal Jelly^000000 for me~";
+ close;
+ case 2:
+ mes "[Kid]";
+ mes "Oh... Um, that's";
+ mes "alright. Maybe I was";
+ mes "asking too much from";
+ mes "you. I mean, it's true";
+ mes "that you barely know me...";
+ emotion e_sob;
+ close;
+ }
+ case 2:
+ mes "[Kid]";
+ mes "Th-that's okay.";
+ mes "I guess you must";
+ mes "be so busy that you";
+ mes "don't even have the";
+ mes "time to listen to some";
+ mes "little boy's problems...";
+ emotion e_sob;
+ close;
+ }
+}
+
+einbech,70,222,5 script Metelle#LhzHat 91,{
+ if(countitem(983) && countitem(7267) > 998 && countitem(749) && Zeny > 49999)
+ {
+ mes "[Metelle]";
+ mes "Oh, hello, what's this?";
+ mes "You're carrying 1 Black";
+ mes "Dyestuffs, 1 Frozen Rose,";
+ mes "999 Tiger Panties and even";
+ mes "50,000 zeny with you. That's";
+ mes "enough to make a Winter Hat...";
+ next;
+ mes "[Metelle]";
+ mes "Um, would you mind letting";
+ mes "me have those items so that";
+ mes "I can make a Winter Hat?";
+ mes "I'd never be able to gather";
+ mes "those things on my own...";
+ next;
+ switch( select( "Let her have the items.", "Don't give her the items." ) )
+ {
+ case 1:
+ mes "[Metelle]";
+ mes "Oh, thank you so much!";
+ mes "I've always wanted to make";
+ mes "this hat and try it on, even";
+ mes "if it's just once. But don't";
+ mes "worry, I'll give it to you~";
+ mes "Now please next; a moment...";
+ next;
+ mes "[Metelle]";
+ mes "Let's see...";
+ mes "I've got to fold";
+ mes "the rose like this...";
+ mes "Be careful with the dye...";
+ mes "Where did I put all those";
+ mes "pan--Oh, here we are.";
+ next;
+ mes "[Metelle]";
+ mes "^333333*Whew!*^000000";
+ mes "Finally, it's done!";
+ mes "Now, if you don't mind,";
+ mes "let me try this hat on";
+ mes "for just a little while.";
+ delitem 983,1;
+ delitem 7267,999;
+ delitem 749,1;
+ set Zeny,Zeny - 50000;
+ getitem 5115,1;
+ next;
+ mes "...";
+ mes "......";
+ next;
+ mes "[Metelle]";
+ mes "Ahhhhhh~";
+ mes "It just feels...";
+ mes "I felt so free~";
+ mes "It was everything";
+ mes "I imagined it to be.";
+ next;
+ mes "[Metelle]";
+ mes "Here, please take";
+ mes "this Winter Hat. I really";
+ mes "hope that you'll enjoy it";
+ mes "as much as I do. Well then,";
+ mes "be safe in your travels, okay?";
+ close;
+ case 2:
+ mes "[Metelle]";
+ mes "I'm sorry, I know that";
+ mes "I was asking a pretty big";
+ mes "favor from someone I just";
+ mes "met. I hope you understand";
+ mes "how much I really want to";
+ mes "make that Winter Hat...";
+ close;
+ }
+ }
+ mes "[Metelle]";
+ mes "Look at that blue";
+ mes "sky. Don't you wish";
+ mes "you could just soar";
+ mes "through the heavens";
+ mes "with your own wings?";
+ next;
+ mes "[Metelle]";
+ mes "Of course, it's an";
+ mes "impossible dream,";
+ mes "but with this Winter Hat,";
+ mes "you can at least enjoy the";
+ mes "sensation of freedom that";
+ mes "a bird in flight must feel.";
+ next;
+ mes "[Metelle]";
+ mes "If you would like";
+ mes "a hat like this, I would";
+ mes "need to have some items";
+ mes "that I don't think I can ever";
+ mes "obtain on my very own.";
+ next;
+ mes "[Metelle]";
+ mes "^FF00001 Black Dyestuffs^000000,";
+ mes "^FF0000999 Tiger Panties^000000,";
+ mes "^FF00001 Frozen Rose^000000 and";
+ mes "^FF000050,000 zeny^000000. If you can";
+ mes "bring those to me, I shall";
+ mes "make you a Winter Hat.";
+ close;
+
+}
+
+lhz_in02,91,38,5 script Margaret Mary#LhzHat 90,{
+
+ mes "[Margaret Mary]";
+ mes "The white rose, in its";
+ mes "purity and simplicity, is";
+ mes "like a woman who doesn't";
+ mes "need jewels or fancy dresses";
+ mes "to look noble and beautiful. It's the perfect gift for a lady.";
+ next;
+ switch( select( "Make a Mystic Rose.", "End Conversation." ) )
+ {
+ case 1:
+ if(countitem(731) > 9 && countitem(748) > 2 && countitem(982) && Zeny > 49999)
+ {
+ mes "[Margaret Mary]";
+ mes "Ah, I see that you've brought";
+ mes "what I need to bleach the blood";
+ mes "red hue from these Witherless";
+ mes "Roses and adorn these flowers";
+ mes "with eternal elegance. May I use these items to make a Mystic Rose?";
+ next;
+ switch( select( "Yes", "No" ) )
+ {
+ case 1:
+ mes "[Margaret Mary]";
+ mes "Thank you. Please";
+ mes "next; a moment while";
+ mes "I concentrate in order to";
+ mes "preserve the natural beauty";
+ mes "of these gorgeous flowers...";
+ next;
+ mes "[Margaret Mary]";
+ mes "The rose truly is the";
+ mes "undisputed queen of all";
+ mes "flowers. All other flora must";
+ mes "humbly bow to its regal beauty.";
+ next;
+ mes "...";
+ mes "......";
+ next;
+ mes "...";
+ mes "......";
+ mes ".........";
+ next;
+ mes "[Margaret Mary]";
+ mes "There, it is finished.";
+ mes "Please remember to wear";
+ mes "your hair in an elegant and";
+ mes "refined manner when wearing";
+ mes "the Mystic Rose so as not to disgrace these beautiful flowers.";
+ delitem 731,10;
+ delitem 748,3;
+ delitem 982,1;
+ set Zeny,Zeny - 50000;
+ getitem 5117,1;
+ close;
+
+ case 2:
+ mes "[Margaret Mary]";
+ mes "White roses with thorns";
+ mes "makes my heart beat with";
+ mes "unceasing trepidation. What";
+ mes "if I prick my finger and shed";
+ mes "blood on its snow white petals?";
+ close;
+ }
+ }
+ mes "[Margaret Mary]";
+ mes "I love roses, but it makes";
+ mes "me sad that their beauty";
+ mes "fades far too soon. And so,";
+ mes "I've found a way to preserve";
+ mes "the beauty of the roses, so";
+ mes "that it lasts for all eternity.";
+ next;
+ mes "[Margaret Mary]";
+ mes "Do you love roses as well?";
+ mes "If you like, I can make a";
+ mes "^3131FFMystic Rose^000000 that you can wear";
+ mes "upon your crown. It's not easy";
+ mes "for me to create, but I believe that you would enjoy it greatly.";
+ next;
+ mes "[Margaret Mary]";
+ mes "Please bring me";
+ mes "^3131FF10 2 Carat Diamonds^000000,";
+ mes "^3131FF3 Witherless Roses^000000,";
+ mes "^3131FF1 White Dyestuffs^000000 and";
+ mes "^3131FF50,000 zeny^000000 if you would";
+ mes "like to have a Mystic Rose.";
+ close;
+
+ case 2:
+ mes "[Margaret Mary]";
+ mes "White roses with thorns";
+ mes "makes my heart beat with";
+ mes "unceasing trepidation. What";
+ mes "if I prick my finger and shed";
+ mes "blood on its snow white petals?";
+ close;
+ }
+
+}
+
+lighthalzen,182,89,0 script Relaxed-Looking Lady 91,{
+ if(LHZBTQ == 0)
+ {
+ mes "[Relaxed-Looking Lady]";
+ mes "Hmmm...?";
+ mes "What? Did you";
+ mes "need something?";
+ next;
+ switch( select( "N-Nothing.", "Um, you look so relaxed." ) )
+ {
+ case 1:
+ mes "[Relaxed-Looking Lady]";
+ mes "Huh.";
+ mes "Alright then.";
+ mes "Well, try not to stare";
+ mes "at people so much.";
+ close;
+ case 2:
+ mes "[Relaxed-Looking Lady]";
+ mes "Really? You are probably";
+ mes "the twentieth person to";
+ mes "tell me that today. Mmm.";
+ mes "That's strange, isn't it?";
+ next;
+ select("I guess.","It's not strange at all.");
+ mes "[Relaxed-Looking Lady]";
+ mes "Oh yeah.";
+ mes "What's your name?";
+ mes "That is, if you don't";
+ mes "mind me asking you.";
+ next;
+ mes "[" + strcharinfo(0) + "]";
+ mes "My name is " + strcharinfo(0) + "";
+ mes "and I'm an adventurer~";
+ next;
+ mes "[Achiha]";
+ mes "Oh, one of those?";
+ mes "My name is Achiha, nice";
+ mes "to meet you. I don't really";
+ mes "do much of anything.";
+ mes "Just sit. Relax.";
+ set LHZBTQ,1;
+ emotion e_heh;
+ next;
+ mes "[Achiha]";
+ mes "I do have a hobby,";
+ mes "though. Once in a while,";
+ mes "I'll sew a hat. Do you think";
+ mes "an adventurer like you would";
+ mes "want to have a hat I made?";
+ next;
+ switch( select( "Er, I dunno.", "Sure." ) )
+ {
+ case 1:
+ mes "[Achiha]";
+ mes "Mm. I mean, the";
+ mes "Red Bonnets I make";
+ mes "might not be sturdy";
+ mes "enough for battles.";
+ mes "But what about those";
+ mes "fish and cake hats?";
+ next;
+ mes "[Achiha]";
+ mes "Hats...?";
+ mes "That look like";
+ mes "fish or cake? Mm.";
+ mes "Haha. I just got it.";
+ mes "That's, that's funny.";
+ close;
+ case 2:
+ mes "[Achiha]";
+ mes "Really? Well, I can sew";
+ mes "together a ^0000FFRed Bonnet^000000.";
+ mes "It reminds most people";
+ mes "of a baby's bonnet, but";
+ mes "it does look good on";
+ mes "most people I know.";
+ next;
+ mes "[Achiha]";
+ mes "Um, did you want me";
+ mes "to make you one? I can";
+ mes "go ahead and do it if you";
+ mes "bring me some materials.";
+ mes "Since it's just for fun,";
+ mes "I won't ask for too much.";
+ next;
+ mes "[Achiha]";
+ mes "Just bring";
+ mes "^0000FF1 Green Lace^000000,";
+ mes "^0000FF1 Silk Ribbon^000000,";
+ mes "^0000FF1 Scarlet Dyestuffs^000000,";
+ mes "^0000FF1 Sunday Hat^000000 and";
+ mes "^0000FF50,000 zeny^000000.";
+ next;
+ mes "[Achiha]";
+ mes "I think I'm going";
+ mes "to just sit and relax";
+ mes "a little bit longer. But";
+ mes "if you want me to make";
+ mes "a hat for you, come back";
+ mes "with those materials, okay?";
+ set LHZBTQ,2;
+ close;
+ }
+ }
+ }
+ else if(LHZBTQ == 1)
+ {
+ mes "[Achiha]";
+ mes "Oh, hello.";
+ mes "Isn't it such a nice,";
+ mes "quiet, pleasant day?";
+ next;
+ switch( select( "Indeed.", "Would you please make a hat for me?" ) )
+ {
+ case 1:
+ mes "[Achiha]";
+ mes "Yeah. Today would";
+ mes "be a nice day for a";
+ mes "picnic or a long stroll.";
+ mes "But all I want to do is";
+ mes "just sit and relax...";
+ close;
+ case 2:
+ mes "[Achiha]";
+ mes "What are you talking";
+ mes "about? Oh, you mean the";
+ mes "Red Bonnet? Well, I guess";
+ mes "I can make one. But I think";
+ mes "I need some materials first.";
+ next;
+ mes "[Achiha]";
+ mes "^0000FF1 Green Lace^000000,";
+ mes "^0000FF1 Silk Ribbon^000000,";
+ mes "^0000FF1 Scarlet Dyestuffs^000000,";
+ mes "^0000FF1 Sunday Hat^000000 and";
+ mes "^0000FF50,000 zeny^000000.";
+ mes "That's what I need.";
+ next;
+ mes "[Achiha]";
+ mes "Oh, but I don't";
+ mes "feel like making it";
+ mes "right now. I'm soooo";
+ mes "tired. Let me just sit,";
+ mes "relax, even if it's just";
+ mes "a little while longer...";
+ set LHZBTQ,2;
+ close;
+ }
+ }
+ else if(LHZBTQ == 2)
+ {
+ mes "[Achiha]";
+ mes "Oh, good, you're here.";
+ mes "I've been waiting for you.";
+ mes "Did you bring everything that";
+ mes "you need to make a ^0000FFRed Bonnet^000000?";
+ next;
+ switch( select( "Yes.", "I forgot what I need." ) )
+ {
+ case 1:
+ if(countitem(10015) < 1 || countitem(10007) < 1 || countitem(975) < 1 || countitem(5032) < 1 || Zeny < 50000)
+ {
+ mes "[Achiha]";
+ mes "Uh oh.";
+ mes "You forgot";
+ mes "a couple things.";
+ mes "Would you like me";
+ mes "to remind you what";
+ mes "you need to bring?";
+ next;
+ mes "[Achiha]";
+ mes "^0000FF1 Green Lace^000000,";
+ mes "^0000FF1 Silk Ribbon^000000,";
+ mes "^0000FF1 Scarlet Dyestuffs^000000,";
+ mes "^0000FF1 Sunday Hat^000000 and";
+ mes "^0000FF50,000 zeny^000000. Come back";
+ mes "when you're ready, okay?";
+ close;
+ }
+ mes "[Achiha]";
+ mes "Oh, you brought";
+ mes "everything. That's";
+ mes "good. Okay, just give";
+ mes "it to me. Um, let's see.";
+ next;
+ mes "[Achiha]";
+ mes "Well, I'm finished.";
+ mes "^333333*Yawn*^000000 And now I'm";
+ mes "even more tired. Here,";
+ mes "take this Red Bonnet.";
+ mes "I hope you like it~";
+ mes "I think I'll relax now...";
+ delitem 10015,1;
+ delitem 10007,1;
+ delitem 975,1;
+ delitem 5032,1;
+ set Zeny,Zeny - 50000;
+ getitem 5109,1;
+ set LHZBTQ,3;
+ next;
+ mes "[Achiha]";
+ mes "I hope you will enjoy the hat~";
+ close;
+ case 2:
+ mes "[Achiha]";
+ mes "Oh, you really";
+ mes "forgot? Oh dear,";
+ mes "let me try to remember.";
+ mes "I didn't forget too, did I?";
+ mes "Oh next;, I remember now...";
+ next;
+ mes "[Achiha]";
+ mes "^0000FF1 Green Lace^000000,";
+ mes "^0000FF1 Silk Ribbon^000000,";
+ mes "^0000FF1 Scarlet Dyestuffs^000000,";
+ mes "^0000FF1 Sunday Hat^000000 and";
+ mes "^0000FF50,000 zeny^000000. Come back";
+ mes "when you're ready, okay?";
+ close;
+ }
+ }
+ else if(LHZBTQ == 3)
+ {
+ mes "[Achiha]";
+ mes "Oh, I remember you.";
+ mes "You're the adventurer";
+ mes "who likes my Red Bonnets";
+ mes "so much. Did you want me";
+ mes "to make another one for you?";
+ next;
+ switch( select( "Yes.", "I forgot what I need." ) )
+ {
+ case 1:
+ if(countitem(10015) < 1 || countitem(10007) < 1 || countitem(975) < 1 || countitem(5032) < 1 || Zeny < 50000)
+ {
+ mes "[Achiha]";
+ mes "Uh oh.";
+ mes "You forgot";
+ mes "a couple things.";
+ mes "Would you like me";
+ mes "to remind you what";
+ mes "you need to bring?";
+ next;
+ mes "[Achiha]";
+ mes "^0000FF1 Green Lace^000000,";
+ mes "^0000FF1 Silk Ribbon^000000,";
+ mes "^0000FF1 Scarlet Dyestuffs^000000,";
+ mes "^0000FF1 Sunday Hat^000000 and";
+ mes "^0000FF50,000 zeny^000000. Come back";
+ mes "when you're ready, okay?";
+ close;
+ }
+ mes "[Achiha]";
+ mes "Oh, you brought";
+ mes "everything. That's";
+ mes "good. Okay, just give";
+ mes "it to me. Um, let's see.";
+ next;
+ mes "[Achiha]";
+ mes "Well, I'm finished.";
+ mes "^333333*Yawn*^000000 And now I'm";
+ mes "even more tired. Here,";
+ mes "take this Red Bonnet.";
+ mes "I hope you like it~";
+ mes "I think I'll relax now...";
+ delitem 10015,1;
+ delitem 10007,1;
+ delitem 975,1;
+ delitem 5032,1;
+ set Zeny,Zeny - 50000;
+ getitem 5109,1;
+ next;
+ mes "[Achiha]";
+ mes "I hope you will enjoy the hat~";
+ close;
+ case 2:
+ mes "[Achiha]";
+ mes "Oh, you really";
+ mes "forgot? Oh dear,";
+ mes "let me try to remember.";
+ mes "I didn't forget too, did I?";
+ mes "Oh next;, I remember now...";
+ next;
+ mes "[Achiha]";
+ mes "^0000FF1 Green Lace^000000,";
+ mes "^0000FF1 Silk Ribbon^000000,";
+ mes "^0000FF1 Scarlet Dyestuffs^000000,";
+ mes "^0000FF1 Sunday Hat^000000 and";
+ mes "^0000FF50,000 zeny^000000. Come back";
+ mes "when you're ready, okay?";
+ close;
+ }
+ }
+}
+
+gl_prison1,137,138,5 script Zealotus#LhzHat 1200,{
+ if(ZLMASKQ == 0)
+ {
+ mes "[Zealotus]";
+ mes "Kneel, worm!";
+ mes "As ruler of this";
+ mes "Underground Prison,";
+ mes "I command all who step";
+ mes "into my private realm!";
+ next;
+ mes "[Zealotus]";
+ mes "Resist, and you shall be";
+ mes "punished! Grovel and kiss";
+ mes "my feet, and perhaps you";
+ mes "might be spared. Hohohohoho!";
+ next;
+ switch( select( "Oh, your highness!", "Whatever." ) )
+ {
+ case 1:
+ mes "[Zealotus]";
+ mes "The submissive woman is";
+ mes "nothing but an ideal dream";
+ mes "for the arrogant male! A true";
+ mes "woman revels in her power to";
+ mes "have her man do her bidding!";
+ next;
+ switch( select( "Yes, it's so true!", "Boooo!" ) )
+ {
+ case 1:
+ mes "[Zealotus]";
+ mes "However, in my lust for power, I may have inadventently crushed";
+ mes "the spirits of my beloved a little too harshly. His pride crumbled,";
+ mes "my man even cowers in front of the humans! It pains me to see it.";
+ next;
+ mes "[Zealotus]";
+ mes "It is beneath me to ask";
+ mes "this of you, but it will take";
+ mes "a human like you to make";
+ mes "him remember who he truly is,";
+ mes "a proud creature of darkness";
+ mes "who should fear only me!";
+ next;
+ mes "[Zealotus]";
+ mes "Human. I offer you a small";
+ mes "share of my power if you can";
+ mes "take the pathetic, weeping lump";
+ mes "of monster crying in the corner";
+ mes "of this prison and make him";
+ mes "realize his true nature.";
+ set ZLMASKQ,1;
+ close;
+ case 2:
+ mes "[Zealotus]";
+ mes "You dirty, dirty human...";
+ mes "How dare you have an ";
+ mes "opinion different than mine!";
+ mes "No matter. The day will come";
+ mes "when all of your race shall";
+ mes "address me only as \"queen.\"";
+ close;
+ }
+ case 2:
+ mes "[Zealotus]";
+ mes "Mortal simpleton!";
+ mes "Bah! The mocking of";
+ mes "a boorish cur is worthless";
+ mes "to me. I have all the time in";
+ mes "the world to grind your pride";
+ mes "to dust beneath my heels.";
+ close;
+ }
+ }
+ else if(ZLMASKQ > 0 && ZLMASKQ < 6)
+ {
+ mes "[Zealotus]";
+ mes "Hm. If my beloved is";
+ mes "acting stubborn or refuses";
+ mes "to listen, feel free to take";
+ mes "drastic measures. Just think";
+ mes "of what I would do in your";
+ mes "place. Ohohohohoho~!";
+ close;
+ }
+ else if(ZLMASKQ == 6)
+ {
+ mes "[Zealotus]";
+ mes "Ooh, you're back.";
+ mes "Phendark is certainly";
+ mes "back to his old self again,";
+ mes "thanks to your efforts, human.";
+ mes "Yes, his anger, his courage";
+ mes "and passion are all restored~";
+ next;
+ mes "[Zealotus]";
+ mes "As I promised, I shall";
+ mes "grant you a share of my";
+ mes "power. However, I will need";
+ mes "some items to form this minor";
+ mes "contract between you and me.";
+ next;
+ mes "[Zealotus]";
+ mes "I will need";
+ mes "^3131FF1 Cat's Eye^000000,";
+ mes "^3131FF1 Forbidden Red Candle^000000 and";
+ mes "^3131FF30 Worn-Out Magic Scrolls^000000.";
+ mes "Then, I can grant you a measure";
+ mes "of my power as I've promised.";
+ set ZLMASKQ,7;
+ close;
+ }
+ else if(ZLMASKQ == 7)
+ {
+ if(countitem(7263) && countitem(660) && countitem(7099) > 29)
+ {
+ mes "[Zealotus]";
+ mes "I see that you have";
+ mes "brought what I need to";
+ mes "complete the contract";
+ mes "between you and me,";
+ mes "human. Let's begin...";
+ next;
+ mes "^3355FFZealotus takes the red";
+ mes "candle you've given her and";
+ mes "drips the wax into her open";
+ mes "palm. The Cat's Eye begins";
+ mes "to glow with an eerie light.^000000";
+ next;
+ mes "[Zealotus]";
+ mes "Now, place your index";
+ mes "finger into my palm so";
+ mes "that we may complete the";
+ mes "final step of this contract...";
+ next;
+ switch( select( "Don't complete the contract.", "Complete the contract." ) )
+ {
+ case 1:
+ mes "[Zealotus]";
+ mes "Hm? What are you";
+ mes "afraid of? This is a";
+ mes "minor contract, so";
+ mes "you are not selling me";
+ mes "your soul, or anything";
+ mes "else for that matter.";
+ close;
+ case 2:
+ mes "[Zealotus]";
+ mes "I, Zealotus, as ruler";
+ mes "of this realm, seal this";
+ mes "eternal contract with this";
+ mes "Forbidden Red Candle.";
+ next;
+ mes "[Zealotus]";
+ mes "" + strcharinfo(0) + " will";
+ mes "forever have a share";
+ mes "in my power. Those that";
+ mes "bow to me must also bow";
+ mes "to " + strcharinfo(0) + ". It shall be done.";
+ specialeffect EF_DEVIL;
+ specialeffect EF_POISONHIT;
+ next;
+ mes "[Zealotus]";
+ mes "Human, take this";
+ mes "mask with you as an";
+ mes "everlasting token of our";
+ mes "contract. So long as you";
+ mes "carry this, I will be at your";
+ mes "side. So says Zealotus!";
+ delitem 7263,1;
+ delitem 660,1;
+ delitem 7099,30;
+ getnameditem 5121,strcharinfo(0);
+ set ZLMASKQ,8;
+ close;
+ }
+ }
+ mes "[Zealotus]";
+ mes "I will need";
+ mes "^3131FF1 Cat's Eye^000000,";
+ mes "^3131FF1 Forbidden Red Candle^000000 and";
+ mes "^3131FF30 Worn-Out Magic Scrolls^000000.";
+ mes "Then, I can grant you a measure";
+ mes "of my power as I've promised.";
+ close;
+ }
+ else if(ZLMASKQ == 8)
+ {
+ mes "[Zealotus]";
+ mes "Ah, I greet you in";
+ mes "peace, human. Behold,";
+ mes "the splendor of our realm!";
+ mes "Though, I do not blame you";
+ mes "if you have no interest in";
+ mes "commanding these Injustices...";
+ next;
+ mes "[Zealotus]";
+ mes "Thanks to your help,";
+ mes "my Phendark has returned";
+ mes "to his old, monstrously";
+ mes "passionate ways. Now I can";
+ mes "show him the stinging love";
+ mes "of my whip! Hohohohohoho!";
+ emotion e_kis;
+ close;
+ }
+
+}
+
+gl_prison1,97,104,1 script Phendark#LhzHat 1202,{
+ if(ZLMASKQ == 0)
+ {
+ mes "[Phendark]";
+ mes "Huh? Oh no!";
+ mes "Another h-human?!";
+ mes "P-please! S-stay away,";
+ mes "don't come near me!";
+ close;
+ }
+ else if(ZLMASKQ == 1)
+ {
+ mes "[Phendark]";
+ mes "Huh? Oh no!";
+ mes "Another h-human?!";
+ mes "P-please! S-stay away,";
+ mes "don't come near me!";
+ next;
+ mes "[Phendark]";
+ mes "I... I swear!";
+ mes "I'm not carrying any";
+ mes "rare items or stuff you";
+ mes "can wear, so please don't";
+ mes "beat me! I... Oh my god, you";
+ mes "don't believe me, don't you?";
+ next;
+ mes "[Phendark]";
+ mes "You humans never leave";
+ mes "me alone! Why do you have";
+ mes "to bully me like this?! I'm";
+ mes "honestly not carrying anything";
+ mes "of value! Z-Zealotus, please!";
+ mes "Zealotus, heeeeeelp me~!";
+ emotion e_sob;
+
+ if(!(
+ countitem(1950) || countitem(1951) || countitem(1952) ||
+ countitem(1953) || countitem(1954) || countitem(1955) ||
+ countitem(1956) || countitem(1957) || countitem(1958) ||
+ countitem(1959) || countitem(1960) || countitem(1961) ||
+ countitem(1962) || countitem(1963) || countitem(1964) ||
+ countitem(1965) || countitem(1966) || countitem(1967) ||
+ countitem(1968) || countitem(1969) || countitem(1970) ||
+ countitem(1971)
+ ))
+ close; // no whip equipped or in inventory
+
+ next;
+ mes "[" + strcharinfo(0) + "]";
+ mes "You're pathetic!";
+ mes "Aren't you supposed";
+ mes "to be a monster? You know";
+ mes "what Zealotus would do if";
+ mes "she were actually here?";
+ next;
+ mes "[Phendark]";
+ mes "^333333*Sniff...*^000000";
+ mes "P-probably...";
+ mes "Probably whip me.";
+ next;
+ mes "^3355FFYou nonchalantly^000000";
+ mes "^3355FFbrandish your Whip.^000000";
+ next;
+ mes "[" + strcharinfo(0) + "]";
+ mes "That's right.";
+ next;
+ mes "^3355FF*Snap!*";
+ mes "*Snap!*";
+ mes "*Crack crack crack!*";
+ mes "*Snap snap snap crack!*^000000";
+ next;
+ mes "[Phendark]";
+ mes "Oh! That stinging pain";
+ mes "that burns with bloodlust!";
+ mes "It's almost as good as";
+ mes "Zealtos's whip of love!";
+ next;
+ mes "[Phendark]";
+ mes "Zealotus...";
+ mes "She must be pissed";
+ mes "at me, but I just can't";
+ mes "stop being afraid of all";
+ mes "you humans! Damn it all!";
+ set ZLMASKQ,2;
+ close;
+ }
+ else if(ZLMASKQ == 2 || ZLMASKQ == 3)
+ {
+ if(countitem(7315) > 368 && ZLMASKQ == 3)
+ {
+ mes "[Phendark]";
+ mes "Y-you again!";
+ mes "Why do you hound me?!";
+ mes "Th-there's nothing I can";
+ mes "give you, so please don't";
+ mes "hurt me! Oh, oh p-please...!";
+ emotion e_swt2;
+ next;
+ switch( select( "Feed him Dark Crystal Fragment.", "Threaten him." ) )
+ {
+ case 1:
+ mes "[Phendark]";
+ mes "What...? You want";
+ mes "me to eat these?";
+ mes "It doesn't seem natural,";
+ mes "but if Rybio says I should,";
+ mes "it might not be that bad.";
+ next;
+ mes "...";
+ mes "......";
+ next;
+ mes "[Phendark]";
+ mes "What's supposed to";
+ mes "happen now? My inner";
+ mes "demon is supposed to";
+ mes "awaken by eating these?";
+ mes "That sounds ridiculous!";
+ mes "Though, I did just eat crystal.";
+ next;
+ mes "[Phendark]";
+ mes "Wh-whoa. Ugh!";
+ mes "My chest! Something's";
+ mes "burning inside! I c-can't--!";
+ mes "Can't think straight... I'm...";
+ mes "Slowly... Losing my humanity!";
+ next;
+ mes "[Phendark]";
+ mes "Huh... Huuurg--!";
+ mes "Huk-huk! Heeeeh!";
+ mes "Heeeeeh! Waaoooooh!";
+ next;
+ mes "[Phendark]";
+ mes "...";
+ mes "Grrrrr...!";
+ next;
+ mes "[Phendark]";
+ mes "^333333*Pant pant*^000000";
+ mes "What... just...";
+ mes "What happened?";
+ set ZLMASKQ,4;
+ delitem 7315,369;
+ close;
+ case 2:
+ mes "[" + strcharinfo(0) + "]";
+ mes "So what happens";
+ mes "if I don't decide not";
+ mes "to hurt you? Whatcha";
+ mes "gonna do then, huh?";
+ next;
+ mes "...";
+ mes "......";
+ next;
+ mes "[Phendark]";
+ mes "S-stop it!";
+ mes "Just--Just stop it!";
+ close;
+ }
+ }
+ mes "[Phendark]";
+ mes "Humans...";
+ mes "They're everywhere!";
+ mes "You guys--I can't...";
+ mes "You're torturing me!";
+ emotion e_sob;
+ close;
+ }
+ else if(ZLMASKQ == 4)
+ {
+ mes "[Phendark]";
+ mes "My chest was on fire,";
+ mes "like I was, I dunno,";
+ mes "burning with anger or";
+ mes "something. It's gone";
+ mes "now, but what were";
+ mes "those crystals?";
+ close;
+ }
+ else if(ZLMASKQ == 5)
+ {
+ mes "[Phendark]";
+ mes "You again? Oh no,";
+ mes "you're not going to hurt";
+ mes "me or make me eat those";
+ mes "weird crystals again, are you?";
+ next;
+ mes "^3131FF[" + strcharinfo(0) + "]^000000";
+ switch( select( "Rybio", "Injustice", "Zealotus" ) )
+ {
+ case 1:
+ mes "Rybio";
+ break;
+ case 2:
+ mes "Injustice";
+ break;
+ case 3:
+ mes "Zealotus";
+ set .@phen_point,.@phen_point+1;
+ break;
+ }
+ switch( select( "hates", "likes" ) )
+ {
+ case 1:
+ mes "hates";
+ set .@phen_point,.@phen_point+2;
+ break;
+ case 2:
+ mes "likes";
+ set .@phen_point,.@phen_point+1;
+ break;
+ }
+ switch( select( "Rybio.", "Injustice.", "Phendark.", "Zealotus." ) )
+ {
+ case 1:
+ mes "Rybio.";
+ break;
+ case 2:
+ mes "Injustice.";
+ break;
+ case 3:
+ mes "Phendark.";
+ set .@phen_point,.@phen_point+1;
+ break;
+ case 4:
+ mes "Zealotus.";
+ next;
+ }
+ if(.@phen_point == 1)
+ {
+ mes "[Phendark]";
+ mes "I don't think";
+ mes "congratulations are";
+ mes "in order, but I guess";
+ mes "that's good news to hear.";
+ mes "Still, what a surprise!";
+ close;
+ }
+ else if(.@phen_point == 2)
+ {
+ mes "[Phendark]";
+ mes "Hey...!";
+ mes "I don't know if";
+ mes "that's something";
+ mes "I want to hear about!";
+ }
+ else if(.@phen_point == 3)
+ {
+ mes "[Phendark]";
+ mes "I can't believe";
+ mes "something like that!";
+ mes "Oh, that doesn't matter.";
+ mes "Zealotus is too good for me.";
+ mes "I'm not even worthy of tasting";
+ mes "the sting of her Love Whip.";
+ emotion e_sob;
+ close;
+ }
+ else if(.@phen_point == 4)
+ {
+ mes "[Phendark]";
+ mes "...";
+ mes "......";
+ mes "Hates me?";
+ mes "N-no, that can't--";
+ mes "I didn't, that doesn't--";
+ next;
+ }
+ else
+ {
+ mes "[Phendark]";
+ mes "Huh...?";
+ mes "What is that";
+ mes "supposed to mean?";
+ close;
+ }
+
+ switch( select( "Insult him.", "Apologize." ) )
+ {
+ case 1:
+ mes "[" + strcharinfo(0) + "]";
+ mes "First of all,";
+ mes "what exactly sets";
+ mes "you apart from all the";
+ mes "other eligible monsters";
+ mes "that she can choose from?";
+ mes "Not like you're much better...";
+ next;
+ mes "[Phendark]";
+ mes "...";
+ mes "......";
+ next;
+ switch( select( "Break his pride.", "Tell him you were joking." ) )
+ {
+ case 1:
+ mes "^3131FF[" + strcharinfo(0) + "]^000000";
+ mes "I mean, there are guys";
+ mes "like Bloody Murderer out";
+ mes "there who are more evil";
+ mes "than you, and best of all,";
+ mes "not afraid of humans!";
+ next;
+ switch( select( "Go for the low blow.", "Try to salvage his confidence." ) )
+ {
+ case 1:
+ mes "[" + strcharinfo(0) + "]";
+ mes "You know, me and Zealotus";
+ mes "were actually talking about";
+ mes "you recently. She told me that";
+ mes "the sight of you makes her";
+ mes "feel sick! I mean, what kind";
+ mes "of monster is afraid of humans?";
+ next;
+ mes "[" + strcharinfo(0) + "]";
+ mes "Now you've reached the";
+ mes "point where even Injustice";
+ mes "is manlier than you now,";
+ mes "if you know what I mean!";
+ mes "Hahahahahahahahaha!";
+ next;
+ mes "[Phendark]";
+ mes "...";
+ mes "......";
+ next;
+ mes "[Phendark]";
+ mes "...";
+ mes "......";
+ mes ".........";
+ next;
+ mes "[Phendark]";
+ mes "...";
+ mes "......";
+ mes ".........";
+ mes "............";
+ next;
+ mes "[Phendark]";
+ mes "GRRRRRR!";
+ mes "THAT'S ENOUGH!";
+ emotion e_ag;
+ next;
+ mes "[Phendark]";
+ mes "I don't care who the";
+ mes "hell she is, I'm going";
+ mes "to see Zealotus and give";
+ mes "that tramp a piece of my";
+ mes "mind! Grrrr! She'll be sorry!";
+ set ZLMASKQ,6;
+ emotion e_an;
+ close;
+ case 2:
+ mes "^3131FF[" + strcharinfo(0) + "]^000000";
+ mes "But know that I think";
+ mes "about it, maybe you look";
+ mes "much tougher than that";
+ mes "Bloody Murderer guy.";
+ next;
+ mes "[Phendark]";
+ mes "*Sniff sniff*";
+ mes "You really think so?";
+ next;
+ mes "...";
+ mes "......";
+ next;
+ mes "[" + strcharinfo(0) + "]";
+ mes "...Yeeeeeah.";
+ close;
+ }
+ case 2:
+ mes "[" + strcharinfo(0) + "]";
+ mes "But now that I think";
+ mes "about it, you actually";
+ mes "are much better than all";
+ mes "those other monsters.";
+ mes "That stuff I said before?";
+ mes "I was just kidding you.";
+ next;
+ mes "[Phendark]";
+ mes "^333333*Sniff!*^000000";
+ mes "You're...";
+ mes "Not helping!";
+ close;
+ }
+ case 2:
+ mes "[" + strcharinfo(0) + "]";
+ mes "I...";
+ mes "I was just kidding!";
+ mes "How could she hate";
+ mes "somebody like you?";
+ next;
+ mes "[Phendark]";
+ mes "No... No.";
+ mes "You're right.";
+ mes "I don't deserve love.";
+ mes "Not from Zealotus or";
+ mes "from anybody else...";
+ close;
+ }
+ }
+ else if(ZLMASKQ > 5)
+ {
+ mes "[Phendark]";
+ mes "Zealotus! How dare";
+ mes "she say those things";
+ mes "against me! Less manly";
+ mes "than Injustice?! I'll just";
+ mes "have to prove her wrong!";
+ mes "Out the way, pithy human!";
+ close;
+ }
+}
+
+gl_prison1,100,48,5 script Rybio#LhzHat 1201,{
+ if(ZLMASKQ == 2)
+ {
+ mes "[Rybio]";
+ mes "You know, I usually just";
+ mes "run up and slash like crazy";
+ mes "once I see you humans, but";
+ mes "my heart's not in it today, so";
+ mes "I'm gonna give you just one";
+ mes "chance to run for your life.";
+ next;
+ switch( select( "Talk about Phendark.", "Run for your life." ) )
+ {
+ case 1:
+ mes "[Rybio]";
+ mes "What th--? You know the";
+ mes "same Phendark I know?";
+ mes "Dayam, that's weird. But";
+ mes "yeah, him and Zealotus have";
+ mes "some kind of... I dunno what";
+ mes "it is, actually. Um, love?";
+ next;
+ mes "[Rybio]";
+ mes "Anyway, Phendark has";
+ mes "been acting really weird";
+ mes "lately. I guess Zealotus";
+ mes "loved him to the point that";
+ mes "she abused him to the point";
+ mes "that he's scared of humans now.";
+ next;
+ mes "[Rybio]";
+ mes "Huh. You know what'd help?";
+ mes "Dark Crystal Fragments. It's";
+ mes "worthless to humans, but if";
+ mes "creatures of darkness eat it,";
+ mes "it brings out more of their";
+ mes "inner demon. Scary, huh?";
+ next;
+ mes "[Rybio]";
+ mes "Since Phendark's pretty big, and he's acting like a total wuss, you";
+ mes "you should probably get him to eat ^3131FF369 Dark Crystal Fragments^000000. Don't";
+ mes "worry, you should be able to find those all over Rune-Midgard.";
+ next;
+ mes "[Rybio]";
+ mes "I dunno why a human";
+ mes "like you would want to";
+ mes "help one of us out, though.";
+ mes "What's in it for you, exactly?";
+ set ZLMASKQ,3;
+ close;
+ case 2:
+ mes "[Rybio]";
+ mes "That's right!";
+ mes "Run, get outta here!";
+ mes "If you're not fast enough,";
+ mes "I might eat you, human!";
+ mes "...Well... Probably not.";
+ close;
+ }
+ }
+ else if(ZLMASKQ == 3)
+ {
+ mes "[Rybio]";
+ mes "I don't get why someone";
+ mes "like you, a seemingly heroic";
+ mes "adventurer, would want to help";
+ mes "out Phendark? Did Zealotus";
+ mes "blackmail you or something?";
+ next;
+ mes "[Rybio]";
+ mes "Well, you could";
+ mes "probably help him";
+ mes "by getting him to eat";
+ mes "^3131FF369 Dark Crystal Fragments^000000";
+ mes "to sort of stir up the demon";
+ mes "that sleeping within, you know?";
+ close;
+ }
+ else if(ZLMASKQ == 4)
+ {
+ mes "[Rybio]";
+ mes "Feeding him all of those";
+ mes "Dark Crystal Fragments didn't";
+ mes "work? But that was supposed";
+ mes "to be foolproof! Dayam, what";
+ mes "the hell happened to Phendark's";
+ mes "inner demon?! Man oh man...";
+ next;
+ mes "[Rybio]";
+ mes "Well, I don't know what";
+ mes "else you could try. I mean,";
+ mes "maybe you could try motivating";
+ mes "him. Reverse psychology?";
+ mes "It's weird talking about this";
+ mes "with a human. Hahahaha~";
+ set ZLMASKQ,5;
+ close;
+ }
+ else if(ZLMASKQ == 5)
+ {
+ mes "[Rybio]";
+ mes "Phendark sure looks";
+ mes "tough, but I guess even";
+ mes "he isn't totally evil. Yeah.";
+ mes "We monsters aren't all";
+ mes "bad... Just mostly bad.";
+ close;
+ }
+}
+
+airport,148,41,3 script Freight Manager#toast 852,{
+ mes "[Kirishu]";
+ mes "Oh man...";
+ mes "It's almost lunchtime,";
+ mes "but he hasn't come by";
+ mes "yet. Where could h--Oh!";
+ mes "Hello, welcome to Einbroch~";
+ next;
+ if (isequipped(5107) || countitem(5107)) {
+ mes "[Kirishu]";
+ mes "Wait a sec, that";
+ mes "Crunch Toast! You must";
+ mes "be the guy who helped out";
+ mes "my buddy, Kasis. I owe you";
+ mes "my gratitude since without your help, I wouldn't eat lunch!";
+ next;
+ mes "[Kirishu]";
+ mes "It sounds like Kasis";
+ mes "has been having business";
+ mes "troubles lately, but I'm sure";
+ mes "he'll weather it out. I just don't know what's taking him so long";
+ mes "to get here. I'm sooo hungry!";
+ close;
+ }
+ else {
+ mes "[Kirishu]";
+ mes "By any chance, are you";
+ mes "heading to Juno? I have";
+ mes "a favor to ask if you're";
+ mes "going there. Or did you";
+ mes "need help finding your";
+ mes "way around this city?";
+ next;
+ switch(select("Sure, I'm heading to Juno.","I need help finding my way around!","Cancel.")) {
+ case 1:
+ mes "[Kirishu]";
+ mes "Well, if you're going to";
+ mes "Juno and you're not busy,";
+ mes "would you visit a pastry";
+ mes "chef named Kasis for me?";
+ mes "He's an old friend and I'm";
+ mes "a little worried about him.";
+ next;
+ mes "[Kirishu]";
+ mes "Usually, he sends us";
+ mes "lunches around this time";
+ mes "without fail, but since lunch";
+ mes "hasn't arrived yet, I can't help but wonder, ''What happened?''";
+ next;
+ mes "[Kirishu]";
+ mes "Of course, I'd be lying if";
+ mes "I said my hunger didn't factor";
+ mes "into my concern for his welfare. Anyway, if you have the time,";
+ mes "you can find Kasis in Juno's";
+ mes "Bakery. Thanks, adventurer.";
+ close;
+ case 2:
+ mes "[Kirishu]";
+ mes "First of all, if you";
+ mes "go just outside of the";
+ mes "Airport, you can find";
+ mes "Guides that can tell you";
+ mes "about all the important";
+ mes "places of interest in Einbroch.";
+ next;
+ mes "[Kirishu]";
+ mes "Now, if you want to take";
+ mes "a rest before or after a";
+ mes "flight on one of the Airships,";
+ mes "you can use the passenger";
+ mes "lounge on the second floor.";
+ mes "It's a good tip to know~";
+ next;
+ mes "[Kirishu]";
+ mes "Did you have any";
+ mes "other questions to ask";
+ mes "me while you're here?";
+ next;
+ switch(select("Can I take a picture with you?","About Einbroch","No, thanks.")) {
+ case 1:
+ mes "[Kirishu]";
+ mes "Pardon me?";
+ mes "I don't hear that";
+ mes "request often, but";
+ mes "I suppose it couldn't";
+ mes "do any harm to pose";
+ mes "for just one picture.";
+ next;
+ cutin "ein_soldier.bmp",1;
+ mes "[Kirishu]";
+ mes "Cheese~";
+ close2;
+ cutin "",255;
+ end;
+ case 2:
+ mes "[Kirishu]";
+ mes "You know, it's hard to";
+ mes "believe that Einbroch has";
+ mes "become a major industrial";
+ mes "so quickly. I guess it's the";
+ mes "result of the demand for the";
+ mes "ores mined over in Einbech.";
+ next;
+ mes "[Kirishu]";
+ mes "Although Einbech and Einbroch";
+ mes "can't survive without each other, Einbech is in a pretty sorry state";
+ mes "compared to Einbroch. If you've";
+ mes "ever been there, you know what";
+ mes "I mean. It's almost tragic.";
+ next;
+ mes "[Kirishu]";
+ mes "Most of the prosperity of";
+ mes "this city is attributed to the";
+ mes "productivity of the factories.";
+ mes "But along with great wealth,";
+ mes "these factories have also";
+ mes "brought pollution problems.";
+ next;
+ mes "[Kirishu]";
+ mes "If you hear the";
+ mes "Smog Alert, you should";
+ mes "run to safety as quickly";
+ mes "as you can! It's dangerous";
+ mes "to be out in the open when";
+ mes "the pollution levels are high!";
+ close;
+ case 3:
+ mes "[Kirishu]";
+ mes "Well then, I hope";
+ mes "that you enjoy your";
+ mes "travels here in Einbroch.";
+ close;
+ }
+ case 3:
+ mes "[Kirishu]";
+ mes "Have a good time in";
+ mes "Einbroch, adventurer.";
+ mes "I hope you enjoy your";
+ mes "travels here in the";
+ mes "Schwaltzvalt Republic.";
+ close;
+ }
+ }
+}
diff --git a/npc/quests/newgears/2006_headgears.txt b/npc/quests/newgears/2006_headgears.txt
new file mode 100644
index 000000000..2d9fd8236
--- /dev/null
+++ b/npc/quests/newgears/2006_headgears.txt
@@ -0,0 +1,1133 @@
+//===== rAthena Script =======================================
+//= 2006 Headgear
+//===== By: ==================================================
+//= DiviniaRO members, cleaned by reddozen
+//===== Current Version: =====================================
+//= 1.4
+//===== Compatible With: =====================================
+//= rAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Censor Bar, Feather Beret, Valk. Helm, Hahoe Mask,
+//= Mythical Lion Mask, Bride Mask, Magistrate Hat and Ayam
+//===== Additional Comments: =================================
+//= NPC id's and dialog are custom, please replace
+//= 1.0a fixed typos, added missing names, more cleaned and
+//= standartized stuff a bit [Lupus]
+//= 1.0b fixed Helm of Valkyries ingredients
+//= 1.0c corrected item names according to item_db [Lupus]
+//= 1.1 Full update. EuRO (?) dialogs, and positions. [L0ne_W0lf]
+//= 1.2 Fixed bugs in the Hahoe/Lion/Bride Mask NPC. [L0ne_W0lf]
+//= Fixed some of the names to iRO.
+//= 1.3 Fixed some color code bugs in Ghenirhemin. Thanks to yyCC. [L0ne_W0lf]
+//= 1.3a Fixed wrong item names (due to copy/paste) [Lupus]
+//= 1.4 Chungwolmang now checks if the last item set should be deleted. (bugreport:4719) [L0ne_W0lf]
+//============================================================
+
+//===================== Censor Bar =====================================================
+rachel,91,273,8 script ? 930,{
+ if (countitem(983) > 0 && countitem(7111) > 99 && countitem(938) > 98 && Zeny > 99999) {
+ mes "[?]";
+ mes "Giggle giggle...isn't it my partner, eh?";
+ mes "So, did you bring everything that I asked?";
+ mes "Great, now I can make the item which will help you";
+ mes "to cover your identity! Giggle giggle...";
+ next;
+ mes "- Bzzz Bzzz Click Click -";
+ mes "- Fumble Fumble Fumble Fumble -";
+ mes "- Bzzz Bzzz Click Click -";
+ mes "- Fumble Fumble Fumble Fumble -";
+ next;
+ mes "[?]";
+ mes "...Hey, don't look over my shoulder.";
+ mes "I don't want to share";
+ mes "my business secret with you, you know?";
+ next;
+ mes "- Bzzz Bzzz Click Click -";
+ mes "- Fumble Fumble Fumble Fumble -";
+ mes "- Bzzz Bzzz Click Click -";
+ mes "- Fumble Fumble Fumble Fumble -";
+ next;
+ delitem 983,1; //Black_Dyestuffs
+ delitem 7111,100; //Smooth_Paper
+ delitem 938,99; //Sticky_Mucus
+ set Zeny,Zeny-100000;
+ getitem 5175,1; //Anonimity_Request
+ mes "[?]";
+ mes "Phew...it's done. Well, it was not that difficult to make, but...";
+ mes "Giggle giggle, what is important is that";
+ mes "now you can hide your identity. Now, take this.";
+ mes "Hopefully, this mask will help you";
+ mes "to avoid encountering your enemies. Ahahaha!";
+ close;
+ }
+ mes "[?]";
+ mes "...No way! Don't you dare to find out about me!";
+ mes "Don't you even speak to me!";
+ mes "Shushhh! Don't let my enemy know where I am!";
+ next;
+ mes "[?]";
+ mes "Err? You are a my kind person.";
+ mes "So, you are running away from something,";
+ mes "and you want to hide your identity, am I right?";
+ mes "Yeah...I guess that I am right... Giggle giggle.";
+ next;
+ mes "[?]";
+ mes "Well, I should be kind to my comrade.";
+ mes "Although I can't reveal my identity to you,";
+ mes "I can help you to safely hide from your enemies.";
+ next;
+ mes "[?]";
+ mes "Bring me ^FF00001 Black Dyestuffs^000000,";
+ mes "^FF0000100 Slick Paper^000000, ^FF000099 Sticky Mucus^000000,";
+ mes "and ^FF0000100,000 zeny^000000.";
+ mes "Then I will help you, giggle giggle.";
+ next;
+ mes "[?]";
+ mes "You may leave now.";
+ mes "Somehow we can be so helpful to each other.";
+ mes "Once you finish gathering all the material,";
+ mes "come back without anyone knowning. Giggle giggle.";
+ close;
+}
+
+//======================== Feather Beret ================================================
+rachel,152,131,3 script Sakjul 928,{
+ if (countitem(5172) > 0 && countitem(7063) > 99 && countitem(982) > 0) {
+ mes "[Sakjul]";
+ mes "Great, you have brought everything";
+ mes "to make ^FF0000Feather Beret^000000!";
+ mes "To reward for your labor,";
+ mes "I shall personally proceed with the hat creation.";
+ next;
+ mes "[Sakjul]";
+ mes "Stand next to me, and watch the creation process solemnly.";
+ mes "Keep your integrity by standing straight,";
+ mes "and looking straight forward!";
+ next;
+ mes "[Sakjul]";
+ mes "If you do not do what I just said,";
+ mes "^FF0000this hat creation could result in failure!";
+ mes "And, if you fail to create the hat,";
+ mes "you will lose all the materials,";
+ mes "and I am not going to take the responsibility for your mistake!^000000";
+ next;
+ mes "- THUD THUD -";
+ mes "- THUD THUD -";
+ mes "- THUD THUD -";
+ mes "- BOOM -";
+ next;
+ mes "- THUD THUD -";
+ mes "- THUD THUD -";
+ mes "- THUD THUD -";
+ mes "- BOOM -";
+ next;
+ set .@result,rand(1,10);
+ if (.@result == 4) {
+ delitem 5172,1; //Beret
+ delitem 7063,100; //Soft_Feather
+ delitem 982,1; //White_Dyestuffs
+ mes "[Sakjul]";
+ mes "I did succeed in making the hat,";
+ mes "but I cannot let it fall into someone else's hand!";
+ mes "The essential of Feather Beret is";
+ mes "the precise angle of the beret and the feather,";
+ mes "but this hat's angle has become slightly crooked,";
+ mes "and the quality has become too poor to be my artwork!";
+ next;
+ mes "[Sakjul]";
+ mes "I understand that you feel quite unfortunate";
+ mes "with this result. However, I urge you to not to be";
+ mes "so disappointed, and try again!";
+ mes "There is no impossibility in the world, so you can do it!";
+ next;
+ mes "[Sakjul]";
+ mes "Now, brace yourself up!";
+ mes "You have done this already,";
+ mes "so you can easily do it again.";
+ mes "If you understood, now, go, go gather the materials again!";
+ close;
+ }
+ delitem 5172,1; //Beret
+ delitem 7063,100; //Soft_Feather
+ delitem 982,1; //White_Dyestuffs
+ getitem 5170,1; //Feather_Beret
+ mes "[Sakjul]";
+ mes "Great, I have made it! Look at this beautiful coordination";
+ mes "between the feather and the beret,";
+ mes "and you can feel moderation in the coordination.";
+ mes "I must say that this hat must be";
+ mes "one of the needful things for young men in nowadays.";
+ next;
+ mes "[Sakjul]";
+ mes "Since I have created this hat with your materials,";
+ mes "it belongs to you.";
+ mes "Keep this hat with care, and be a great, confident person.";
+ close;
+ }
+ mes "[Sakjul]";
+ mes "Straighten yourself, and keep your tension!";
+ mes "Keep yourself under control, and move with integrity!";
+ mes "That's how a respectable man carry himself!";
+ mes "Young men in nowadays are too weak and tender.";
+ mes "Don't you agree with me, young adventurer?";
+ next;
+ if (select("Yes, sir!:No.") == 1) {
+ mes "[Sakjul]";
+ mes "Ah! I like your answer!";
+ mes "Lately, I found it very hard to see a diciplined young man like you.";
+ mes "Unfortunately, even you are not yet diciplined as well as I expect!";
+ mes "Hmm....Oh, yes, probably ^FF0000Feather Beret^000000";
+ mes "might help you to look more diciplined.";
+ next;
+ mes "[Sakjul]";
+ mes "I like to compliment your attitude.";
+ mes "Thus, I am willing to create Feather Beret for you";
+ mes "only if you bring me the materials to me. Understand?";
+ next;
+ mes "[Sakjul]";
+ mes "Materials are ^FF00001 Beret^000000, ^FF0000100 Soft Feather^000000,";
+ mes "and ^FF00001 White Dyestuffs^000000.";
+ mes "Make sure that you will remember all of them, and bring me";
+ mes "the exact amount of materials!";
+ next;
+ mes "[Sakjul]";
+ mes "Thank me for the offer";
+ mes "because the hat will finish your look";
+ mes "to be more majestic and elegant!";
+ mes "If you understood, go,";
+ mes "go gather the material as soon as you can!";
+ close;
+ }
+ mes "[Sakjul]";
+ mes "I can't hear you! I don't feel any confidence from your voice!";
+ mes "How can you live this tough world with that weak attitude?";
+ mes "Put yourself together, right now!";
+ close;
+}
+
+//============================ Valkyrie Helm =====================================================
+hugel,147,103,3 script Ghenirhemin 897,{
+ if (moza_valkylie == 5) {
+ set .@val2,rand(1,10);
+ if (.@val2 == 3) {
+ misceffect 348; //EF_LIGHTSPHERE
+ mes "[Ghenirhemin]";
+ mes "The materials are still being fused.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "Umm?! Oh...oh?! Isn't this...";
+ mes "Isn't this...?!";
+ next;
+ misceffect 322; //EF_FORESTLIGHT2
+ mes "[Ghenirhemin]";
+ mes "Ah...ahahaha, we've made it! We've made it!";
+ mes "Valkyre's Helm...We've recreated Valkyre's Helm,";
+ mes "a glorious godly armor!";
+ mes "Ah...does this mean...?";
+ next;
+ mes "[Ghenirhemin]";
+ mes "We are writing new history!";
+ mes "Yes, we just have started writing new history.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "Thank you so much for giving me a chance to participate in this.";
+ mes "I am sure that my ancestors in heaven will be glad";
+ mes "to see this successful recreation of Valkyre's Helm.";
+ mes "Hahahahaha!";
+ next;
+ mes "[Ghenirhemin]";
+ mes "Please take this helm.";
+ mes "As I promised, this is yours.";
+ mes "Please take pride in yourself, and";
+ mes "do not disgrace this Helm through evil doings.";
+ next;
+ set moza_valkylie,0;
+ getitem 5171,1; //Valkyrie_Helm
+ mes "[Ghenirhemin]";
+ mes "May God bless this adventurer";
+ mes "who has written new history.";
+ mes "I, Gheirhemin pray to god for his safe journey";
+ mes "who is now heading toward the new history.";
+ close;
+ }
+ misceffect 348; //EF_LIGHTSPHERE
+ mes "[Ghenirhemin]";
+ mes "The materials are still being fused.";
+ close;
+ }
+ else if (moza_valkylie == 4) {
+ set .@val,rand(1,10);
+ if (.@val == 7) {
+ mes "[Ghenirhemin]";
+ mes "............";
+ next;
+ misceffect 348; //EF_LIGHTSPHERE
+ mes "[Ghenirhemin]";
+ mes "Oh...oh? They....they just have started being fused!";
+ mes "Look at this shining light!";
+ mes "I can't...I can't believe that";
+ mes "this is what happens in Valhala!";
+ next;
+ set moza_valkylie,5;
+ mes "[Ghenirhemin]";
+ mes "We are now witnessess of the God's grace...ah....";
+ close;
+ }
+ mes "[Ghenirhemin]";
+ mes "....Let's wait a little longer.";
+ close;
+ }
+ else if (moza_valkylie == 3) {
+ set moza_valkylie,4;
+ mes "[Ghenirhemin]";
+ mes "Will you stop being anxious?";
+ mes "Just relax and wait, will you?";
+ mes "In a sense, we are holding a holy rite,";
+ mes "and it is not going to happen faster,";
+ mes "only because you, a human wants it to happen faster.";
+ close;
+ }
+ else if (moza_valkylie == 2 && Zeny > 9999999 && countitem(4219) > 0 && countitem(4114) > 0 && countitem(4177) > 0 && countitem(4259) > 0 && countitem(4212) > 0 && countitem(4073) > 0 && countitem(4112) > 0 && countitem(4081) > 0 && countitem(4251) > 0 && countitem(4166) > 0 && countitem(7511) > 999 && countitem(7563) > 999) {
+ mes "[Ghenirhemin]";
+ mes "Hmm...I am impressed that you have brought everything";
+ mes "despite of the difficulty in gathering them. It was difficult, wasn't it?";
+ mes "Haha, I can tell just by looking at your face.";
+ mes "Good job, my friend, you did a good job.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "Now, please hand them to me.";
+ mes "If I place them together in one place,";
+ mes "I am pretty sure that they will start";
+ mes "being fused into the helm with their own mysterious powers.";
+ next;
+ if (select("Give him the items.:Don't give him the items.") == 1) {
+ mes "[Ghenirhemin]";
+ mes "Excellent. Now, all we have to do";
+ mes "is just waiting until they finish being fused into one.";
+ next;
+ delitem 4219,1; //Sageworm_Card
+ delitem 4114,1; //Argiope_Card
+ delitem 4177,1; //Dryad_Card
+ delitem 4259,1; //Wooden_Golem_Card
+ delitem 4212,1; //Bon_Gun_Card
+ delitem 4073,1; //Pirate_Skel_Card
+ delitem 4112,1; //Marduk_Card
+ delitem 4081,1; //Hode_Card
+ delitem 4251,1; //Elder_Card
+ delitem 4166,1; //Nightmare_Terror_Card
+ delitem 7511,1000; //Rune_Of_Darkness
+ delitem 7563,1000; //Bloody_Rune
+ set Zeny,Zeny-10000000;
+ set moza_valkylie,3;
+ mes "[Ghenirhemin]";
+ mes "Now I am all nervous";
+ mes "in anticipation of a good result. Hahahaha.";
+ close;
+ }
+ mes "[Ghenirhemin]";
+ mes "?";
+ close;
+ }
+ else if (moza_valkylie == 2) {
+ mes "[Ghenirhemin]";
+ mes "Please bring me";
+ mes "^FF00001 Sage Worm Card, 1Argiope Card,";
+ mes "^FF00001 Dryad Card, 1 Wooden Golem Card,";
+ mes "^FF00001 Bongun Card, 1 Pirate Skeleton Card,";
+ mes "^FF00001 Marduk Card, 1 Hode Card,";
+ mes "^FF00001 Elder Card, 1 Nightmare Terror Card,^000000";
+ next;
+ mes "[Ghenirhemin]";
+ mes "^FF00001,000 Rune of the Darkness,";
+ mes "^FF00001,000 Bloody Rune,";
+ mes "^FF0000and the helm price, 10,000,000 zeny^000000.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "It surely is a reasonable price considering that ";
+ mes "you are about to obtain a godly power, don't you think?";
+ next;
+ set moza_valkylie,2;
+ mes "[Ghenirhemin]";
+ mes "Let's discuss it later";
+ mes "once you prepare the money and the items.";
+ mes "Now I am so exhausted";
+ mes "as it has been a while since the last time that I talked this much.";
+ mes "Excuse me.";
+ close;
+ }
+ else if (moza_valkylie == 1) {
+ mes "[Ghenirhemin]";
+ mes "You must be pretty surprised by now.";
+ mes "Yes, it is surely understandable.";
+ mes "If you have travelled many places,";
+ mes "and heard many stories, you would know what this is.";
+ mes "Yes, it is ^FF0000Valkyre's Helm^000000.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "A legendary helm only allowed to men";
+ mes "who have transcended their limit.";
+ mes "A godly armor that is blessed with an incredible power.";
+ mes "Can you see now that my story is true?";
+ next;
+ mes "[Ghenirhemin]";
+ mes "It has passed so many years, and thus";
+ mes "its power has become weakened,";
+ mes "but you can still feel something holy about the helm.";
+ mes "Don't you think?";
+ next;
+ mes "[Ghenirhemin]";
+ mes "Well...I am not allowed to wear this helm.";
+ mes "Thus, if I find someone who is just perfect for this helm,";
+ mes "I am going to give this to him without any regret.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "Of course, I can't give away";
+ mes "such a valuable thing for nothing in return.";
+ mes "That's how it goes, you know?";
+ mes "I maybe think about giving it to you";
+ mes "because you seem to be wealthier than others,";
+ mes "and I can sense special aura from you.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "So, what do you say?";
+ mes "I think that I have an eye for right men.";
+ mes "I feel that you will be able to fully recreate this Valkyre's Helm";
+ mes "as well as use it to its full potential.";
+ next;
+ if (select("Sure.:No, thanks.") == 1) {
+ mes "[Ghenirhemin]";
+ mes "You are an ambitious young man as I expected.";
+ mes "It is surely a great advantage.";
+ mes "Okay, I will tell you what I know from now on.";
+ mes "So, listen carefully.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "First, we have to fully restore the helm's power.";
+ mes "To do so, we must find monster cards";
+ mes "that possess mysterious powers.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "That's not all. You know,";
+ mes "we can't just glue those monster cards";
+ mes "on the helm. Thus, we need a power that";
+ mes "enables us to fuse the cards and the helm into one.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "Ancient runes are perfect to supply the power,";
+ mes "especially we need Rune of the Darkness, and Bloody Rune.";
+ mes "Perhaps, they were chosen because of their sealed dark power";
+ mes "and bloody sticky power? That's just my guess, hahahaha!";
+ next;
+ mes "[Ghenirhemin]";
+ mes "Once we successfully restore the helm's power,";
+ mes "you are expected to purchase the helm from me.";
+ mes "As I said earlier, I am not going to";
+ mes "give away such a valuable thing with nothing in return.";
+ mes "It will also demonstrate your qualification to become the helm's owner.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "Basically, you have to bring me...";
+ mes "Ah, there are so many things that you need to bring me.";
+ mes "I suggest you to write down, and memorize them.";
+ next;
+ mes "Please bring me";
+ mes "^FF00001 Sage Worm Card, 1Argiope Card,";
+ mes "1 Dryad Card, 1 Wooden Golem Card,";
+ mes "1 Bongun Card, 1 Pirate Skeleton Card,";
+ mes "1 Marduk Card, 1 Hode Card,";
+ mes "1 Elder Card, 1 Nightmare Terror Card,^000000";
+ next;
+ mes "[Ghenirhemin]";
+ mes "^FF00001,000 Rune of the Darkness,";
+ mes "1,000 Bloody Rune,";
+ mes "and the helm price, 10,000,000 zeny^000000.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "It surely is a reasonable price considering that ";
+ mes "you are about to obtain a godly power, don't you think?";
+ next;
+ set moza_valkylie,2;
+ mes "[Ghenirhemin]";
+ mes "Let's discuss it later";
+ mes "once you prepare the money and the items.";
+ mes "Now I am so exhausted";
+ mes "as it has been a while since the last time that I talked this much.";
+ mes "Excuse me.";
+ close;
+ }
+ mes "[Ghenirhemin]";
+ mes "Haha, I understand that";
+ mes "it is not an easy choice to make.";
+ mes "Take your time, my friend.";
+ mes "If you still don't want the helm, I respect your decision.";
+ close;
+ }
+ else if (Zeny > 9999999) {
+ mes "[Ghenirhemin]";
+ mes "Hmm...you look like a poor-looking wanderer,";
+ mes "but you seem to have an enormous amount of money with you.";
+ mes "I guess that the old saying was right:";
+ mes "''Don't judge a book by its cover.''";
+ next;
+ mes "[Ghenirhemin]";
+ mes "You maybe understand my story.";
+ mes "Would you like to listen to my long story?";
+ mes "It may or may not be interesting to you,";
+ mes "but I gurantee that it will never bore you in either way.";
+ next;
+ if (select("Listen.:Don't listen.") == 1) {
+ mes "[Ghenirhemin]";
+ mes "Good, let me introduce myself.";
+ mes "My name is Ghenirhemin.";
+ mes "I am no different than others,";
+ mes "if I may speak of my only advantage,";
+ mes "I have little more money than them. Hahaha.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "However, I did not earn my money,";
+ mes "but I inherited the fortune from my ancestors,";
+ mes "who were all gifted businessmen.";
+ mes "I thank to him for handing over such great fortune.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "In fact, I am ashamed to tell you that";
+ mes "I do not know what exactly my ancestors did";
+ mes "to make this much fortune. Perhaps some would have held business,";
+ mes "some others would have been great artists...";
+ next;
+ mes "[Ghenirhemin]";
+ mes "Our family is just blessed enough to have";
+ mes "such great ancestors, who brought wealth to their family.";
+ mes "It would take me at least a week to list";
+ mes "every single successful ancestor of mine.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "However, I like to tell you about one of my amazing ancestors,";
+ mes "who has become our family hero.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "Well, actually I do not know exactly";
+ mes "what he did, but I know that";
+ mes "he brought glory and fame";
+ mes "to our family for the first time.";
+ mes "However, since it has been so long, we do not have";
+ mes "any document about him, so...";
+ next;
+ mes "[Ghenirhemin]";
+ mes "I clearly remember one thing about him though.";
+ mes "He was the only human who was able to";
+ mes "become close to the gods, and he demonstrated";
+ mes "his godly power to bring light to us, humans.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "I don't know how he obtained the godly power,";
+ mes "or how he could become close to the gods.";
+ mes "I just remember these things because I was repeatedly told";
+ mes "about his amazing story ever since I was born...";
+ next;
+ mes "[Ghenirhemin]";
+ mes "I can show you that I am not making things up.";
+ mes "I told you that we do not have any document about him, right?";
+ mes "However, there is something that I can show you.";
+ mes "Now, take a look at this.";
+ next;
+ set moza_valkylie,1;
+ mes "[Ghenirhemin]";
+ mes "See? This surely tells you that";
+ mes "I am not making things up!";
+ mes "This is what my ancestor used to use!";
+ close;
+ }
+ mes "[Ghenirhemin]";
+ mes "What a shame! However, I don't want to force you to";
+ mes "do something that you don't want to do. Hahaha.";
+ mes "Just remember, you just have made another choice for your life.";
+ close;
+ }
+ mes "[Ghenirhemin]";
+ mes "Everything has meaning and reason to exist in this world.";
+ mes "You and I, we are destined to meet with each other today.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "Well...although I said that everything has meaning,";
+ mes "unfortunately you are not interesting to me at all.";
+ mes "Call me a money monger,";
+ mes "but I like the rich.";
+ next;
+ mes "[Ghenirhemin]";
+ mes "If you prove me that you are wealthy,";
+ mes "I maybe change my mind, and become interested in you.";
+ mes "But, I will decide whether or not I will be interested in you";
+ mes "when you show me your money. Hahahaha!";
+ close;
+}
+//======================= Hahoe Mask / Mythical Lion Mask / Bride Mask ===============================
+payon,135,320,3 script Chungwolmang 97,{
+ if (moza_tal == 2) {
+ if (countitem(7015) > 19 && countitem(952) > 99 && countitem(1028) > 99) {
+ //Hahoe_Mask: Bookclip_In_Memory, Cactus_Needle, Wild_Boar's_Mane
+ callsub S_MakeMask,5176,7015,20,952,100,1028,100,0,0;
+ }
+ if (countitem(1048) > 499 && countitem(1053) > 1 && countitem(980) > 0) {
+ //Guardian_Lion_Mask: Slender_Snake, Tooth_Of_Ancient_Fishm Orange_Dyestuffs
+ callsub S_MakeMask,5177,1048,500,1053,2,980,1,0,0;
+ }
+ if (countitem(1049) > 19 && countitem(1059) > 499 && countitem(1054) > 1 && countitem(1024) > 99) {
+ //Bride_Mask: Skirt_Of_Virgin, Transparent_Cloth, Lip_Of_Ancient_Fish, Chinese_Ink
+ callsub S_MakeMask,5169,1049,20,1059,500,1054,2,1024,100;
+ }
+ mes "[Chungwolmang]";
+ mes "Well well, have you not gathered the materials yet?";
+ mes "You'd better hurry because I can't wait so long!";
+ mes "Wait, what mask did you ask me to make anyways?";
+ next;
+ switch(select("Hahoe Mask:Bride Mask:Mythical Lion Mask")) {
+ case 1:
+ mes "[Chungwolmang]";
+ mes "Oh, yes, you want Hahoe Mask.";
+ mes "Then you need to bring... ^FF000020 Bookclip in Memory^000000,";
+ mes "^FF0000100 Cactus Needle^000000, and";
+ mes "^FF0000100 Mane^000000.";
+ break;
+ case 2:
+ mes "[Chungwolmang]";
+ mes "Oh, yes, you want Bride Mask.";
+ mes "Then you need to bring... ^FF000020 Skirt of Virgin^000000,";
+ mes "^FF0000500 Fabric^000000, ^FF00002 Ancient Lips^000000,";
+ mes "and ^FF0000100 Squid Ink^000000.";
+ break;
+ case 3:
+ mes "[Chungwolmang]";
+ mes "Oh, yes, you want Mythical Lion Mask.";
+ mes "Then you need to bring... ^FF0000500 Horrendous Hair^000000,";
+ mes "^FF00002 Ancient Tooth^000000, and";
+ mes "^FF00001 Orange Dyestuffs^000000.";
+ break;
+ }
+ mes "Bring the exact amount of materials, then I will give you the mask right away.";
+ close;
+ }
+ if (countitem(7201) > 499) && (countitem(7200) > 9 && moza_tal == 1) {
+ mes "[Chungwolmang]";
+ mes "Ah, Four Leaf Clover must bring me luck";
+ mes "because you came back faster than I thought! Wow...";
+ mes "Thank you so much, now I think that";
+ mes "I have fortune on my side. Hahaha!";
+ next;
+ mes "[Chungwolmang]";
+ mes "Alright! I will return your favor as I promised.";
+ mes "I will tell you everything. In fact,";
+ mes "I am a traditional mask craftsman.";
+ mes "I am proud to tell you that no one can beat me";
+ mes "in crafting traditional masks! Ahem!";
+ next;
+ mes "[Chungwolmang]";
+ mes "I had experienced emotional instability";
+ mes "as well as had bad luck with everything due to various reasons.";
+ mes "But, that's history now! I am back, hahahaha!";
+ next;
+ mes "[Chungwolmang]";
+ mes "I feel good, and I have fortune back to my side.";
+ mes "I really appreciate you for helping me to feel better.";
+ mes "In return, I am going to make you a traditional mask! Hahaha!";
+ mes "You should be thankful for that I am offering you a great gift.";
+ next;
+ mes "[Chungwolmang]";
+ mes "You know why? Because there is no one who can offer you";
+ mes "such a valuable item except me.";
+ mes "Anyhow, I can make 3 different masks:";
+ mes "Hahoe Mask, Bride Mask and Mythical Lion Mask.";
+ mes "Which one whould you like to have? Pick one.";
+ next;
+ switch(select("Hahoe Mask:Bride Mask:Mythical Lion Mask")) {
+ case 1:
+ mes "[Chungwolmang]";
+ mes "Great, you want Hahoe Mask, eh? That's easy!";
+ mes "Then you need to bring... ^FF000020 Bookclip in Memory^000000,";
+ mes "^FF0000100 Cactus Needle^000000, and";
+ mes "^FF0000100 Mane^000000.";
+ mes "Bring the exact amount of materials, then I will give you the mask right away.";
+ break;
+ case 2:
+ mes "[Chungwolmang]";
+ mes "Great, you want Bride Mask, eh? That's easy!";
+ mes "Then you need to bring... ^FF000020 Skirt of Virgin^000000,";
+ mes "^FF0000500 Fabric^000000, ^FF00002 Ancient Lips^000000,";
+ mes "and ^FF0000100 Squid Ink^000000.";
+ mes "Bring the exact amount of materials, then I will give you the mask right away.";
+ break;
+ case 3:
+ mes "[Chungwolmang]";
+ mes "Great, you want Mythical Lion Mask, eh? That's easy!";
+ mes "Then you need to bring... ^FF0000500 Horrendous Hair^000000,";
+ mes "^FF00002 Ancient Tooth^000000, and";
+ mes "^FF00001 Orange Dyestuffs^000000.";
+ mes "Bring the exact amount of materials, then I will give you the mask right away.";
+ break;
+ }
+ delitem 7201,500; //Log
+ delitem 7200,10; //Flexible_String
+ set moza_tal,2;
+ next;
+ mes "[Chungwolmang]";
+ mes "...Why are you eyeing at me?";
+ mes "What, did you expect me to make the mask for free?";
+ mes "If you did, you must think of it this way.";
+ mes "My term of payback is to use my skills,";
+ mes "and let you have my precious mask,";
+ mes "not making the mask for you at free of charge, understood?";
+ next;
+ mes "[Chungwolmang]";
+ mes "At least I am not charging you with service fee, am I?";
+ mes "Just bring me the materials, I will do my best";
+ mes "to make an incredible mask for you!";
+ next;
+ mes "[Chungwolmang]";
+ mes "In the meantime, I am going to prepare";
+ mes "the work by using these Log and Elastic Band.";
+ mes "So come back as soon as you can, okay?";
+ close;
+ }
+ if (moza_tal == 1) {
+ mes "[Chungwolmang]";
+ mes "Umm...the things that I've asked you were";
+ mes "^FF0000500 Log^000000 and ^FF000010 Elastic Band^000000.";
+ mes "Thanks in advance.";
+ close;
+ }
+ if (countitem(706) > 0) {
+ mes "[Chungwolmang]";
+ mes "Ah...! Hey! I can tell something unique about you.";
+ mes "Do you have a Four Leaf Clover by any chance?";
+ mes "Do you mind if I ask you to give me the clover?";
+ next;
+ mes "[Chungwolmang]";
+ mes "I am not asking you to give it to me for free.";
+ mes "Although I can't gurantee it,";
+ mes "I will be able to pay back your favor sooner or later.";
+ mes "So, can I take it?";
+ next;
+ if (select("Sure.:No, you can't.") == 1) {
+ mes "[Chungwolmang]";
+ mes "Oh! Thank you so much!";
+ mes "Muhahahahahaha! Now I will become a lucky guy!";
+ mes "With the clover, fortune will be on my side again!";
+ next;
+ mes "[Chungwolmang]";
+ mes "Oh, right! I almost forgot.";
+ mes "I promised you to pay back your favor, right?";
+ mes "I know that this might sound selfish,";
+ mes "but, hey, can you do me one more favor?";
+ mes "Since you did me a favor already,";
+ mes "I don't think that it would be";
+ mes "that hard for you to help me one more time?";
+ mes "Please, show me your generosity~";
+ next;
+ mes "[Chungwolmang]";
+ mes "I need... ^FF0000500 Log^000000 and";
+ mes "^FF000010 Elastic Band^000000.";
+ mes "Will you be so kind to bring them to me?";
+ mes "In fact, I can't pay you back unless I have them.";
+ next;
+ delitem 706,1; //Four_Leaf_Clover
+ set moza_tal,1;
+ mes "[Chungwolmang]";
+ mes "You want me to pay you back, don't you?";
+ mes "So, please bring them to me, please~";
+ close;
+ }
+ mes "[Chungwolmang]";
+ mes "I see... Well, it is not easy to give away the lucky charm";
+ mes "to a stranger without a second thought.";
+ mes "...Haha, but that doesn't make me stop being upset.";
+ mes "How dare you to refuse my request? Hah!";
+ close;
+ }
+ mes "[Chungwolmang]";
+ mes "Arrrgghhh... I neeed... I need...";
+ next;
+ mes "[Chungwolmang]";
+ mes "I want to be lucky! Someone, please bring me luck!";
+ mes "I am not asking too much! I need one thing!";
+ next;
+ mes "[Chungwolmang]";
+ mes "I need a ^FF0000Four Leaf Clover^000000!";
+ mes "Somebody, please bring me a Four Leaf Clover!";
+ close;
+
+S_MakeMask:
+ mes "[Chungwolmang]";
+ mes "Oh, you have brought everything";
+ mes "to make a "+getitemname(getarg(0))+". Excellent.";
+ mes "Please give me the materials. I will make the mask right away.";
+ next;
+ if (select("Give him the items.:Don't give him the items.") == 1) {
+ mes "[Chungwolmang]";
+ mes "Great, I like your unhesitating attitude!";
+ mes "Alright then, I will make the mask as quickly as I can!";
+ next;
+ mes "[Chungwolmang]";
+ mes "- Fumble Fumble Fumble -";
+ mes "- Fumble Fumble Fumble -";
+ mes "- Fumble Fumble Fumble -";
+ mes "- Thud Thud Thud Thud -";
+ next;
+ mes "[Chungwolmang]";
+ mes "- Fumble Fumble Fumble -";
+ mes "- Fumble Fumble Fumble -";
+ mes "- Fumble Fumble Fumble -";
+ mes "- Thud Thud Thud Thud -";
+ next;
+ delitem getarg(1),getarg(2);
+ delitem getarg(3),getarg(4);
+ delitem getarg(5),getarg(6);
+ if (getarg(0) == 5169)
+ delitem getarg(7),getarg(8);
+ getitem getarg(0),1;
+ set moza_tal,0;
+ mes "[Chungwolmang]";
+ mes "Wow, it was a piece of cake!";
+ mes "You know, I am not an artisan only in title.";
+ mes "Hahaha, here, take your "+getitemname(getarg(0))+".";
+ mes "I hope that you will wear it with pride, hahaha!";
+ next;
+ mes "[Chungwolmang]";
+ mes "Aright, I need to take a rest";
+ mes "until I have next customer. Hahaha, bye!";
+ close;
+ }
+ mes "[Chungwolmang]";
+ mes "Err? Don't you want "+getitemname(getarg(0))+"?";
+ mes "Alright then...coward.";
+ close;
+}
+
+
+//====================== Magistrate Hat / Ayam =============================================
+payon_in03,139,124,3 script Han Garam 88,{
+ if (moza_korea == 2 && countitem(954) > 299 && countitem(733) > 4 && countitem(975) > 0 && countitem(7166) > 49) {
+ mes "[Han Garam]";
+ mes "You came back faster than I expected.";
+ mes "Great, I am also highly motivated for the fact that";
+ mes "my Ayam will belong to someone like you,";
+ mes "who are competent and trustworthy.";
+ next;
+ mes "[Han Garam]";
+ mes "Okay then, I will make the hat as quickly as I can.";
+ mes "Now, hand me all the materials.";
+ next;
+ if (select("Give him the items.:Don't give him the items.") == 1) {
+ mes "[Han Garam]";
+ mes "Excellent! I don't have to be mediumized";
+ mes "by the Dragon God for this work";
+ mes "because I can perfectly do it on my own.";
+ mes "So, hold it right there, okay?";
+ next;
+ mes "[Han Garam]";
+ mes "Yes...right...umm hmm.";
+ next;
+ mes "[Han Garam]";
+ mes ".................";
+ next;
+ mes "- Han Garam started hammering, -";
+ mes "- and assembling the materials without a word. -";
+ next;
+ mes "[Han Garam]";
+ mes ".................";
+ next;
+ mes "[Han Garam]";
+ mes "Phew, it was quite difficult,";
+ mes "as I had not done this for quite a while.";
+ next;
+ mes "[Han Garam]";
+ mes "I still feel good that I had a chance";
+ mes "to exercise my skills, you know. It was fun, too.";
+ mes "Please take this Ayam.";
+ mes "As I promised, this is my gift for you.";
+ next;
+ delitem 954,300; //Shining_Scales
+ delitem 733,5; //Crystal_Jewel___
+ delitem 975,1; //Scarlet_Dyestuffs
+ delitem 7166,50; //Soft_Silk_Cloth
+ set moza_korea,0;
+ getitem 5174,1; //A_yam
+ mes "[Han Garam]";
+ mes "Now I need to meet with the Dragon God again,";
+ mes "if I want to make another hat...umm...";
+ mes "Oh well, somehow I was able to make one this time with your help,";
+ mes "so I guess that it will happen when the time is right.";
+ next;
+ mes "[Han Garam]";
+ mes "Thank you so much! Please take my Ayam with care,";
+ mes "and be proud that you are the owner of Ayam!";
+ close;
+ }
+ mes "[Han Garam]";
+ mes "...? What? Do you need more time?";
+ mes "Can't you just give them to me already?";
+ close;
+ }
+ else if (moza_korea == 2 && countitem(954) > 299 && countitem(733) > 4 && countitem(983) > 0 && countitem(2221) > 0) {
+ mes "[Han Garam]";
+ mes "You came back faster than I expected.";
+ mes "Great, I am also highly motivated for the fact that";
+ mes "my Magistrate Hat will belong to someone like you,";
+ mes "who are competent and trustworthy.";
+ next;
+ mes "[Han Garam]";
+ mes "Okay then, I will make the hat as quickly as I can.";
+ mes "Now, hand me all the materials.";
+ next;
+ if (select("Give him the items.:Don't give him the items.") == 1) {
+ mes "[Han Garam]";
+ mes "Excellent! I don't have to be mediumized";
+ mes "by the Dragon God for this work";
+ mes "because I can perfectly do it on my own.";
+ mes "So, hold it right there, okay?";
+ next;
+ mes "[Han Garam]";
+ mes "Yes...right...umm hmm.";
+ next;
+ mes "[Han Garam]";
+ mes ".................";
+ next;
+ mes "- Han Garam started hammering, -";
+ mes "- and assembling the materials without a word. -";
+ next;
+ mes "[Han Garam]";
+ mes ".................";
+ next;
+ mes "[Han Garam]";
+ mes "Phew, it was quite difficult,";
+ mes "as I had not done this for quite a while.";
+ next;
+ mes "[Han Garam]";
+ mes "I still feel good that I had a chance";
+ mes "to exercise my skills, you know. It was fun, too.";
+ mes "Please take this Magistrate Hat.";
+ mes "As I promised, this is my gift for you.";
+ next;
+ delitem 954,300; //Shining_Scales
+ delitem 733,5; //Crystal_Jewel___
+ delitem 983,1; //Black_Dyestuffs
+ delitem 2221,1; //Hat_
+ set moza_korea,0;
+ getitem 5173,1; //Judge_Hat
+ mes "[Han Garam]";
+ mes "Now I need to meet with the Dragon God again,";
+ mes "if I want to make another hat...umm...";
+ mes "Oh well, somehow I was able to make one this time with your help,";
+ mes "so I guess that it will happen when the time is right.";
+ next;
+ mes "[Han Garam]";
+ mes "Thank you so much! Please take my Magistrate Hat with care,";
+ mes "and be proud that you are the owner of Magistrate Hat!";
+ close;
+ }
+ mes "[Han Garam]";
+ mes "...? What? Do you need more time?";
+ mes "Can't you just give them to me already?";
+ close;
+ }
+ else if (moza_korea == 2) {
+ mes "[Han Garam]";
+ mes "To make Ayam, I need";
+ mes "^FF0000300 Shining Scale^000000, ^FF00005 Cracked Diamond^000000,";
+ mes "^FF00001 Scarlet Dyestuffs^000000, and";
+ mes "^FF000050 Soft Silk^000000!";
+ next;
+ mes "[Han Garam]";
+ mes "To make Magistrate Hat, I need";
+ mes "^FF0000300 Shining Scale^000000, ^FF00005 Cracked Diamond^000000,";
+ mes "^FF00001 Black Dyestuffs^000000, and ^FF00001 Slotted Hat^000000!";
+ next;
+ mes "[Han Garam]";
+ mes "...That's what I said.";
+ mes "So, choose a hat, and bring me";
+ mes "its materials without missing anything.";
+ next;
+ mes "[Han Garam]";
+ mes "Ah~ it's been a while since the last time that I felt the Dragon God in me.";
+ mes "I felt like that I have learned something unworldly.";
+ close;
+ }
+ else if (moza_korea == 1) {
+ mes "[Han Garam]";
+ mes ".............";
+ next;
+ mes "[Han Garam]";
+ mes ".............";
+ next;
+ mes "[Han Garam]";
+ mes ".............";
+ next;
+ mes "[Han Garam]";
+ mes "...*Tremble Tremble*...He...He's here...He's here!";
+ mes "*Tremble Tremble* I can feel";
+ mes "the Dragon God inside of me! Waaah!";
+ mes "He is waving his tail, and showing me future!";
+ mes "Aaaaaahhhhhhh!";
+ next;
+ misceffect 90; //EF_LORD;
+ mes "[Han Garam]";
+ mes "Waaaahhhh!";
+ next;
+ mes "[Han Garam]";
+ mes ".............";
+ next;
+ mes "[Han Garam]";
+ mes ".............";
+ next;
+ mes "[Han Garam]";
+ mes "Yes... yes, I can! I can make ^FF0000Ayam^000000";
+ mes "and ^FF0000Magistrate Hat^000000 now!";
+ mes "Oh, I can see how to make them,";
+ mes "I know what I need to make them! Everything is in my vision!";
+ mes "I feel like that I am alreadying making one!";
+ next;
+ mes "[Han Garam]";
+ mes "To make Ayam, I need";
+ mes "^FF0000300 Shining Scale^000000, ^FF00005 Cracked Diamond^000000,";
+ mes "^FF00001 Scarlet Dyestuffs^000000, and";
+ mes "^FF000050 Soft Silk^000000!";
+ next;
+ mes "[Han Garam]";
+ mes "To make Magistrate Hat, I need";
+ mes "^FF0000300 Shining Scale^000000, ^FF00005 Cracked Diamond^000000,";
+ mes "^FF00001 Black Dyestuffs^000000, and ^FF00001 Slotted Hat^000000!";
+ next;
+ mes "[Han Garam]";
+ mes "Anyone who brings these, I will create hat for him!";
+ mes "Ahhh~ Dragon God!";
+ next;
+ misceffect 7; //EF_EXIT;
+ mes "[Han Garam]";
+ mes ".............";
+ next;
+ mes "[Han Garam]";
+ mes ".............";
+ next;
+ mes "[Han Garam]";
+ mes "Phew... Dragon God has gone now.";
+ mes "However, I still clearly remember";
+ mes "what I need, and how to make the hats.";
+ mes "So, you don't have to worry about that.";
+ mes "You know...are they Ayam and Magistrate Hat?";
+ next;
+ mes "[Han Garam]";
+ mes "You heard what materials I need, don't you?";
+ mes "Choose a hat, and bring me its materials without missing anything.";
+ next;
+ set moza_korea,2;
+ mes "[Han Garam]";
+ mes "Okay then, I will be waiting you to come back.";
+ close;
+ }
+ if (countitem(7446) > 6 && countitem(7448) > 6 && countitem(7445) > 6 && countitem(7447) > 6) {
+ mes "[Han Garam]";
+ mes "My name is Han Garam,";
+ mes "and I am a proud heir of a renown family... eh?";
+ mes "Wait, I feel something mysteriously familiar from you...";
+ mes "Hey, do you have 7 Bijous for each of the 4 Bijou colors?";
+ next;
+ mes "[Han Garam]";
+ mes "...Wow! This is crazy! You do have them, don't you?";
+ mes "Wow, how did you gather all of them? They are so hard to find...";
+ next;
+ mes "[Han Garam]";
+ mes "........Umm.";
+ next;
+ mes "[Han Garam]";
+ mes "Hey, if you don't mind, can I have them?";
+ mes "In fact, I am the only traditional hat craftsman";
+ mes "in this Rune-Midgarts Kingdom.";
+ mes "However, I have recently gotten into trouble,";
+ mes "and have not been able to focus on my business.";
+ next;
+ mes "[Han Garam]";
+ mes "The trouble is that I have ran out of those Bijous.";
+ mes "You know, those colorful beads that you have.";
+ mes "I could restart my business again,";
+ mes "only if I have them...*Sigh*";
+ next;
+ mes "[Han Garam]";
+ mes "Can you please let me have them?";
+ mes "I will pay you back with one of my proud traditional hats.";
+ mes "Well, since I am the only one who can make them,";
+ mes "in fact, you are not doing a losing business with me, don't you think?";
+ next;
+ mes "[Han Garam]";
+ mes "Please? I assure you that I can make traditional hats.";
+ next;
+ if (select("Give him the items.:Don't give him the items.") == 1) {
+ mes "[Han Garam]";
+ mes "Wow, wow, thank you so much!";
+ mes "As I promised, I will make you a hat in return.";
+ mes "But, can you wait for a while?";
+ mes "To make hat, I have to contact the Dragon God first.";
+ next;
+ delitem 7446,7; //Blue_Orb
+ delitem 7448,7; //Yellow_Orb
+ delitem 7445,7; //Green_Orb
+ delitem 7447,7; //Red_Orb
+ set moza_korea,1;
+ mes "[Han Garam]";
+ mes "...Okay, give me some time to focus.";
+ close;
+ }
+ mes "[Han Garam]";
+ mes "Bah, that's your choice.";
+ mes "If you change your mind, tell me immediately though.";
+ mes "You should know that";
+ mes "those things belong to someone else, not you.";
+ close;
+ }
+ mes "[Han Garam]";
+ mes "I am Han Garam, and a heir of a formerly renown family.";
+ mes "Do you want to know why I say ''formerly renown''?";
+ mes "It is because my grandfather lost my family's wealth,";
+ mes "and now we are just like other ordinary families, hahahaha!";
+ next;
+ mes "[Han Garam]";
+ mes "I have inherited nothing but this traditional hat making skill.";
+ mes "Even then, it is a quite extraordinary inheritance,";
+ mes "since I am the only one in the Rune-Midgarts Kingdom";
+ mes "who can make traditional hats.";
+ next;
+ mes "[Han Garam]";
+ mes "Unfortunately, I haven't been able to";
+ mes "exercise my skill because I haven't met with the Dragon God...";
+ mes "Eh? What do I mean, you ask?";
+ mes "You know what mediums do, right?";
+ mes "They receive spirits into their bodies,";
+ mes "and communicate with them.";
+ next;
+ mes "[Han Garam]";
+ mes "So, in my case, a Dragon God comes into my body,";
+ mes "and gives me strength and wisdom.";
+ mes "When my family was wealthy,";
+ mes "we had enough invocation materials";
+ mes "to summon the Dragon God,";
+ mes "but now, as you see,";
+ mes "we cannot afford such expensive things.";
+ next;
+ mes "[Han Garam]";
+ mes "Basically, I may have inherited my family's heirloom,";
+ mes "but I can't use it";
+ mes "because I cannot afford buying the invocation materials.";
+ next;
+ mes "[Han Garam]";
+ mes "To summon the Dragon God,";
+ mes "I must have ^FF00007 Bijous for each of the 4 Bijou colors^000000.";
+ mes "^FF0000I need 7 Bijous for each of the Blue, ";
+ mes "^FF0000Yellow, Green, and Red colors^000000.";
+ mes "Basically I need total 28 Bijous...umm.";
+ next;
+ mes "[Han Garam]";
+ mes "As I said earlier, not only they are expensive,";
+ mes "but also they are hard to find...";
+ mes "*Sigh* I am afraid that my family's heirloom skill";
+ mes "might be discontinued at my generation...";
+ close;
+}
diff --git a/npc/quests/newgears/2008_headgears.txt b/npc/quests/newgears/2008_headgears.txt
new file mode 100644
index 000000000..c634bb2f0
--- /dev/null
+++ b/npc/quests/newgears/2008_headgears.txt
@@ -0,0 +1,823 @@
+//===== rAthena Script =======================================
+//= 2008 Headgear
+//===== By: ==================================================
+//= Masao
+//= Credits: Muad_Dib
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= SVN rA
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Cats Footprint, Cute Ribbon Dyer and Brides Corolla.
+//===== Additional Comments: =================================
+//= 1.0 First Version. [Masao]
+//============================================================
+
+gef_fild05,80,149,3 script Myu#08_hat 877,{
+ mes "[Myu]";
+ mes "Meow...";
+ emotion 23;
+ next;
+ if(hatcat2008 == 0) {
+ mes "[Myu]";
+ mes "Oh? Aren't you an adventurer?";
+ mes "What brings you here? Ho, you are not here to harm Wild Roses, are you?";
+ mes "(Meow!)";
+ next;
+ menu "Meow..?",-;
+ mes "[Myu]";
+ mes "Ah, Never mind that.";
+ mes "This place is the village of Deserted people.";
+ mes "Homeland of those who walk in the shadows and lay low.";
+ next;
+ mes "[Myu]";
+ mes "....And yet, our peace is being disturbed by those barking dogs.";
+ mes "That's right, Adventurer.";
+ mes "Would you be so kind and punish those Kobold Archers?";
+ next;
+ mes "[Myu]";
+ mes "They have their own territory south of here, but they're still trying to invade ours.";
+ next;
+ mes "[Myu]";
+ mes "How Impudent. I tried to talk to them in a peaceful way, or even fight them off, but it was of no use.";
+ next;
+ mes "[Myu]";
+ mes "So what I'm asking you is... to drive them out of our territory by using all means necessary..";
+ next;
+ mes "[Myu]";
+ mes "If you manage to do that, I will give you something precious which I really adore.";
+ next;
+ switch(select("That sounds troublesome..:What should I do?")){
+ case 1:
+ mes "[Myu]";
+ mes "Hmph, yeah, it was kinda funny huh.";
+ mes "Anybody who comes here....they all come to harm the Wild Roses..";
+ mes "I failed to notice that.";
+ next;
+ mes "[Myu]";
+ mes "...It was a fruitless effort Meow...";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes " (Meow again...What a weirdo.)";
+ close;
+ case 2:
+ mes "[Myu]";
+ mes "Of course take care of those Kobold Archers Meow!";
+ mes " ";
+ mes "(Meow!)";
+ next;
+ menu "Meow again?!",-;
+ mes "[Myu]";
+ mes "Hmm Hmm I told you to never mind that.";
+ mes "So as I was saying...";
+ mes "I mean... meow... er...";
+ next;
+ mes "[Myu]";
+ mes "Exactly 1,000 times no more, no less.";
+ mes "Give them 1,000 warnings and they will back off.";
+ next;
+ menu "What do you mean by 1,000 warnings...?",-;
+ mes "[Myu]";
+ mes "Hu~Do I have to spell it out for you?";
+ next;
+ mes "As she says that, Myu slides her neck mocking like she's slitting her throat.";
+ next;
+ switch(select("Isn't that too much?:That's easy")){
+ case 1:
+ mes "[Myu]";
+ mes "..But they won't give up if we dont really teach them a lesson.";
+ mes "Well If you think it's too much for you, so be it.";
+ close;
+ case 2:
+ mes "[Myu]";
+ mes "But you have to keep one thing in mind and it is";
+ mes "obiously, NEVER EVER do any harm to Wild Roses.";
+ next;
+ mes "[Myu]";
+ mes "If you do, it's all over for you.";
+ mes "So you better be careful.. ";
+ mes "Meow Meow Meow..";
+ set hatcat2008,1;
+ setquest 7054;
+ setquest 7055;
+ close;
+ }
+ }
+ } else if(hatcat2008 == 1) {
+ if(checkquest(7055,HUNTING) == 2) {
+ mes "[Myu]";
+ mes "Did you think I didn't know what you have done?";
+ mes "Huh?";
+ next;
+ mes "[Myu]";
+ mes "How..just how could you kill those precious children..?";
+ mes "And you were saying that you are on our side?!";
+ next;
+ mes "[Myu]";
+ mes "Our business is over!!!";
+ mes " ";
+ mes "(Meow..)";
+ set hatcat2008,0;
+ erasequest 7054;
+ erasequest 7055;
+ close;
+ } else if(checkquest(7054,HUNTING) == 2) {
+ mes "[Myu]";
+ mes "Oh..wow unbelievable!";
+ mes "Now, those Kobolds should have learned a lesson, haven't they?";
+ mes "Meow Meow Meow!";
+ next;
+ mes "[Myu]";
+ mes "Here, Take this.";
+ mes "This is the Seal of our 'Brave Kitty Cats'.";
+ mes "This is soooo valuable, so don't lose it.";
+ next;
+ menu "This is it?",-;
+ mes "[Myu]";
+ mes "What more did you expect?";
+ mes "That Pow is really a valuable thing!";
+ mes "Now, just take it and leave. Wild Roses feel uncomfortable with an adventurer around them.";
+ set hatcat2008,2;
+ getitem 5446,1;
+ erasequest 7054;
+ erasequest 7055;
+ close;
+ }
+ mes "[Myu]";
+ mes "You get it now, huh?";
+ mes "ONE THOUSAND TIMES! -chuckles-";
+ mes "(Meow Meow Meow~)";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "(What a weirdo.. Anyways..what's with that meow meow sound?)";
+ mes "Just keep your promises.";
+ mes "after the work is done...Ok?";
+ next;
+ mes "[Myu]";
+ mes "Of course! Don't worry about that~";
+ close;
+ } else if(hatcat2008 == 2) {
+ mes "[Myu]";
+ mes "This place is the village of Deserted people.";
+ mes "Homeland of those who walk in the shadows and lay low.";
+ next;
+ mes "[Myu]";
+ mes "Oh, Aren't you the Adventurer who took the Seal of our 'Brave Kitty Cats'.";
+ mes "What brings you here?";
+ next;
+ mes "[Myu]";
+ mes "Oh yeah, right, even after all the threats we gave the Kobolds..";
+ mes "our situation hasn't changed at all. Would you mind helping us once more?";
+ next;
+ mes "Myu slides her neck mocking like she's slitting her throat.";
+ mes "Her mouth looks like it's saying.";
+ mes " 'O.N.E. T.H.O.U.S.A.N.D.' ";
+ next;
+ switch(select("NO!:Sure.")) {
+ case 1:
+ mes "[Myu]";
+ mes "...!...";
+ mes ".. Ah.. that's too bad.";
+ mes "Well, looks like a bait has spoiled.... ";
+ mes "It's ok. That's how it is. Meow.";
+ close;
+ case 2:
+ mes "[Myu]";
+ mes "You know the drill right?";
+ mes "Never ever touch the Wild Roses, Only hunt down the Kobold Archers.";
+ mes "Give them 1,000 times despair!";
+ set hatcat2008,1;
+ setquest 7054;
+ setquest 7055;
+ close;
+ }
+ }
+ mes "[Myu]";
+ mes "Meow..";
+ mes "This Sunshine...makes me sleepy..";
+ close;
+}
+
+morocc_in,137,102,5 script Trainee#2008hat01 82,{
+ mes "[Trainee Elgo]";
+ mes "Welcome.";
+ mes "Please talk to our teacher if you are here to make a dyes.";
+ mes "And talk to my friend next to me if it is about the delivery.";
+ next;
+ switch(select("And just what are you doing?:I see.")){
+ case 1:
+ mes "[Elgo]";
+ mes "Well, I dye clothes.";
+ mes "like handkerchiefs, or ribbons.";
+ next;
+ mes "[Elgo]";
+ mes "I can dye small things really pretty..";
+ mes "Such as a ^4d4dffCute Ribbon^000000.";
+ mes "Bring me a Cute Ribbon if you want to dye it.";
+ next;
+ mes "[Elgo]";
+ mes "It'd be a good chance for me to practice one,";
+ mes "and you won't have to pay a single zeny.";
+ mes "Oh yeah, but I will at least need the required^4d4dffdyestuffs^000000.";
+ next;
+ mes "[Elgo]";
+ mes "Of course, I won't fail.";
+ mes "I will put all my efforts into it.";
+ mes "I want to challenge my skills!!";
+ next;
+ if (countitem(2250) > 0 || countitem(5441) > 0 || countitem(5439) > 0 || countitem(5440) > 0 || countitem(5438) > 0) {
+ mes "["+strcharinfo(0)+"]";
+ mes "(I have a Cute Ribbon...what should I do..?)";
+ next;
+ switch(select("Ask Elgo to dye it.:Leave it alone.")){
+ case 1:
+ mes "[Elgo]";
+ mes "Oh, So you want to dye your Cute Ribbon, aren't you?";
+ mes "What colour is your Cute Ribbon?";
+ mes "Which one is the one you want to be dyed?";
+ next;
+ switch(select("Yellow one..:White one..:Blue one..:Red one..:Green one..:Never mind.")){
+ case 1:
+ if(countitem(2250) > 0) {
+ mes "[Elgo]";
+ mes "Ok Ok, Yellow Cute Ribbon, huh?";
+ mes "What color do you want it to be dyed?";
+ next;
+ switch(select("White:Blue:Red:Green")){
+ case 1:
+ if(countitem(982) > 0) {
+ mes "[Elgo]";
+ mes "Wow, pure and innocent white!";
+ mes "Ok, let's do it.";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 2250,1;
+ delitem 982,1;
+ getitem 5441,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it white, bring me ^4d4dff1 White Dyestuffs^000000.";
+ close;
+ case 2:
+ if(countitem(978) > 0) {
+ mes "[Elgo]";
+ mes "Cool blue!!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 2250,1;
+ delitem 978,1;
+ getitem 5440,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it blue, bring me ^4d4dff1 Blue Dyestuffs^000000.";
+ close;
+ case 3:
+ if(countitem(975) > 0) {
+ mes "[Elgo]";
+ mes "Cute Red!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 2250,1;
+ delitem 975,1;
+ getitem 5439,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it red, bring me ^4d4dff1 Red Dyestuffs^000000.";
+ close;
+ case 4:
+ if(countitem(979) > 0) {
+ mes "[Elgo]";
+ mes "Nature's Green!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 2250,1;
+ delitem 979,1;
+ getitem 5438,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it green, bring me ^4d4dff1 Green Dyestuffs^000000.";
+ close;
+ }
+ }
+ mes "[Elgo]";
+ mes "Yellow is the basic color of a Cute Ribbon.";
+ mes "But you don't even have one.";
+ close;
+ case 2:
+ if(countitem(5441) > 0) {
+ mes "[Elgo]";
+ mes "Ok Ok, This white Cute Ribbon, huh?";
+ mes "What color do you want it to be dyed?";
+ next;
+ switch(select("Yellow:Blue:Red:Green")) {
+ case 1:
+ if(countitem(976) > 0) {
+ mes "[Elgo]";
+ mes "Basic Yellow!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5441,1;
+ delitem 976,1;
+ getitem 2250,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it yellow, bring me ^4d4dff1 yellow Dyestuffs^000000.";
+ close;
+ case 2:
+ if(countitem(978) > 0) {
+ mes "[Elgo]";
+ mes "Cool blue!!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5441,1;
+ delitem 978,1;
+ getitem 5440,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it blue, bring me ^4d4dff1 Blue Dyestuffs^000000.";
+ close;
+ case 3:
+ if(countitem(975) > 0) {
+ mes "[Elgo]";
+ mes "Cute Red!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5441,1;
+ delitem 975,1;
+ getitem 5439,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it red, bring me ^4d4dff1 Red Dyestuffs^000000.";
+ close;
+ case 4:
+ if(countitem(979) > 0) {
+ mes "[Elgo]";
+ mes "Nature's Green!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5441,1;
+ delitem 979,1;
+ getitem 5438,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it green, bring me ^4d4dff1 Green Dyestuffs^000000.";
+ close;
+ }
+ }
+ mes "[Elgo]";
+ mes "You want to dye a white Cute Ribbon, right?";
+ mes "But you don't even have one.";
+ close;
+ case 3:
+ if(countitem(5440) > 0) {
+ mes "[Elgo]";
+ mes "Ok Ok, This blue Cute Ribbon, huh?";
+ mes "What color do you want it to be dyed?";
+ next;
+ switch(select("White:Yellow:Red:Green")) {
+ case 1:
+ if(countitem(982) > 0) {
+ mes "[Elgo]";
+ mes "Wow, pure and innocent white!";
+ mes "Ok, let's do it.";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5440,1;
+ delitem 982,1;
+ getitem 5441,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it white, bring me ^4d4dff1 White Dyestuffs^000000.";
+ close;
+ case 2:
+ if(countitem(976) > 0) {
+ mes "[Elgo]";
+ mes "Basic Yellow!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5440,1;
+ delitem 976,1;
+ getitem 2250,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it yellow, bring me ^4d4dff1 yellow Dyestuffs^000000.";
+ close;
+ case 3:
+ if(countitem(975) > 0) {
+ mes "[Elgo]";
+ mes "Cute Red!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5440,1;
+ delitem 975,1;
+ getitem 5439,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it red, bring me ^4d4dff1 Red Dyestuffs^000000.";
+ close;
+ case 4:
+ if(countitem(979) > 0) {
+ mes "[Elgo]";
+ mes "Nature's Green!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5440,1;
+ delitem 979,1;
+ getitem 5438,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it green, bring me ^4d4dff1 Green Dyestuffs^000000.";
+ close;
+ }
+ }
+ mes "[Elgo]";
+ mes "You want to dye a blue Cute Ribbon, right?";
+ mes "But you don't even have one.";
+ close;
+ case 4:
+ if(countitem(5439) > 0) {
+ mes "[Elgo]";
+ mes "Ok Ok, This Red Cute Ribbon, huh?";
+ mes "What color do you want it to be dyed?";
+ next;
+ switch(select("White:Blue:Yellow:Green")){
+ case 1:
+ if (countitem(982) > 0){
+ mes "[Elgo]";
+ mes "Wow, pure and innocent white!";
+ mes "Ok, let's do it.";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5439,1;
+ delitem 982,1;
+ getitem 5441,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it white, bring me ^4d4dff1 White Dyestuffs^000000.";
+ close;
+ case 2:
+ if(countitem(978) > 0) {
+ mes "[Elgo]";
+ mes "Cool blue!!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5439,1;
+ delitem 978,1;
+ getitem 5440,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it blue, bring me ^4d4dff1 Blue Dyestuffs^000000.";
+ close;
+ case 3:
+ if(countitem(976) > 0) {
+ mes "[Elgo]";
+ mes "Basic Yellow!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5439,1;
+ delitem 976,1;
+ getitem 2250,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it yellow, bring me ^4d4dff1 yellow Dyestuffs^000000.";
+ close;
+ case 4:
+ if(countitem(979) > 0) {
+ mes "[Elgo]";
+ mes "Nature's Green!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5439,1;
+ delitem 979,1;
+ getitem 5438,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it green, bring me ^4d4dff1 Green Dyestuffs^000000.";
+ close;
+ }
+ }
+ mes "[Elgo]";
+ mes "You want to dye a red Cute Ribbon, right?";
+ mes "But you don't even have one.";
+ close;
+ case 5:
+ if(countitem(5438) > 0) {
+ mes "[Elgo]";
+ mes "Ok Ok, This Green Cute Ribbon, huh?";
+ mes "What color do you want it to be dyed?";
+ next;
+ switch(select("White:Blue:Red:Yellow")) {
+ case 1:
+ if(countitem(982) > 0) {
+ mes "[Elgo]";
+ mes "Wow, pure and innocent white!";
+ mes "Ok, let's do it.";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5438,1;
+ delitem 982,1;
+ getitem 5441,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it white, bring me ^4d4dff1 White Dyestuffs^000000.";
+ close;
+ case 2:
+ if(countitem(978) > 0) {
+ mes "[Elgo]";
+ mes "Cool blue!!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5438,1;
+ delitem 978,1;
+ getitem 5440,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it blue, bring me ^4d4dff1 Blue Dyestuffs^000000.";
+ close;
+ case 3:
+ if(countitem(975) > 0) {
+ mes "[Elgo]";
+ mes "Cute Red!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5438,1;
+ delitem 975,1;
+ getitem 5439,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it red, bring me ^4d4dff1 Red Dyestuffs^000000.";
+ close;
+ case 4:
+ if(countitem(976) > 0) {
+ mes "[Elgo]";
+ mes "Basic Yellow!";
+ mes "Let's do it!";
+ next;
+ mes "- Elgo starts to dissolve dyes and chemicals in water, then he begins to dye the Cute Ribbon. -";
+ next;
+ mes "[Elgo]";
+ mes ".. Hmm..";
+ mes "This should do it.";
+ mes "What do you think?";
+ mes "Did this color came out nicely?";
+ delitem 5438,1;
+ delitem 976,1;
+ getitem 250,1;
+ close;
+ }
+ mes "[Elgo]";
+ mes "If you want to dye it yellow, bring me ^4d4dff1 yellow Dyestuffs^000000.";
+ close;
+ }
+ }
+ mes "[Elgo]";
+ mes "You want to dye a Green Cute Ribbon, right?";
+ mes "But you don't even have one.";
+ close;
+ case 6:
+ mes "["+strcharinfo(0)+"]";
+ mes "Ah, I'm not sure this time. I will come back next time.";
+ mes "Take Care.";
+ next;
+ mes "[Elgo]";
+ mes "Ok. It's fine. I will see you later~ Bye Bye~!";
+ close;
+ }
+ case 2:
+ mes "["+strcharinfo(0)+"]";
+ mes "Hmm, I will bring you one next time.";
+ mes "Take Care.";
+ next;
+ mes "[Elgo]";
+ mes "Ok, Good bye!";
+ close;
+ }
+ }
+ case 2:
+ mes "[Elgo]";
+ mes "Uh..Would you please leave?";
+ mes "I need to get back to work...";
+ close;
+ }
+}
+
+in_orcs01,119,106,3 script Orc Lady#2008hat03 1273,2,2,{
+
+OnTouch:
+ mes "["+strcharinfo(0)+"]";
+ mes "This Orc Lady is absorbed in something.";
+ mes "I don't know what she's making...but she wouldn't notice me even I walk up on her.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Should I talk to her?...Uh..Do we even understand eachother?";
+ next;
+ mes "THe Orc Lady suddenly turns around looking surprised.";
+ mes "A Maneater Blossom fell on the ground out of her hands.";
+ next;
+ switch(select("Pick up the flowers for Orc Lady.:Run away!")) {
+ case 1:
+ mes "[Orc Lady]";
+ mes ".. ...";
+ mes "Adventurer with weapon helps Orc?";
+ mes "You weirdo.";
+ mes "My name is Aite-Nah-Zir-Be.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Surprisingly the Orc Lady introduced herself to me.";
+ mes "How should I react?";
+ next;
+ switch(select("Ask her what she was up to.:Say good bye.")){
+ case 1:
+ mes "[Aite]";
+ mes "I'm making a Corolla.";
+ mes "Weaving the flower...with a ribbon..";
+ mes "Brides...wear...Corollas..";
+ next;
+ menu "Would you make one for me?",-;
+ if((countitem(10007) > 0) && (countitem(1032) > 999)) {
+ mes "[Aite]";
+ mes ".. Materials..you..have..";
+ mes "..Too much time to make one.";
+ next;
+ mes "[Aite]";
+ mes "Trade with you.. the one I just made.";
+ mes "But you, weirdo.";
+ mes "You humans are hard...to...understand.";
+ delitem 10007,1;
+ delitem 1032,1000;
+ getitem 5436,1;
+ close;
+ }
+ mes "[Aite]";
+ mes "I need... Silk... Ribbon.";
+ mes "1,000 Maneater Blossoms..";
+ mes "Bring me....";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "(^4d4dff Silk Ribbon and 1,000 Maneater Blossoms^000000, huh..)";
+ mes "Got it. I will go and bring back the materials.";
+ close;
+ case 2:
+ mes "["+strcharinfo(0)+"]";
+ mes "I nodded goodbye to her with a smile on my face saying nothing.";
+ mes "She nodded back to be as if she understood that was my good bye.";
+ close;
+ }
+ case 2:
+ mes "["+strcharinfo(0)+"]";
+ mes "Let's run away while she's still in shock.";
+ close2;
+ warp "gef_fild10",223,203;
+ end;
+ }
+ end;
+}