summaryrefslogtreecommitdiff
path: root/npc/cities/jawaii.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-14 20:34:13 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-14 20:34:13 +0000
commit9d220e770517b1bd71bc3f1ad2e57ce894661f22 (patch)
treeae1ecf26f0b1f4c95541b426b9c216ff55b4c355 /npc/cities/jawaii.txt
parent37e1cf1387107171eb5e8731de69a30503f3d355 (diff)
downloadhercules-9d220e770517b1bd71bc3f1ad2e57ce894661f22.tar.gz
hercules-9d220e770517b1bd71bc3f1ad2e57ce894661f22.tar.bz2
hercules-9d220e770517b1bd71bc3f1ad2e57ce894661f22.tar.xz
hercules-9d220e770517b1bd71bc3f1ad2e57ce894661f22.zip
* Updated cities: Morroc, Jawaii, and Izlude
- Moved an NPC out of Prontera because of the Jawaii update. * Updated Wedding script to official. (Moved previous to custom.) - Updated the Divorce NPC to Official as well. * Changed some dialog in the Kafra Functions. * Updated the Message boards to iRO standards. * Added the Mail box NPCs even though the mail system is not implemented. * Near total rewrite of the shops.txt file. Lots of corrections and such. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10766 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/jawaii.txt')
-rw-r--r--npc/cities/jawaii.txt1974
1 files changed, 1336 insertions, 638 deletions
diff --git a/npc/cities/jawaii.txt b/npc/cities/jawaii.txt
index 36c13f1c2..a8b2eb171 100644
--- a/npc/cities/jawaii.txt
+++ b/npc/cities/jawaii.txt
@@ -3,771 +3,1469 @@
//===== By: ==================================================
//= jAthena (1.0)
//= DNett123 (1.1 - 1.5)
+//= L0ne_w0lf
//===== Current Version: =====================================
-//= 2.02
+//= 3.0
//===== Compatible With: =====================================
-//= Latest eAthena SVN
+//= eAthena SVN
//===== Description: =========================================
+//= [Aegis OCnversion]
//= Jawaii Town Npcs
//===== Additional Comments: =================================
-//= 1.0 - Done By jAthena
-//= 1.1 - Rough Translation [DNett123]
-//= 1.2 - Started Grammer Corrections [DNett123]
-//= 1.3 - Some Edits Thanks To Vidar & Fusion [DNett123]
-//= 1.4 - Edited Dancer, Thanks ceskil [DNett123]
-//= 1.5 - Fixed Script, and spelling errors, some thanks to Sparkles [DNett123]
-//= 1.6 - Final corrections (not complete), thanks to the public, and DNett123!
-//= 1.6c - added missing monsters. Still 1 type is missing [Lupus]
-//= 1.7 – Fixed a lot of typo’s [Nexon]
-//= 1.8 - Removed monster spawns, added aegis ep 8.5 spawns to npc/mobs/fields/jawaii.txt [MasterOfMuppets]
-//= 2.0 - Updated the npcs according to iRO [MasterOfMuppets]
+//= 1.0 Done By jAthena
+//= 1.1 Rough Translation [DNett123]
+//= 1.2 Started Grammer Corrections [DNett123]
+//= 1.3 Some Edits Thanks To Vidar & Fusion [DNett123]
+//= 1.4 Edited Dancer, Thanks ceskil [DNett123]
+//= 1.5 Fixed Script, and spelling errors, some thanks to Sparkles [DNett123]
+//= 1.6 Final corrections (not complete), thanks to the public, and DNett123!
+//= 1.6c added missing monsters. Still 1 type is missing [Lupus]
+//= 1.7 Fixed a lot of typo’s [Nexon]
+//= 1.8 Removed monster spawns, added aegis ep 8.5 spawns to npc/mobs/fields/jawaii.txt [MasterOfMuppets]
+//= 2.0 Updated the npcs according to iRO [MasterOfMuppets]
//= 2.01 fixed missing @ at randomdrink, thanks to theultramage [Lupus]
-//= 2.02 - Fixed Classic Suite NPC warping directly above a warp [Evera]
+//= 2.02 Fixed Classic Suite NPC warping directly above a warp [Evera]
+//= 3.0 Rescripted to Aegis 10.3 standard. Contains all Jawaii-related NPCs. [L0ne_W0lf]
//============================================================
-//===== Shop: ================================================
-jawaii,186,174,2 shop Jawaii Dealer 85,536:150
-
-//===== Jawaii Scripts ===================================
-jawaii,141,200,3 script Attendant#Sweetness Suite 798,{
-
- mes "[Alowawu]";
- mes "Welcome.";
- mes "This is the Sweetness suite.";
- mes "I have cleaned and tidy up the place.";
- mes "So please feel free to use it.";
- next;
- mes "[Alowawu]";
- mes "The rental is 1000 zeny per person.";
- mes "If you give it to me,";
- mes "I'll transfer you inside.";
- mes "There's no other way to get inside directly.";
- next;
- mes "[Alowawu]";
- mes "I'll help you with the baggages,";
- mes "or else, my boss will";
- mes "beat me up with Triple Blows.";
- mes "That really hurts.";
- next;
- menu "Use it",-,"Cancel",s_Cancel;
- if(Zeny > 999)
-{
- mes "[Alowawu]";
- mes "Thank you.";
- mes "I'll open a portal for you right now.";
- mes "Have a nice stay";
- close2;
- set Zeny,Zeny - 1000;
- warp "jawaii_in",116,64;
- end;
-}
- else
-{
- mes "[Alowawu]";;
- mes "Ah. Dear customer,";
- mes "you don't have enough zeny to pay for the room.";
- mes "I can't let you in. Or else,";
- mes "my boss with get angry and hit me with Triple Blows.";
- close;
-}
-s_Cancel:
- mes "[Alowawu]";
- mes "Haha, this room is better than others.";
- mes "Believe, it's nice and clean.";
- mes "If you have any change of mind,";
- mes "just come and find me.";
- close;
+// Jawaii
+//============================================================
+jawaii,239,112,7 script Mariner#toizu 100,{
+ mes "[Mariner]";
+ mes "This ship";
+ mes "is heading";
+ mes "towards ^666699Izlude^000000.";
+ mes "Have you enjoyed your time in Jawaii? You should check to see";
+ mes "if you forgot anything before we go.";
+ next;
+ mes "[Mariner]";
+ mes "Well, then.";
+ mes "Would you like";
+ mes "to go back to Izlude?";
+ next;
+ if (select("Go back.:Cancel.") == 1) {
+ mes "[Mariner]";
+ mes "Now, let me";
+ mes "guide you to";
+ mes "Izlude.";
+ close2;
+ warp "izlude",176,182;
+ end;
+ }
+ mes "[Mariner]";
+ mes "Take your time";
+ mes "and look around as";
+ mes "much as you like.";
+ mes "Somehow, this is not";
+ mes "a place that you can";
+ mes "visit often, you know?";
+ close;
}
-jawaii,108,199,5 script Attendant#Classic_Suite 74,{
-
- mes "[Poyi Oland]";
- mes "Welcome.";
- mes "This is the Classic suite with two rooms.";
- mes "It's totally perfect for both of you!";
- mes "Although the appearances of the houses look alike,";
- mes "the interior is totally different!";
- next;
- mes "[Poyi Oland]";
- mes "The rental is 1000 zeny per person.";
- mes "and we're on a post paid basis!";
- mes "Since you're here on a trip,";
- mes "I suggest that you choose a better room!";
- next;
- mes "[Poyi Oland]";
- mes "If you ever need anything, just call us.";
- mes "We'll be at your service immediately.";
- next;
- menu "Use",-,"Cancel",s_Cancel;
-
- if (Zeny > 999)
-{
- mes "[Poyi Oland]";
- mes "Thank you for using.";
- mes "Please enjoy your stay.";
- close2;
- set Zeny,Zeny - 1000;
- warp "jawaii_in",130,109;
- end;
-}
- else
-{
- mes "[Poyi Oland]";
- mes "I'm sorry!";
- mes "You do not have enough zeny.";
- mes "Please confirm your zeny and come again!";
- close;
-}
-s_Cancel:
- mes "[Poyi Oland]";
- mes "So, please come again after you've confirmed it.";
- mes "Presence of any guest is always welcomed.";
- close;
+jawaii,122,263,5 script Mariner#toalbe 100,{
+ mes "[Mariner]";
+ mes "This ship";
+ mes "is headed back";
+ mes "towards ^003399Alberta^000000.";
+ mes "Have you enjoyed your time in Jawaii? You should check to see";
+ mes "if you forgot anything before we go.";
+ next;
+ mes "[Mariner]";
+ mes "Now, are you";
+ mes "ready to go back";
+ mes "to Alberta?";
+ next;
+ if (select("Go back.:Cancel.") == 1) {
+ mes "[Mariner]";
+ mes "Now, let me";
+ mes "take you back";
+ mes "to Alberta.";
+ close2;
+ warp "alberta",192,157;
+ end;
+ }
+ mes "[Mariner]";
+ mes "Yeah...";
+ mes "Try to enjoy your";
+ mes "vacation as much";
+ mes "as you can. We'll be";
+ mes "ready to leave when";
+ mes "you are.";
+ close;
}
-jawaii,107,189,5 script Attendant#Honeymoon Suite 93,{
-
- mes "[Saroki Lania]";
- mes "...This is the Honeymoon suite and the cost is 1000 zeny.";
+jawaii,188,218,7 script Tavern Lady#Jawaii 80,{
+ mes "[Lady]";
+ mes "Oh, dear!";
+ mes "You're not going";
+ mes "to the tavern, are you?";
next;
- mes "[Saroki Lania]";
- mes "...Do you want to go in?";
+ if (select("No, I am not.:Hell yeah~") == 1) {
+ mes "[Lady]";
+ mes "Whew~!";
+ mes "Thank goodness!";
+ mes "It's just that...";
+ mes "The tavern probably";
+ mes "isn't the best place for";
+ mes "you to enjoy yourself.";
+ next;
+ }
+ mes "[Lady]";
+ mes "Even though I work there, I still can't believe that kind of place exists! I mean, I thought alcohol was outlawed in the Rune-Midgarts Kingdom!";
next;
- mes "[Poyi Oland]";
- mes "If you ever need anything, just call us.";
- mes "We'll be at your service immediately.";
+ mes "[Lady]";
+ mes "I have no idea how singles are";
+ mes "able to find this place. But I've heard that lots of different people come here for different reasons.";
next;
- menu "Yes",-,"Cancel",s_Cancel;
-
- if(Zeny > 999)
-{
- mes "[Saroki Lania]";
- mes "...Please come in.";
- close2;
- set Zeny,Zeny - 1000;
- warp "jawaii_in",86,117;
- end;
-}
- else
-{
- mes "[Saroki Lania]";
- mes "...Not enough zeny?";
- close;
-}
-s_Cancel:
- mes "[Saroki Lania]";
- mes "...Ok then.";
- close;
-}
-jawaii,112,173,7 script Attendant#Villa Suite 93,{
-
- mes "[Lakers Lania]";
- mes "Saroki, this is rude.";
- mes "Can't you treat the customer nicely?";
- mes "This will make them feel uneasy. Oh, customer!";
- mes "Welcome. Are you here on a trip?";
- next;
- mes "[Lakers Lania]";
- mes "This is the Villa suite.";
- mes "It is as comfortable as your home.";
- mes "The rental is only 1000 zeny.";
- next;
- mes "[Lakers Lania]";
- mes "If you want to use it, I can serve you right now.";
- mes "What do you think?";
- next;
- menu "Use it",-,"Cancel",s_Cancel;
- if(Zeny > 999)
-{
- mes "[Lakers Lania]";
- mes "Thanks and rest well.";
- mes "I hope you'll enjoy your trip.";
- close2;
- set Zeny,Zeny - 1000;
- warp "jawaii_in",87,75;
- end;
+ mes "[Lady]";
+ mes "I've even seen unmarried single people coming here just to get drunk! Oh! And for some reason, people have been disappearing";
+ mes "from the tavern!";
+ next;
+ mes "[Lady]";
+ mes "I wonder what's going on?";
+ mes "^666666*Sigh*^000000 I'm a waitress there, but still I just want to tell you not to go in there...";
+ close;
}
- else
-{
- mes "[Lakers Lania]";
- mes "Oh, you don't have enough zeny for the stay...?";
- mes "Maybe you can ask from your partner.";
- mes "Huhuhuhu-";
- close;
+
+jawaii,220,235,3 script Jawaii Resident#heart 724,{
+ mes "[Jawa Jawa]";
+ mes "You know what's";
+ mes "the most beautiful";
+ mes "place in Jawaii?";
+ next;
+ mes "[Jawa Jawa]";
+ mes "It's 'Heart Island,' which is just a little north of here. The water surrounding Heart Island is not that deep, so you can just walk across if you're careful.";
+ next;
+ mes "[Jawa Jawa]";
+ mes "That's the best place to share an intimate moment with the person";
+ mes "you love. It's perfectly secluded and such a beautiful area.";
+ next;
+ mes "[Jawa Jawa]";
+ mes "Of course, it's probably not";
+ mes "a good idea to go there by";
+ mes "yourself if you're single.";
+ mes "You'd look like such";
+ mes "a pathetic loser!";
+ close;
}
-s_Cancel:
- mes "[Lakers Lania]";
- mes "Hmm, maybe you can try the honeymoon suite beside us.";
- mes "Although Saroki is not sociable,";
- mes "the room is a true masterpiece!";
- close;
+
+jawaii,240,146,5 script Jawaii Resident#desc1 724,{
+ mes "[Waii Waii]";
+ mes "Welcome to Jawaii!";
+ next;
+ mes "[Waii Waii]";
+ mes "Here, you can enjoy your";
+ mes "honeymoon without worrying about any interruptions. You don't even have to bother with that notorious Single Army!";
+ next;
+ mes "[Waii Waii]";
+ mes "Well, there are a few monsters around, but you'll be okay as long as you don't attack them first. Think of them as the original residents of this island, another sight to enjoy.";
+ close;
}
-jawaii,122,263,5 script Sailor#Alberta 100,{
+jawaii,168,247,5 script Jawaii Resident#desc2 724,{
+ mes "[Waja Waja]";
+ mes "Ah, you must be a tourist.";
+ mes "If you're lost, just head West. Accomodations for newlyweds";
+ mes "are located in the western part of Jawaii. The lodging here is";
+ mes "pretty amazing.";
+ next;
+ mes "[Waja Waja]";
+ mes "There are four different themed rooms, so you can choose one to your liking. There's a Guide around if you want to ask for more information.";
+ next;
+ mes "[Waja Waja]";
+ mes "When you want to go back, please head to the NorthWest to board";
+ mes "a ship to Alberta. If you want to sail to Izlude, there's a ship waiting in the SouthEast.";
+ close;
+}
- mes "[Sailor]";
- mes "This ship will bring you back to Alberta.";
- mes "do you enjoy your stay at Jawaii?";
- mes "Please make sure that,";
- mes "you haven't left out anything.";
+jawaii,165,121,1 script Jawaii Resident#desc3 724,{
+ mes "[Iwa Iwa]";
+ mes "Jawaii~";
+ mes "Jawa~ii~";
+ mes "Where you can";
+ mes "find happiness~";
next;
- mes "[Sailor]";
- mes "Well then, are you ready to return to Alberta?";
+ mes "[Iwa Iwa]";
+ mes "Oh, isn't it beautiful? You don't have to do anything other than relax and breathe in the peaceful atmosphere. That's one of the";
+ mes "best things about Jawaii.";
next;
- menu "Yes, I am",-,"Cancel",s_Cancel;
+ mes "[Iwa Iwa]";
+ mes "Ooh! Sometimes we hold";
+ mes "concerts on this stage. If you're good at singing, why don't you";
+ mes "go up on stage and sing";
+ mes "a song for us?";
+ next;
+ mes "[Iwa Iwa]";
+ mes "Jawaii~";
+ mes "Jawa~ii~";
+ mes "Where you can";
+ mes "find happiness~";
+ close;
+}
- mes "[Sailor]";
- mes "Anchors away! Next stop! Alberta!!";
+jawaii,141,200,3 script Employee#sroom 798,{
+ mes "[Alowa]";
+ mes "W-Welcome...?";
+ mes "This is o-o-our";
+ mes "s-sweet room.";
+ mes "We, we just c-cleaned";
+ mes "this r-room for you";
+ mes "o-of course.";
+ next;
+ mes "[Alowa]";
+ mes "Th-The charge is is";
+ mes "1000 zeny p-p-per person?";
+ mes "P-please pay me the fee and";
+ mes "I,I'll let you in. I ssss...swear!";
+ next;
+ mes "[Alowa]";
+ mes "I, I'll also ca-carry your luggage. B-but pay me first. Otherwise, my bo-boss will be unhappy and... ^666666*Gulp*^000000";
+ next;
+ mes "[Alowa]";
+ mes "^333333Beat me to death...^000000";
+ next;
+ if (select("Use.:Cancel.") == 1) {
+ if (zeny > 999) {
+ mes "[Alowa]";
+ mes "T-Thank you ssso much!";
+ mes "L-Let open the room door";
+ mes "ffffor you. Thank y-you.";
+ mes "Ha-have a good time.";
close2;
- warp "alberta",192,157;
+ set zeny,zeny-1000;
+ warp "jawaii_in",116,64;
end;
-
-s_Cancel:
- mes "[Sailor]";
- mes "Well then, spend a little more time before you leave!";
- mes "It's not like you can come here everyday!";
- close;
+ }
+ mes "[Alowa]";
+ mes "Oh no! Oh no no no no no.";
+ mes "Th-This isn't enough money?";
+ mes "I-I'm ssssorry, but my b-boss w-will beat me if I l-let you";
+ mes "in without paying...";
+ close;
+ }
+ mes "[Alowa]";
+ mes "^666666*Sniff*^000000";
+ mes "B-but I promise th-that this room is the nicest and cl-cleanest room! P-Please! C-come back!";
+ Emotion e_sob;
+ close;
}
-jawaii,239,112,7 script Sailor#Jawaii2 100,{
-
- mes "[Sailor]";
- mes "This ship will bring you back to Izlude Island.";
- mes "do you enjoy your stay at Jawaii?";
- mes "Please make sure that,";
- mes "you haven't left out anything.";
+jawaii,108,199,5 script Employee#antroom 74,{
+ mes "[Pine Oran]";
+ mes "Welcome to";
+ mes "the Antique room.";
+ next;
+ mes "[Pine Oran]";
+ mes "This room provides lovers with";
+ mes "an atmosphere of plush elegance.";
+ mes "Every comfort is provided for";
+ mes "young couples in this room.";
next;
- mes "[Sailor]";
- mes "Well then, are you ready to return to Izlude Island?";
+ mes "[Pine Oran]";
+ mes "All the rooms may have the same basic structure, but each of them has their own unqiue interior to suit the tastes of different people.";
next;
- menu "Yes, I am",-,"Cancel",s_Cancel;
+ mes "[Pine Oran]";
+ mes "If you would like to lodge here, it is required to pay a 1,000 zeny fee for each person before entering. Since you're here to make fond memories of your honeymoon,";
+ mes "you should stay in the nicest room.";
+ next;
+ mes "[Pine Oran]";
+ mes "Do not hesitate to let me know when you've decided on the Antique Room. Once you've made your choice,";
+ mes "I will guide you there.";
+ next;
+ if (select("Use.:Cancel.") == 1) {
+ if (zeny > 999) {
+ mes "[Pine Oran]";
+ mes "Thank you";
+ mes "for using";
+ mes "our services.";
+ mes "Please...";
+ mes "Make yourself";
+ mes "comfortable.";
+ close2;
+ set zeny,zeny-1000;
+ warp "jawaii_in",129,110;
+ end;
+ }
+ mes "[Pine Oran]";
+ mes "I am sorry, but you don't seem to have enough money. If it's alright, why don't you check your current funds and see what you can do";
+ mes "about this situation?";
+ close;
+ }
+ mes "[Pine Oran]";
+ mes "Please...";
+ mes "Take your time.";
+ mes "There should be no rush";
+ mes "when it comes to leisure.";
+ close;
+}
- mes "[Sailor]";
- mes "Anchors away! Next stop! Izlude Island!!";
+jawaii,107,189,5 script Employee#horoom 93,{
+ mes "[Sharkie Rania]";
+ mes "I'll take you";
+ mes "to the Honey Room.";
+ mes "It costs 1,000 zeny.";
+ next;
+ mes "[Sharkie Rania]";
+ mes "So you wanna go?";
+ next;
+ if (select("Use.:Cancel.") == 1) {
+ if (zeny > 999) {
+ mes "[Sharkie Rania]";
+ mes "Eh, alright.";
+ mes "Let's get going.";
close2;
- warp "izlude",176,182;
+ set zeny,zeny-1000;
+ warp "jawaii_in",86,117;
end;
-
-s_Cancel:
- mes "[Sailor]";
- mes "Well then, spend a little more time before you leave!";
- mes "It's not like you can come here everyday!";
- close;
+ }
+ mes "[Sharkie Rania]";
+ mes "You...";
+ mes "Don't have";
+ mes "enough money.";
+ mes "C'mon, romance";
+ mes "takes zeny, got it?";
+ close;
+ }
+ mes "[Sharkie Rania]";
+ mes "No prob.";
+ close;
}
-jawaii,220,235,3 script Jawaii Citizen#Love Bo 724,{
-
- mes "[JawaJawa]";
- mes "Do you know where is the most beautiful place in Jawaii?";
- mes "It's the 'Island of Love',";
- mes "located at the north of Jawaii.";
- mes "Since the water is shallow,";
- mes "you'll be able to reach there if you're careful.";
- next;
- mes "[JawaJawa]";
- mes "It's also a suitable place for a couple to relax and spend some quality time.";
- mes "If you sit there alone,";
- mes "you'll look like a castaway,";
- mes "stranded on a deserted island!";
- next;
- mes "[JawaJawa]";
- mes "Well, of course you can play Castaway";
- mes "with the letter in empty bottle!";
- mes "But don't that look pathetic?";
+jawaii,112,173,7 script Employee#villroom 93,{
+ mes "[Larks Rania]";
+ mes "Hello dear,";
+ mes "how are you?";
+ mes "Are you looking for";
+ mes "a room to stay in?";
+ next;
+ mes "[Larks Rania]";
+ mes "This is called the Villa Room.";
+ mes "I recommend this room to people";
+ mes "who prefer to stay in a place with";
+ mes "a comfortable atmosphere";
+ mes "much like home.";
+ next;
+ mes "[Larks Rania]";
+ mes "Just like all the other rooms,";
+ mes "the lodging charge is 1,000 zeny.";
+ mes "I can guide you to the Villa Room";
+ mes "right now, if you wish. Would you";
+ mes "like to stay?";
+ next;
+ if (select("Use.:Cancel.") == 1) {
+ if (zeny > 999) {
+ mes "[Larks Rania]";
+ mes "Thank you~";
+ mes "Enjoy your stay.";
+ close2;
+ set zeny,zeny-1000;
+ warp "jawaii_in",87,75;
+ end;
+ }
+ mes "[Larks Rania]";
+ mes "Oh what a shame!";
+ mes "You don't seem";
+ mes "to have enough money...?";
+ mes "Why don't you ask your";
+ mes "partner to help you";
+ mes "with the charge?";
+ close;
+ }
+ mes "[Larks Rania]";
+ mes "No problem~";
+ mes "If you like, you may wish to check the Honey Room. Although the roomkeeper, Sharkie, is a shy girl, the room is really beautiful.";
close;
}
-jawaii,239,146,3 script Jawaii Citizen#Explain1 100,{
-
- mes "[WaiiWaii]";
- mes "Welcome to Jawaii!";
- mes "What would a marriage be without a honeymoon?";
- mes "At this place,";
- mes "you can ignore the threat from those pathetic dateless losers.";
- next;
- mes "[WaiiWaii]";
- mes "You might encounter some monsters here.";
- mes "But as long as you leave them alone, it will be fine!";
- mes "They have inhabited this place for a long time,";
- mes "so you can just take them a part of the view.";
+jawaii,214,168,5 script Honeymoon Helper#Jawaii 71,{
+ mes "[Helper]";
+ mes "There is no place";
+ mes "better for having your";
+ mes "honeymoon than Jawaii.";
+ next;
+ mes "[Helper]";
+ mes "Why don't you make the best of your time here, and make a lot of sweet memories that you will cherish for years to come?";
+ next;
+ mes "[Helper]";
+ mes "Mementos that remind you of your happy times can be your most precious possessions. Like your wedding ring, for instance, or the tuxedo and wedding dress worn during your wedding ceremony...";
+ next;
+ mes "[Helper]";
+ mes "Even if the wedding ceremony";
+ mes "is over, isn't it nice to look back upon the happy memories of your marriage ceremony? With the magical photo album at a cheap price, now you can!";
+ next;
+ mes "[Helper]";
+ mes "Its name is...";
+ mes "'Sweet Memory of Marriage'!!";
+ next;
+ mes "[Helper]";
+ mes "It will instantly bring you to the wedding hall with magic power!";
+ mes "And it only costs 50,000 zeny...";
+ next;
+ if (select("I shall buy it.:No, thanks.") == 1) {
+ if (zeny > 49999) {
+ set zeny,zeny-50000;
+ getitem 681,1; //Memory_Of_Wedding
+ mes "[Helper]";
+ mes "Thank you very much~!";
+ mes "Please remember, you";
+ mes "should use this with your";
+ mes "partner in a place that is";
+ mes "special to the both of you.";
+ close;
+ }
+ mes "[Helper]";
+ mes "'Sweet Memory of Marriage' is 50,000 zeny. But don't seem to have enough money with you right now. Maybe you and your partner could help each other to buy the Sweet Memory of Marriage?";
+ close;
+ }
+ mes "[Helper]";
+ mes "Even if your relationship ends,";
+ mes "the memories the both of you have shared will remain forever...";
close;
}
-jawaii,168,247,5 script Jawaii Citizen#Explain2 724,{
+// Inside Jawaii
+//============================================================
+jawaii_in,25,94,0 script Employee#jaw1 724,{
+ mes "[Employee Tryteh]";
+ mes "Welcome to Jawaii Tavern~";
+ if (getpartnerid() == 1) {
+ mes "Anyway, I am so glad that you two have gotten married. I hope you both will live happily ever after~";
+ next;
+ mes "[Employee Tryteh]";
+ mes "Try to be a little careful if you bump into any rude customers.";
+ mes "They might be drunk and do something stupid. You know";
+ mes "how it is...";
+ close;
+ }
+ else if (getpartnerid() == 0) {
+ mes "I hope you enjoy your stay";
+ mes "over here. But try not";
+ mes "to drink too much~";
+ close;
+ }
+ mes "I hope you will have a good time.";
+ close;
- mes "[WajaWaja]";
- mes "The hostels are located at the west.";
- mes "Every room has a different environment.";
- mes "So choose the one suitable for you.";
- mes "It would be better if you ask the staff there.";
- next;
- mes "[WajaWaja]";
- mes "Please use the ship at the northwest";
- mes "and southeast if you want to go back.";
- mes "There're boats scheduled to";
- mes "Alberta and Izlude Island.";
+OnWelcome:
+ Emotion e_kis;
+ end;
+OnSolo:
+ Emotion e_omg;
+ end;
+}
+
+jawaii_in,25,96,0 script Employee#jaw2 724,{
+ mes "[Employee Fey]";
+ mes "Welcome to Jawaii Tavern~";
+ if (getpartnerid() == 1) {
+ next;
+ mes "[Employee Fey]";
+ mes "We hope that you enjoy your time here with the one that you love. Isn't this place nice and cozy,";
+ mes "a perfect romantic atmosphere?";
+ next;
+ mes "[Employee Fey]";
+ mes "It would be absolutely perfect if it weren't for those 'Invincible Single Army' weirdos. Somehow,";
+ mes "a few of those dorks found their way here. To hell with them!";
+ close;
+ }
+ else if (getpartnerid() == 0) {
+ mes "Have a good time! But please,";
+ mes "try not to interrupt the happily married people here!";
+ close;
+ }
+ mes "I hope you will have a good time~";
close;
+
+OnWelcome:
+ Emotion e_kis;
+ end;
+OnSolo:
+ Emotion e_omg;
+ end;
}
-jawaii,165,121,1 script Jawaii Citizen#Explain3 724,{
+jawaii_in,25,98,0 script Employee#jaw3 724,{
+ mes "[Employee Buffy]";
+ mes "Welcome to Jawaii Tavern~";
+ if (getpartnerid() == 1) {
+ next;
+ mes "[Employee Buffy]";
+ mes "Oh~";
+ mes "Look at you...";
+ if (sex) {
+ mes "You look perfect";
+ mes "for your wife~";
+ }
+ else {
+ mes "You look perfect";
+ mes "with your husband~";
+ }
+ mes "Awwww, I want to";
+ mes "get married soon~!";
+ close;
+ }
+ else if (getpartnerid() == 0) {
+ next;
+ mes "[Employee Buffy]";
+ mes "Hmm...?";
+ mes "You don't look like";
+ mes "you're married, are you?";
+ if (sex) {
+ next;
+ mes "[Employee Buffy]";
+ mes "I'm pretty good";
+ mes "at cooking and cleaning";
+ mes "^666666*AHEM*^000000 I've got a ^FF0000nice body^000000.";
+ mes "So what do you think...?";
+ }
+ close;
+ }
+ mes "I hope you will have a good time.";
+ close;
- mes "[IwaIwa]";
- mes "Jawaii~ Isn't this island of happiness great?";
- mes "You can just lay down";
- mes "and do nothing for the whole day.";
- mes "That what Jawaii is meant for.";
- next;
- mes "[IwaIwa]";
- mes "This is the stage,";
- mes "wher they hold a performance sometimes.";
- mes "Do you want to go up there and sing us a song?";
- mes "Jawaii~ Island of Happiness.";
+OnWelcome:
+ Emotion e_kis;
+ end;
+OnSolo:
+ Emotion e_omg;
+ end;
+}
+
+jawaii_in,25,100,0 script Employee#jaw4 724,{
+ mes "[Employee Itere]";
+ mes "Welcome to";
+ mes "Jawaii Tavern~";
+ if (getpartnerid() == 1) {
+ next;
+ mes "[Employee Itere]";
+ mes "Oh~";
+ mes "You look so happy";
+ mes "to be here with your";
+ mes "partner! How precious~";
+ close;
+ }
+ else if (getpartnerid() == 0) {
+ mes "I hope you";
+ mes "enjoy your st--";
+ mes "Wait a minute...!";
+ next;
+ mes "[Employee Itere]";
+ mes "You're...";
+ mes "You better not be part of";
+ mes "the Invincible Single Army!";
+ next;
+ mes "[Employee Itere]";
+ mes "Well, whatever you do, don't despair, get drunk and then";
+ mes "bother the married couples!";
+ close;
+ }
+ mes "I hope you will have a good time.";
close;
+
+OnWelcome:
+ Emotion e_kis;
+ end;
+OnSolo:
+ Emotion e_omg;
+ end;
}
-jawaii_in,43,115,0 script Customer#jaw_1 97,{
+jawaii_in,30,94,4 script Employee#jaw5 724,{
+ mes "[Employee Tonia]";
+ mes "Welcome to Jawaii Tavern~";
+ if (getpartnerid() == 1) {
+ next;
+ mes "[Employee Tonia]";
+ mes "Congratulations to both of you!";
+ next;
+ mes "[Employee Tonia]";
+ mes "^666666*Sigh...*^000000";
+ mes "^333333I hope those Single Army morons don't get drunk and do something stupid again...";
+ close;
+ }
+ else if (getpartnerid() == 0) {
+ mes "Wait a sec. You're...!";
+ next;
+ mes "[Employee Tonia]";
+ mes "Hey--!";
+ mes "You're not welcome here!";
+ mes "S-Stop drinking! Right this instant!";
+ close;
+ }
+ mes "I hope you will have a good time.";
+ close;
- mes "[Boogie]";
- mes "uhOh....Oh my! How do I come to a place like this?";
- mes "Everyone here is filled with happiness!";
- next;
- mes "[Boogie]";
- mes "But for a dateless person like me, it just makes me look more like a loser!!";
- mes "You, you must have felt the same too, right?";
- next;
- mes "[Boogie]";
- mes "Urgh....";
- mes "Boss, give me another shot!";
+OnWelcome:
+ Emotion e_kis;
+ end;
+OnSolo:
+ Emotion e_omg;
+ end;
+}
+
+jawaii_in,30,96,4 script Employee#jaw6 724,{
+ mes "[Employee Kay]";
+ mes "Welcome to Jawaii Tavern~";
+ if (getpartnerid() == 1) {
+ next;
+ mes "[Employee Kay]";
+ mes "Oh gosh...!";
+ mes "Lately, I've been dealing with too many drunks in this place! It's been really hard for me to take care of it all...";
+ close;
+ }
+ else if (getpartnerid() == 0) {
+ mes "I understand that you want to relax and take a break, but please be careful and don't drink too much.";
+ close;
+ }
+ mes "I hope you will have a good time.";
close;
+
+OnWelcome:
+ Emotion e_kis;
+ end;
+OnSolo:
+ Emotion e_omg;
+ end;
}
-jawaii_in,41,106,3 script Customer#Kyle Jeet 98,{
+jawaii_in,30,98,4 script Employee#jaw7 724,{
+ mes "[Employee Amy]";
+ mes "Welcome to Jawaii Tavern~";
+ if (getpartnerid() == 1) {
+ mes "Oh! You and your partner look perfect for each other. Like, um,";
+ mes "a gun and a bullet! No...?";
+ next;
+ mes "[Employee Amy]";
+ mes "How about...";
+ mes "Milk and cookies?";
+ mes "Gin and tonic?";
+ mes "Jackie Tucker";
+ mes "and Chris Chan...?";
+ mes "Ummmm....";
+ close;
+ }
+ else if (getpartnerid() == 0) {
+ next;
+ mes "[Employee Amy]";
+ mes "Hmm, I don't think this place is for you. But, I see no problem in letting you drink and have a good time, so long as you don't";
+ mes "make a fuss.";
+ close;
+ }
+ mes "I hope you will have a good time.";
+ close;
+
+OnWelcome:
+ Emotion e_kis;
+ end;
+OnSolo:
+ Emotion e_omg;
+ end;
+}
- mes "[Kyle Jeet]";
- mes "Eat and eat...!!";
- mes "Drink! Drink...!!";
- next;
- mes "[Kyle Jeet]";
- mes "We are released...!";
- mes "from being a couple in hell...!";
- mes "to a healthy and precious single in heaven...!";
+jawaii_in,30,100,4 script Employee#jaw8 724,{
+ mes "[Employee Yasmine]";
+ mes "Welcome to Jawaii Tavern~";
+ if (getpartnerid() == 1) {
+ mes "Just like the moon and the stars, you and your partner look perfect together. I'm really happy for you!";
+ close;
+ }
+ else if (getpartnerid() == 0) {
+ next;
+ mes "[Employee Yasmine]";
+ mes "You don't look like you belong here, but I hope you find your perfect match one of these days. Have fun!";
+ close;
+ }
+ mes "I hope you will have a good time.";
close;
+
+OnWelcome:
+ Emotion e_kis;
+ end;
+OnSolo:
+ Emotion e_omg;
+ end;
+}
+
+jawaii_in,28,96,0 script jaw_em_order#Jawaii -1,3,3,{
+OnTouch:
+ if (getpartnerid()) {
+ donpcevent "Employee#jaw8::OnWelcome";
+ donpcevent "Employee#jaw7::OnWelcome";
+ donpcevent "Employee#jaw6::OnWelcome";
+ donpcevent "Employee#jaw5::OnWelcome";
+ donpcevent "Employee#jaw4::OnWelcome";
+ donpcevent "Employee#jaw3::OnWelcome";
+ donpcevent "Employee#jaw2::OnWelcome";
+ donpcevent "Employee#jaw1::OnWelcome";
+ end;
+ }
+ donpcevent "Employee#jaw8::OnSolo";
+ donpcevent "Employee#jaw7::OnSolo";
+ donpcevent "Employee#jaw6::OnSolo";
+ donpcevent "Employee#jaw5::OnSolo";
+ donpcevent "Employee#jaw4::OnSolo";
+ donpcevent "Employee#jaw3::OnSolo";
+ donpcevent "Employee#jaw2::OnSolo";
+ donpcevent "Employee#jaw1::OnSolo";
+ end;
}
+
+jawaii_in,15,104,0 script Waitress#jawaii 80,{
+ //var max_max_c = CheckMaxCount 1201 1
+ //if (max_max_c == 1) {
+ // mes "^3355FF * Wait a minute! *"
+ // mes "You're carrying too many items with you right now. Please store some of your things into Kafra Storage and try again.^000000"
+ // close
+ // return
+ //}
+ if (getpartnerid() == 1) {
+ mes "[Waitress]";
+ mes "Hello,";
+ mes "how can I help you?";
+ Emotion e_kis;
+ next;
+ switch(select("Give me food.:Bring me drink.:Where's the bar?")) {
+ case 1:
+ mes "[Waitress]";
+ mes "You can have";
+ mes "1 Meat for 1,000 zeny.";
+ mes "Would you like one?";
+ next;
+ if (select("Yes.:Wha--! It's too expensive!") == 1) {
+ if (zeny > 999) {
+ set zeny,zeny-1000;
+ getitem 517,1; //Meat
+ mes "[Waitress]";
+ mes "There you go~";
+ mes "Enjoy your meal~!";
+ close;
+ }
+ mes "[Waitress]";
+ mes "I'm sorry but...";
+ mes "This isn't enough money...";
+ close;
+ }
+ mes "[Waitress]";
+ mes "If you";
+ mes "need anything,";
+ mes "please let me know.";
+ close;
-jawaii_in,15,104,0 script Field Attendant#jawaii 80,{
+ case 2:
+ mes "[Waitress]";
+ mes "You can have";
+ mes "1 Yellow Potion";
+ mes "at 1,000 zeny.";
+ mes "Would you like one?";
+ next;
+ if (select("Yes.:Wha--! It's too expensive!") == 1) {
+ if (zeny > 999) {
+ set zeny,zeny-1000;
+ getitem 503,1; //Yelow_Potion
+ mes "[Waitress]";
+ mes "There you go~";
+ mes "Enjoy your meal~!";
+ close;
+ }
+ mes "[Waitress]";
+ mes "I am sorry but you don't have enough money?!";
+ close;
+ }
+ mes "[Waitress]";
+ mes "If you";
+ mes "need anything,";
+ mes "please let me know.";
+ close;
- mes "[Attendant]";
- mes "....Well, I don't know what's your purpose of coming here.";
- //Emotion?
+ case 3:
+ mes "[Waitress]";
+ mes "Oh, just go toward the center";
+ mes "of the tavern. I hope you have";
+ mes "a good time, but be careful and";
+ mes "don't drink too much! Have fun!";
+ close;
+ }
+ }
+ Emotion e_omg;
+ mes "[Waitress]";
+ mes "Hey, hey...!";
+ mes "I have no idea";
+ mes "why you're here...";
next;
- mes "[Attendant]";
- mes "If you try to disturb those people in happiness,";
- mes "Get a drink from the bar tender and go away after you finish it!";
+ mes "[Waitress]";
+ mes "But we don't tolerate singles messing around with the happily married couples around here.";
+ mes "Just have your drink";
+ mes "and then leave!";
next;
- menu "I am the great single!!",-,"...I just came to congratulate...",s_Cong;
-
- mes "[Attendant]";
- mes "How selfish of you...";
- mes "You should congratulate those happy couples!";
- mes "Whether you are single of married, don't cause any troube!!";
+ if (Select("I'm a member of Single Army!!:...I just wanted to congratulate them...") == 1) {
+ mes "[Employee]";
+ mes "Yeah, right.";
+ mes "Knock it off already.";
+ mes "Why can't you be happy";
+ mes "for other people?!";
next;
- mes "[Attendant]";
- mes "Or else, get married and come here for honeymoon. I'll be glad to serve you.";
- close;
-s_Cong:
- mes "[Attendant]";
- mes "....? What? You're here to celebrate?";
- mes "Oh my god! I'm so sorry! How rude of me!";
- mes "Please rest well then~";
+ mes "[Employee]";
+ mes "^666666*Sigh*^000000";
+ mes "You will be welcome";
+ mes "here when you visit";
+ mes "with your partner, okay?";
close;
+ }
+ mes "[Employee]";
+ mes "Huh? Did you just";
+ mes "say you wanted to";
+ mes "congratulate them?";
+ mes "Oh, you must be close";
+ mes "friends with one";
+ mes "of the couples...";
+ next;
+ mes "[Employee]";
+ mes "I'm sorry!";
+ mes "Let me apologize";
+ mes "for my rudeness.";
+ mes "I hope you have";
+ mes "a good time.";
+ close;
}
jawaii_in,28,124,0 script Bartender#jaw 46,{
-
- set @drinkcount,0;
mes "[Bartender]";
- mes "Welcome, dear customer.";
- mes "So, what's your order?";
+ mes "Welcome to the";
+ mes "Jawaii Tavern bar.";
+ mes "What would you";
+ mes "like to drink?";
next;
- Loopback:
- menu "Today's special",-,"Nimi",s_Nimi,"Refreshing",s_Refreshing,"Misa",s_Misa,"Magnificent Blue",s_Magn;
-
- if(@drinkcount >= 4)
-{
+ if (zeny < 99) {
+ set .@r_jaw,rand(1,100);
+ if (.@r_jaw > 29) {
+ mes "[Bartender]";
+ mes "Hm, I'm sorry";
+ mes "but you do not";
+ mes "have enough";
+ mes "money for a drink.";
+ close;
+ }
+ mes "[Bartender]";
+ mes "....Hmm...";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Hey...!";
+ mes "Bartender...";
+ mes "Gimmie one more.";
+ next;
+ mes "[Bartender]";
+ mes "Okay...";
+ mes "It's on me.";
+ mes "Have a drink.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Thank you.";
+ close2;
+ percentheal -100,0;
+ end;
+ }
+ while (1) {
+ switch(select("Follow Bartender's Recommendation.:I want a Gunslinger.:I want a Cobo.:I want a Bomb.:I want a Boogieman.")) {
+ case 1:
+ set .@roof_jaw,.@roof_jaw+3;
+ if (.@roof_jaw > 9) {
mes "[Bartender]";
- mes "You have taken a lot of drinks. Do you still want to continue?";
+ mes "Hmmm...";
+ mes "You seem to have";
+ mes "had enough to drink.";
+ mes "Are you sure you'll be okay?";
next;
- input @jawaiitstring$;
- mes "[" + strcharinfo(0) + "]";
- mes "Boss, because of ";
- mes @jawaiitstring$;
- mes "I'm not feeling well...";
+ mes "["+strcharinfo(0)+"]";
+ mes "Bartender,";
+ mes "I'm so depressed";
+ mes "because of...";
+ input .@inputstr$;
+ mes ""+.@inputstr$+"...";
next;
mes "[Bartender]";
- mes "....Here, this is my recommendation, ^0000FF`Special J&J screw file driver ver.¨¤«×¾¹'^000000 ";
- mes "It's on the house.";
+ mes "There you go...";
+ mes "Let me make";
+ mes "a ^0000FF'Special J&Z'^000000 for you.";
+ mes "And this is on me.";
next;
- mes "[" + strcharinfo(0) + "]";
- mes "Thank you, boss...";
+ mes "["+strcharinfo(0)+"]";
+ mes "Thank you...";
+ mes "So much...";
+ close2;
percentheal -100,0;
- close;
-}
- else
-{
- set @randomdrink,rand(1,4);
- if(@randomdrink == 1)
-{
- mes "[Bartender]";
- mes "Well...How about this..?";
- set Zeny,Zeny - 100;
- next;
- mes "[Bartender]";
- mes "I recommend this ^0000FF`Hot Kiss Assault'^000000¡A";
- mes "a mixture of sweet scent with the unique scarlet color that bring great passions.";
- next;
- mes "You receive a sugar coated overturned triangular glass. -";
- mes "It is releasing a great amount of sweet scent.-";
- mes "Although the scent is attractive, it seems dangerous. -";
- next;
- mes "[Bartender]";
- mes "The first encounter is the most important stage.";
- mes "The feeling of sugar jumping in your mouth is totally awesome.";
- next;
- mes "Adjust the direction you sip the drink and taste it slowly.";
- percentheal -20,0;
- specialeffect2 38;
- set @drinkcount,@drinkcount + 1;
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Boss...Give me another shot...";
- next;
-}
- else if(@randomdrink == 2)
-{
- mes "[Bartender]";
- mes "How about this one?";
- next;
- mes "[Bartender]";
- mes "I recommend this ^0000FF`Black Siberian Double Shot'^000000 ";
- mes "A drink that let you feel the power of Russia and the greatness of land.";
- next;
- mes "- You look at the mixture of ice cube and black liquid.-";
- mes "- Although the scent is sweet-";
- mes "- You find a slight scent of male after shave.-";
- next;
- mes "[Bartender]";
- mes "It's suitable to taste it bits by bits due to its strong taste.";
- mes "It is a special mixture loved by the Siberians.";
- next;
- mes "- You feel the scent and drink it bits by bits. -";
- percentheal -20,0;
- specialeffect2 63; //Fire Ivy?
- set @drinkcount,@drinkcount + 1;
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Boss...Give me another shot...";
- next;
-}
- else if(@randomdrink == 3)
-{
- mes "[Bartender]";
- mes "Let me recommend...";
- next;
- mes "[Bartender]";
- mes "I recommend this ^0000FF`White Hot Magarita'^000000 ";
- mes "The sour scent of lemon is really special, especially when you feel the soul of a Mexican within!";
- next;
- mes "- You receive an overturned triangular glass coated with lemon juice.-";
- mes "- It is releasing a sweet and sour scent.-";
- mes "- As attractive as it looks, you cannot ignore the danger behind it.";
- next;
- mes "[Bartender]";
- mes "The sweet and refreshing taste make it popular among the girls,";
- mes "especially when it contains the sensation of a Mexican.";
- next;
- mes "- You can imagine yourself wearing a Mexican Sombrero-";
- mes "- and drinking this cocktail! -";
- percentheal -20,0;
- specialeffect2 17;
- set @drinkcount,@drinkcount + 1;
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Boss...Give me another shot...";
- next;
-}
- else if(@randomdrink == 4)
-{
- mes "[Bartender]";
- mes "Hmm... How about this?";
- next;
- mes "[Bartender]";
- mes "I recommend this ^0000FF`Barcardi 151 Barcelona Crusade'^000000";
- mes "It's a pirate cocktail with a lot of memories";
- next;
- mes "-You look at the yellow liquid in the small glass. -";
- mes "-Although it looks like you can finish it in 1 sip, -";
- mes "-it looks like a really dangerous drink. -";
- next;
- mes "[Bartender]";
- mes "This flaming baby will burn you up.";
- mes "Finish it in one sip to feel the burning sensation.";
- next;
- mes "- You finish it in one sip. -";
- percentheal -20,0;
- specialeffect2 171;
- set @drinkcount,@drinkcount + 1;
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Boss...Give me another shot...";
- next;
-}
-}
-
-s_Nimi:
- if(@drinkcount >= 5)
-{
+ end;
+ }
+ set zeny,zeny-100;
+ switch(rand(4)) {
+ case 1:
mes "[Bartender]";
- mes "...I'll buy you a drink.";
+ mes "Hmm...";
+ mes "How about this cocktail?";
next;
- mes "[" + strcharinfo(0) + "]";
- mes "...Thanks ...Boss...";
- percentheal -100,0;
- close;
-}
- else
-{
mes "[Bartender]";
- mes "Here, try this.";
- set Zeny,Zeny - 100;
+ mes "I recommend";
+ mes "a '^0000FFBarcadie 150^000000.'";
+ mes "It's the drink of pirates!";
next;
- mes "[Bartender]";
- mes "If you want to show your interest to a girld, choose this!";
- mes "With the special and strong scent,";
- mes "it makes you look like a special person too.";
+ mes "^3355FFYou examined";
+ mes "the small glass";
+ mes "containing a glossy";
+ mes "brown liquid...^000000";
next;
- mes "- You receive a simple looking glass containing white liquid-";
- mes "- Although there's a slight scent of sweetness, it tastes sour -";
- mes "- And it makes you want to shout out loud. - ";
+ mes "^3355FFAlthough the glass is tiny and only holds a small amount, the liquid inside still smells pretty dangerous...^000000";
next;
mes "[Bartender]";
- mes "A lot of people say taht mixed taste of sweet and bitter is like the taste of life.";
- mes "So it's best for you to taste it with the tip of your tounge.";
+ mes "It's strong and flammable,";
+ mes "so you might feel like your";
+ mes "throat is burning.";
next;
- mes "- Drink it from the tip of your tounge -";
- next;
- mes "-And it makes me feel.... Bang !!' -";
- percentheal -10,0;
- specialeffect2 18;
- set @drinkcount,@drinkcount + 1;
+ mes "^3355FFYou gulped it down.^000000";
+ specialeffect2 124; //EF_VENOMDUST
+ percentheal -20,0;
next;
- mes "[" + strcharinfo(0) + "]";
- mes "Boss...Give me another shot...";
- next;
-}
-s_Refreshing:
- if (@drinkcount >= 5)
-{
+ break;
+ case 2:
mes "[Bartender]";
- mes "...I'll buy you a drink.";
+ mes "Hmm...";
+ mes "How about this cocktail?";
next;
- mes "[" + strcharinfo(0) + "]";
- mes "...Thanks ...Boss...";
- percentheal -100,0;
- close;
-}
- else
-{
mes "[Bartender]";
- mes "Here, try this!";
- set Zeny,Zeny - 100;
+ mes "I recommend a '^0000FFBlack Russian Double^000000.' It will make you dream of lying in a vast Russian field...";
next;
- mes "[Bartender]";
- mes "This one tastes like an old friend.";
- mes "The more you drink, the better you'll feel.";
- mes "You can drink it whenever, wherever and with whoever you want.";
- next;
- mes "- The tasty looking blue liquid is served to you. -";
- mes "- Contained in a fancy looking glass, -";
- mes "- it gives excitement to your nostril with the sour yet sweet scent. -";
+ mes "^3355FFYou examined the large glass holding a dark brown liquid chilled with ice cubes. There's a faint sweetness in the aroma, as well";
+ mes "a musk that reminds you of an old, mustached man.^000000";
next;
mes "[Bartender]";
- mes "Don't just take one shot of this.";
- mes "It will get better the more you drink it!";
- next;
- mes "- Your mouth is filled with the sour yet sweet scent after you finish the drink in 3 sips-";
- mes "- It's really a special blend... -";
- percentheal -10,0;
- specialeffect2 84; //Magnificat?
- set @drinkcount,@drinkcount + 1;
+ mes "I suggest you take your time";
+ mes "drinking this since it's very strong. The Black Russian Double is rumored to be the favorite drink of the Russian mafia.";
next;
- mes "[" + strcharinfo(0) + "]";
- mes "Boss...Give me another shot...";
+ mes "^3355FFYou drank it sip by sip,";
+ mes "savoring its rich,";
+ mes "robust flavor.^000000";
+ specialeffect2 118; //EF_FIREIVY
+ percentheal -20,0;
next;
-}
-s_Misa:
- if (@drinkcount >= 5)
-{
+ break;
+ case 3:
mes "[Bartender]";
- mes "...I'll buy you a drink.";
+ mes "So...";
+ mes "How about this..?";
next;
- mes "[" + strcharinfo(0) + "]";
- mes "...Thanks ...Boss...";
- percentheal -100,0;
- close;
-}
- else
-{
mes "[Bartender]";
- mes "Here, try this!";
- set Zeny,Zeny - 100;
+ mes "Why don't you try";
+ mes "a '^0000FFKiss of Fire";
+ mes "the Spinbird Kick^000000?'";
next;
mes "[Bartender]";
- mes "This one tastes like an old friend.";
- mes "The more you drink, the better you'll feel.";
- mes "You can drink it whenever, wherever and with whoever you want.";
+ mes "Don't be fooled by its sweet scent or beautiful red color. This is one of the strongest drinks around.";
next;
- mes "- The tasty looking blue liquid is served to you. -";
- mes "- Contained in a fancy looking glass, -";
- mes "- it gives excitement to your nostril with the sour yet sweet scent. -";
+ mes "^3355FFYou receive a crystal cocktail glass with a little bit of sugar sprinkled around the rim. It has";
+ mes "a sweet fragrance that makes your mouth water. However, you can also feel that it is a dangerously strong cocktail.";
next;
mes "[Bartender]";
- mes "Don't just take one shot of this.";
- mes "It will get better the more you drink it!";
+ mes "Lick the sugar before taking a sip. That will make it taste a little sweeter and will soften the taste.";
next;
- mes "- Your mouth is filled with the sour yet sweet scent after you finish the drink in 3 sips-";
- mes "- It's really a special blend... -";
- percentheal -10,0;
- specialeffect2 97;
- set @drinkcount,@drinkcount + 1;
+ mes "^3355FFYou carefully took a sip.^000000";
+ specialeffect2 38; //EF_DECAGILITY
+ percentheal -20,0;
next;
- mes "[" + strcharinfo(0) + "]";
- mes "Boss...Give me another shot...";
- next;
-}
-
-s_Magn:
- if (@drinkcount >= 5)
-{
+ break;
+ Default:
mes "[Bartender]";
- mes "...I'll buy you a drink.";
+ mes "I see...";
+ mes "Let me think";
+ mes "of something";
+ mes "you might like.";
next;
- mes "[" + strcharinfo(0) + "]";
- mes "...Thanks ...Boss...";
- percentheal -100,0;
- close;
-}
- else
-{
mes "[Bartender]";
- mes "Here, try this.";
- set Zeny,Zeny - 100;
+ mes "Okay, how about";
+ mes "a '^0000FFWhite Margarita'^000000?'";
next;
mes "[Bartender]";
- mes "This is recommended for those who miss the glorious memories of the pass...";
- mes "For those who starts a war to preserve the peace...";
- mes "And of course... For those who fake the truth of history.";
+ mes "You will smell a sourish lemon scent which makes your mouth water. As you taste it, you will be filled with a pleasant, comforting warmth that spreads throughout your body.";
next;
- mes "- You receive a brown liquid in a shaking bottle. -";
- mes "- You feel the heavy and thick scent like the machines oil. -";
- mes "- Scent of fireworks? No, it's a little different than that... -";
+ mes "^3355FFYou receive a fancy cocktail glass with salt and lemon juice sprinkled on the rim. Its sour scent does make your mouth water. How could something so appetizing be dangerous?";
next;
mes "[Bartender]";
- mes "It might look a lot but you better finish it in 1 sip.";
- mes "You'll lose its taste if you drink it too slow.";
- next;
- mes "- Grabbing the Shake bottle, you immediately finish it.-";
- next;
- mes "- And it feels like you're hit by a canon.-";
- percentheal -10,0;
- specialeffect2 132;
- set @drinkcount,@drinkcount + 1;
+ mes "It has a sweet and sour taste so it's favored by female customers";
+ mes "as well. I guarantee that you will enjoy its flavor.";
next;
- mes "[" + strcharinfo(0) + "]";
- mes "Boss...Give me another shot...";
+ mes "^3355FFYou gulp the delicious";
+ mes "Margarita down in one sip.^000000";
+ specialeffect2 17; //EF_MAGNUMBREAK
+ percentheal -20,0;
next;
-}
-goto Loopback;
-}
+ }
+ break;
+ case 2:
+ callsub S_KillChar,2;
+ mes "When you want to look super cool, this will be the best drink for you. It's a strong drink with a particular scent, so people who drink Gunslingers are usually seen as having impressive of taste.";
+ next;
+ mes "^3355FFYou received a simple glass containing a gray liquid. Although it smells faintly sweet, it looks like industrial strength liquor. It's time to summon your courage and take a sip~";
+ next;
+ mes "[Bartender]";
+ mes "That drink is bitter and sweet, just like life. Taste it with your tongue, don't drink it all at once.";
+ next;
+ mes "^3355FFYou slowly drank some";
+ mes "of your Gunslinger drink.^000000";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Yeeehaw~!";
+ mes "I'm a cowboy hero!";
+ mes "Bang Bang Bang!";
+ next;
+ specialeffect2 18; //EF_STEAL
+ percentheal -10,0;
+ next;
+ break;
-jawaii_in,25,94,5 script Attendant#jaw1 724,{
+ case 3:
+ callsub S_KillChar,2;
+ mes "People say that the more you drink a mixed Cobo, the tastier it will be. It grows on you, kind of like the company of an old friend. This is a nice drink to have with anyone at anytime.";
+ next;
+ mes "^3355FFThe Bartender brought a beautifully engraved glass holding a cobalt blue liquid and placed it in front of you. It smells pleasantly sweet and sour.";
+ next;
+ mes "[Bartender]";
+ mes "Once you taste this once, you almost can't stop drinking. It tastes so smooth and goes";
+ mes "down even smoother.";
+ next;
+ mes "^3355FFYou finished";
+ mes "your drink in 3 sips.";
+ mes "Your mouth was filled";
+ mes "with a luxurious, sweet and";
+ mes "sour flavor.^000000";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Aaaaaahhhhhh~!";
+ mes "This drink is really good!";
+ specialeffect2 83; //EF_SANCTUARY
+ percentheal -10,0;
+ next;
+ break;
- mes "[Attendant Teleteer]";
- mes "Welcome to the Inn of Jawaii~";
- mes "I hope you'll enjoy your stay here...";
- mes "But don't get drunk and cause any trouble!";
- close;
-}
+ case 4:
+ callsub S_KillChar,2;
+ mes "This is for one who wants to relive wild, youthful days, honor those who have fought for justice and liberty, or just to drink alcohol until they vomit stomach acid.";
+ mes "for one who wants to remember people fighting for liberty...";
+ next;
+ mes "^3355FFYou receive a tumbler filled with brown liquid. It a has a very thick, machine like smell. It kind of reminds you of gunpowder.^000000";
+ next;
+ mes "[Bartender]";
+ mes "It might look too big to drink at once, but I suggest that you finish it in one gulp. If you drink it slowly, you'll pass out.";
+ next;
+ mes "^3355FFYou firmly grabbed";
+ mes "the tumbler and";
+ mes "gulped it down.^000000";
+ next;
+ mes "^3355FFYou feel pretty hammered.^000000";
+ specialeffect2 106; //EF_BLASTMINEBOMB
+ percentheal -10,0;
+ next;
+ break;
-jawaii_in,25,96,5 script Attendant#jaw2 724,{
+ case 5:
+ callsub S_KillChar,1;
+ mes "[Bartender]";
+ mes "There are not many people who like this drink. But the ones that do like this drink, love it.";
+ next;
+ mes "[Bartender]";
+ mes "Although it has a beautiful, appetizing color, its appearance can be misleading. Most people feel cold and empty after having some";
+ mes "of this.";
+ next;
+ mes "^3355FFYou receive a crooked glass";
+ mes "filled with purple fluid. Although it smells pleasnt, you have a strange feeling of disgust as you draw it closer to your face.";
+ next;
+ mes "[Bartender]";
+ mes "If you don't want to drink it, tell me now. But it might be good to try it once, just to experience it.";
+ next;
+ mes "^3355FFYou took a sip of it and sighed.^000000";
+ next;
+ mes "^3355FFAnd promised yourself that you would never drink it ever again.^000000";
+ specialeffect2 5; //EF_HIT6
+ percentheal -10,0;
+ next;
+ break;
+ }
- mes "[Attendant PoYi]";
- mes "Welcome to the Inn of Jawaii~";
- mes "I hope you'll enjoy yourself~";
- mes "But, don't get jealous and criticize people who are blessed with happiness!";
- close;
-}
-
-jawaii_in,25,98,5 script Attendant#jaw3 724,{
+ mes "["+strcharinfo(0)+"]";
+ mes "Master...";
+ mes "One more please...";
+ next;
+ }
+ end;
- mes "[Attendant Poppy]";
- mes "Welcome to the Inn of Jawaii~";
+S_KillChar:
+ if (.@roof_jaw > 8) {
+ mes "[Bartender]";
+ mes "It's on me.";
+ next;
+ mes "["+strcharinfo(0)+"]";
+ mes "Thank you...";
+ mes "Mr. Bartender...";
+ close2;
+ percentheal -100,0;
+ end;
+ }
+ set zeny,zeny-100;
+ set .@roof_jaw,.@roof_jaw+getarg(0);
+ mes "[Bartender]";
+ mes "There you go.";
next;
- mes "[Attendant Poppy]";
- mes "May I ask....are you from a foreign land?";
- mes "You're still single, right?";
- mes "I am a good cook too, will you consider me?";
- mes "How about that? Huh?";
- close;
+ mes "[Bartender]";
+ return;
}
-
-jawaii_in,25,100,5 script Attendant#jaw4 724,{
-
- mes "[Attendant Ether]";
- mes "Welcome to the Inn of Jawaii~";
- mes "Criticizing, no! Discouraging, no!";
- mes "Get drunk, no! Congratulate, YES!";
+
+jawaii_in,43,115,0 script Customer#jaw_1 97,{
+ if (!getpartnerid()) {
+ if (zeny > 99) {
+ mes "[Buchi]";
+ mes "Grrrr...";
+ mes "Damn! I don't";
+ mes "like this place!";
+ mes "I don't like this at all!";
+ next;
+ mes "[Buchi]";
+ mes "I can't believe my eyes! Everyone else looks disgustingly happy! It makes me feel so miserable!";
+ mes "You agree, don't you?!";
+ next;
+ mes "[Buchi]";
+ mes "Grrrr...";
+ mes "Bartender!";
+ mes "Give me one more!";
+ }
+ mes "[Buchi]";
+ mes "Hey, why aren't you drinking?";
+ mes "I guess you're all out of dough.";
+ mes "But I know how you feel. Disgusted with all the lovey dovey around this place, aren't you?";
+ next;
+ mes "[Buchi]";
+ mes "Heh.";
+ mes "Lemme buy";
+ mes "you a drink!";
+ next;
+ mes "[Buchi]";
+ mes "Drink this at once, and forget about your miserable life! Cheer up, you got the whole future ahead of you and a drink in front of you! Come on, now~!";
+ next;
+ mes "^3355FFHe ordered a JJ special for me.^000000";
+ next;
+ mes "["+ name +"]";
+ mes "Damn...!";
+ mes "Damn! I will be";
+ mes "the one who laughs last!";
+ next;
+ mes "^3355FFYou drank to your fill.^000000";
+ close;
+ percentheal -100,0;
+ }
+ mes "[Buchi]";
+ mes "You look happy...";
+ mes "I hope you'll be";
+ mes "able to feel that";
+ mes "way forever...";
+ mes " ";
+ mes "^666666*Hiccup...!*^000000";
close;
}
-jawaii_in,30,94,4 script Attendant#jaw5 724,{
-
- mes "[Attendant Donna]";
- mes "Welcome to the Inn of Jawaii~";
- mes "......Oh no.....";
- mes "...Welcome! But please don't get drunk and cause trouble again! ";
+jawaii_in,41,106,3 script Customer#Cage 98,{
+ if (getpartnerid()) {
+ mes "[Cage]";
+ mes "....Bah!";
+ mes "What are you so happy about?";
+ mes "After all, everyone knows marriage is a sham for desperate, lonely people!";
+ next;
+ if (sex) {
+ mes "[Cage]";
+ mes "I don't trust anybody!";
+ mes "You're a fool for chaining";
+ mes "yourself to some gorgeous";
+ mes "woman for life!";
+ mes "You hear me?!";
+ mes "A FOOL!";
+ }
+ else {
+ mes "[Cage]";
+ mes "Look at you!";
+ mes "You're a fool for";
+ mes "chaining yourself to";
+ mes "some pretty boy for life!";
+ mes "You hear me?! A FOOL!";
+ }
+ next;
+ mes "[Cage]";
+ mes "The single life is";
+ mes "what it's all about!";
+ mes "Women may break my";
+ mes "spirit, but they'll never take...";
+ mes "MY FREEDOM!";
+ close;
+ }
+ mes "[Cage]";
+ mes "Drink, drink...!!";
+ mes "Eat, eat...!!";
+ mes "Join me,";
+ mes "my brother";
+ mes "in singlehood!";
+ next;
+ mes "[Cage]";
+ mes "We are free...!";
+ mes "We are free from";
+ mes "the hell of marriage...!";
+ mes "We are the sincere and";
+ mes "competent singles...!";
close;
}
-jawaii_in,30,96,4 script Attendant#jaw6 724,{
-
- mes "[Attendant Ken]";
- mes "Welcome to the Inn of Jawaii~";
- mes "It's ok for you to relax, but...";
- mes "Please control yourself...";
+// Inside Prontera
+//============================================================
+prt_in,173,13,4 script Customer#SoloHan 86,{
+ if (!getpartnerid()) {
+ mes "[SoloHan]";
+ mes "Oh man...";
+ mes "I think I'm drunk~";
+ mes "^666666*Hiccup...!*^000000";
+ next;
+ mes "[SoloHan]";
+ mes "Hey, you...!";
+ mes "You understand, don't you?!";
+ mes "Aren't you upset looking at all these happily married couples?!";
+ mes "Yeah~? Me too!";
+ next;
+ mes "[SoloHan]";
+ mes "How dare they show off their happiness in front of people like us--!! ^666666*Sniff*^000000 Just because they found everlasting love, they think they're better than we are?!";
+ next;
+ mes "[SoloHan]";
+ mes "I remember when couples were polite and were lovey dovey behind closed doors. Nowadays they hold hands, and even cuddle in public. I mean, come on! Get a room!";
+ next;
+ mes "[SoloHan]";
+ mes "I mean, ^666666*Sniff*^000000, it's not like,";
+ mes "I'm lonely or anything. I don't neeeeeeeed a woman~!";
+ mes "Right, Bachewcca!";
+ next;
+ mes "[Bachewcca]";
+ mes "...!";
+ donpcevent "Customer#Bachewcca::OnEmote";
+ next;
+ mes "[SoloHan]";
+ mes "It's doesn't really matter whether you're married";
+ mes "or not, right buddy? Right?!";
+ mes "Come on! Drink with me!!";
+ next;
+ mes "^3355FFSuddenly he treated me as a close friend. It's a little embarassing, but it's not a bad idea to accept";
+ mes "a free drink...^000000";
+ next;
+ mes "^3355FF* Gulp Gulp Gulp *^000000";
+ percentheal -10,0;
+ next;
+ set .@jaw_roof,1;
+ mes "[SoloHan]";
+ mes "So, what do you say?";
+ mes "Let's go somewhere";
+ mes "with some real liquor.";
+ while (1) {
+ next;
+ if (select("...One more drink.:...What kind of place is it?") == 1) {
+ mes "[SoloHan]";
+ mes "Yeah~!";
+ mes "That's the spirit!";
+ mes "Hey, Bachewcca...";
+ mes "Let's drink!";
+ next;
+ mes "[Bachewcca]";
+ mes "^666666*Grunt!*^000000";
+ donpcevent "Customer#Bachewcca::OnEffect1";
+ next;
+ mes "[SoloHan]";
+ mes "To...";
+ mes "To being single!";
+ mes "F-Forever!!!";
+ next;
+ mes "^3355FF* Gulp Gulp Gulp *^000000";
+ percentheal -10,0;
+ next;
+ set .@jaw_roof,.@jaw_roof+2;
+ if (.@jaw_roof > 8) {
+ mes "[SoloHan]";
+ mes "Whoa...";
+ mes "You alright?";
+ mes "You seem kind of drunk...";
+ next;
+ mes "[SoloHan]";
+ mes "I guess now's the perfect time to have you sign this! Don't worry, I'll send you straight to paradise!";
+ next;
+ if (select("Sign:Refuse to Sign") == 1) {
+ mes "[SoloHan]";
+ mes "Alright!";
+ mes "Take care!";
+ mes "Hahaha!";
+ close2;
+ percentheal 100,0;
+ break;
+ }
+ mes "[SoloHan]";
+ mes "Oh...";
+ mes "Man.";
+ mes "So, you spoil parties";
+ mes "like this all the time, eh?";
+ close2;
+ end;
+ }
+ }
+ if (.@jaw_roof > 6) {
+ mes "[SoloHan]";
+ mes "^666666*Hiccup!*^000000";
+ mes "So you feel like having some";
+ mes "real fun? Okay, then just sign over here. Count on me, I'll send you to paradise.";
+ next;
+ if (select("Sign:Refuse to Sign") == 1) {
+ mes "[SoloHan]";
+ mes "Alright~!";
+ mes "Take care and have fun!";
+ mes "Harass some couples over there for me, will you?";
+ close2;
+ percentheal 100,0;
+ break;
+ }
+ mes "[SoloHan]";
+ mes "Oh...";
+ mes "Man.";
+ mes "No wonder you're single. You can't even recognize a good time when it's right in front of you.";
+ close2;
+ end;
+ }
+ set .@jaw_roof,.@jaw_roof+3;
+ mes "[SoloHan]";
+ mes "Drink, drink!";
+ mes "That's not enough!";
+ mes "Drink more, buddy!";
+ next;
+ mes "[SoloHan]";
+ mes "To...";
+ mes "To being single!";
+ mes "FOR EVER.";
+ next;
+ mes "^3355FF*Gulp Gulp Gulp*^000000";
+ percentheal -10,0;
+ next;
+ }
+ warp "jawaii_in",44,124;
+ end;
+ }
+ else if (getpartnerid()) {
+ mes "[SoloHan]";
+ mes "Oh man...";
+ mes "I think I'm drunk~";
+ mes "*Hiccup!*";
+ next;
+ mes "[SoloHan]";
+ mes "...Wha!?";
+ mes "Oh man!";
+ mes "Get outta my face!";
+ if (sex) {
+ mes "You smell like,";
+ mes "whupped boyfriend";
+ mes "or something!";
+ }
+ else {
+ next;
+ mes "[SoloHan]";
+ mes "I think I know a naggy wife";
+ mes "when I see one! Go boss your";
+ mes "hubby around or something!";
+ }
+ next;
+ mes "[SoloHan]";
+ mes "Leave me alone!";
+ mes "I don't want any of your marital bliss to rub off on me. Come on, Bachewcca! Tell 'em their kind ain't welcome here!";
+ next;
+ mes "[Bachewcca]";
+ mes "^666666*Grrr...!*^000000";
+ donpcevent "Customer#Bachewcca::OnEffect2";
+ close;
+ }
+ mes "[SoloHan]";
+ mes "Oh man...";
+ mes "I think I'm drunk~";
+ mes "^666666*Hiccup!*^000000";
+ next;
+ mes "[SoloHan]";
+ mes "What is that...?";
+ mes "Is this the third time this week I've gotten plastered? Bachewcca, help me count!";
close;
}
+
+prt_in,170,14,0 script Customer#Bachewcca 89,{
+ mes "[Bachewcca]";
+ mes "..............";
+ mes "^666666*Gulp....gulp...*^000000";
+ mes "Grrrrr!! That hit the spot!";
+ Emotion e_sob;
+ close;
-jawaii_in,30,98,4 script Attendant#jaw7 724,{
+OnEmote:
+ emotion e_no1;
+ end;
+OnEffect1:
+ specialeffect 296; //EF_TALK_SCREAM
+ end;
+OnEffect2:
+ specialeffect 291; //EF_THROWITEM
+ end;
+}
- mes "[Attendant Emater]";
- mes "Welcome to the Inn of Jawaii~";
+// Izlude
+//============================================================
+izlude,171,185,3 script Honeymoon Helper#Izlude 71,{
+ mes "[Helper]";
+ mes "Newlyweds and";
+ mes "long time couples...";
+ mes "We invite you to Jawaii,";
+ mes "the honeymoon resort!";
next;
- mes "[Attendant Emater]";
- mes "...You're like a wandering soul.";
- mes "This place is not suitable for you!";
- mes "Well, as long as you like it,";
- mes "have fun but please don't cause any trouble~";
- close;
-}
+ switch(select("Jawaii?:Let's go to Jawaii~!:Cancel.")) {
+ case 1:
+ mes "[Helper]";
+ mes "There is an island far, far away from the Rune-Midgard continent.";
+ mes "It is a very quiet and beautiful island resort that only opens";
+ mes "its doors to couples.";
+ next;
+ mes "[Helper]";
+ mes "This is an exclusive travel offer to the special honeymoon resort for Rune-Midgard's citizens. The price, 100,000 zeny, may be expensive, but you really get what you pay for.";
+ next;
+ mes "[Helper]";
+ mes "I guarantee you that some of";
+ mes "the happiest moments you can";
+ mes "experience in your marriage will be on this island. Can you really put a price on that?";
+ close;
-jawaii_in,30,100,4 script Attendant#jaw8 724,{
+ case 2:
+ if (!getpartnerid()) {
+ mes "[Helper]";
+ mes "Errm...";
+ mes "Unfortunately, singles are not allowed on the island. Why don't you go forget your loneliness in the Prontera pub?";
+ close;
+ }
+ else if (zeny > 99999) {
+ set zeny,zeny-100000;
+ mes "[Helper]";
+ mes "Bon Voyage...!!";
+ mes "Let me guide";
+ mes "you to 'Jawaii!'";
+ close2;
+ warp "jawaii",245,125;
+ end;
+ }
+ mes "[Helper]";
+ mes "As I explained, you must have 100,000 zeny in order to visit Jawaii. Why don't you ask your partner for help in gathering the zeny for this trip?";
+ close;
- mes "[Attendant GoYa]";
- mes "Welcome to the Inn of Jawaii~";
- next;
- mes "[Attendant GoYa]";
- mes "Just like a story with a chapter missing,";
- mes "you look disgusting.";
- mes "Find yourself a partner so that you can enjoy your adventure~";
- close;
+ case 3:
+ mes "[Helper]";
+ mes "There's there no better way to share special, secluded moments with your beloved than through";
+ mes "a secret trip to a remote, exotic area.";
+ next;
+ mes "[Helper]";
+ mes "A vacation in Jawaii could very well be the greatest gift that you could give to the one you love~";
+ close;
+ }
}