root/npc/cities/jawaii.txt @ 25

Revision 1, 41.4 kB (checked in by jinshiro, 17 years ago)
Line 
1//===== eAthena Script =======================================
2//= Jawaii (The Lovers' Paradise) Town script
3//===== By: ==================================================
4//= jAthena (1.0)
5//= DNett123 (1.1 - 1.5)
6//= L0ne_w0lf
7//===== Current Version: =====================================
8//= 3.4
9//===== Compatible With: =====================================
10//= eAthena SVN
11//===== Description: =========================================
12//= [Aegis OCnversion]
13//= Jawaii Town Npcs
14//===== Additional Comments: =================================
15//= 1.0 Done By jAthena
16//= 1.1 Rough Translation [DNett123]
17//= 1.2 Started Grammer Corrections [DNett123]
18//= 1.3 Some Edits Thanks To Vidar & Fusion [DNett123]
19//= 1.4 Edited Dancer, Thanks ceskil [DNett123]
20//= 1.5 Fixed Script, and spelling errors, some thanks to Sparkles [DNett123]
21//= 1.6 Final corrections (not complete), thanks to the public, and DNett123!
22//= 1.6c added missing monsters. Still 1 type is missing [Lupus]
23//= 1.7 Fixed a lot of typo’s [Nexon]
24//= 1.8 Removed monster spawns, added aegis ep 8.5 spawns to npc/mobs/fields/jawaii.txt [MasterOfMuppets]
25//= 2.0 Updated the npcs according to iRO [MasterOfMuppets]
26//= 2.01 fixed missing @ at randomdrink, thanks to theultramage [Lupus]
27//= 2.02 Fixed Classic Suite NPC warping directly above a warp [Evera]
28//= 3.0 Rescripted to Aegis 10.3 standard. Contains all Jawaii-related NPCs. [L0ne_W0lf]
29//= 3.1 Fixed bugs with getpartnerid() (it never returns 1), fixed some conditons,
30//=             replaced getpartnerid() with ispartneron() at some tri-forks [Lupus]
31//= 3.2 Reverted ispartneron() BACK to getpartnerid(). [L0ne_W0lf]
32//=     None of the NPCs need the player's partner to be online.
33//= 3.3 Just a small fix up on the Bartender. [L0ne_W0lf]
34//= 3.3a Just a little typo error. [Samuray22]
35//= 3.4 Added missing checkweights. [L0ne_W0lf]
36//============================================================
37
38// Jawaii
39//============================================================
40jawaii,239,112,7        script  Mariner#toizu   100,{
41        mes "[Mariner]";
42        mes "This ship";
43        mes "is heading";
44        mes "towards ^666699Izlude^000000.";
45        mes "Have you enjoyed your time in Jawaii? You should check to see";
46        mes "if you forgot anything before we go.";
47        next;
48        mes "[Mariner]";
49        mes "Well, then.";
50        mes "Would you like";
51        mes "to go back to Izlude?";
52        next;
53        if (select("Go back.:Cancel.") == 1) {
54                mes "[Mariner]";
55                mes "Now, let me";
56                mes "guide you to";
57                mes "Izlude.";
58                close2;
59                warp "izlude",176,182;
60                end;
61        }
62        mes "[Mariner]";
63        mes "Take your time";
64        mes "and look around as";
65        mes "much as you like.";
66        mes "Somehow,  this is not";
67        mes "a place that you can";
68        mes "visit often, you know?";
69        close;
70}
71
72jawaii,122,263,5        script  Mariner#toalbe  100,{
73        mes "[Mariner]";
74        mes "This ship";
75        mes "is headed back";
76        mes "towards ^003399Alberta^000000.";
77        mes "Have you enjoyed your time in Jawaii? You should check to see";
78        mes "if you forgot anything before we go.";
79        next;
80        mes "[Mariner]";
81        mes "Now, are you";
82        mes "ready to go back";
83        mes "to Alberta?";
84        next;
85        if (select("Go back.:Cancel.") == 1) {
86                mes "[Mariner]";
87                mes "Now, let me";
88                mes "take you back";
89                mes "to Alberta.";
90                close2;
91                warp "alberta",192,157;
92                end;
93        }
94        mes "[Mariner]";
95        mes "Yeah...";
96        mes "Try to enjoy your";
97        mes "vacation as much";
98        mes "as you can. We'll be";
99        mes "ready to leave when";
100        mes "you are.";
101        close;
102}
103
104jawaii,188,218,7        script  Tavern Lady#Jawaii      80,{
105        mes "[Lady]";
106        mes "Oh, dear!";
107        mes "You're not going";
108        mes "to the tavern, are you?";
109        next;
110        if (select("No, I am not.:Hell yeah~") == 1) {
111                mes "[Lady]";
112                mes "Whew~!";
113                mes "Thank goodness!";
114                mes "It's just that...";
115                mes "The tavern probably";
116                mes "isn't the best place for";
117                mes "you to enjoy yourself.";
118                next;
119        }
120        mes "[Lady]";
121        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!";
122        next;
123        mes "[Lady]";
124        mes "I have no idea how singles are";
125        mes "able to find this place. But I've heard that lots of different people come here for different reasons.";
126        next;
127        mes "[Lady]";
128        mes "I've even seen unmarried single people coming here just to get drunk! Oh! And for some reason, people have been disappearing";
129        mes "from the tavern!";
130        next;
131        mes "[Lady]";
132        mes "I wonder what's going on?";
133        mes "^666666*Sigh*^000000 I'm a waitress there, but still I just want to tell you not to go in there...";
134        close;
135}
136
137jawaii,220,235,3        script  Jawaii Resident#heart   724,{
138        mes "[Jawa Jawa]";
139        mes "You know what's";
140        mes "the most beautiful";
141        mes "place in Jawaii?";
142        next;
143        mes "[Jawa Jawa]";
144        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.";
145        next;
146        mes "[Jawa Jawa]";
147        mes "That's the best place to share an intimate moment with the person";
148        mes "you love. It's perfectly secluded and such a beautiful area.";
149        next;
150        mes "[Jawa Jawa]";
151        mes "Of course, it's probably not";
152        mes "a good idea to go there by";
153        mes "yourself if you're single.";
154        mes "You'd look like such";
155        mes "a pathetic loser!";
156        close;
157}
158
159jawaii,240,146,5        script  Jawaii Resident#desc1   724,{
160        mes "[Waii Waii]";
161        mes "Welcome to Jawaii!";
162        next;
163        mes "[Waii Waii]";
164        mes "Here, you can enjoy your";
165        mes "honeymoon without worrying about any interruptions. You don't even have to bother with that notorious Single Army!";
166        next;
167        mes "[Waii Waii]";
168        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.";
169        close;
170}
171
172jawaii,168,247,5        script  Jawaii Resident#desc2   724,{
173        mes "[Waja Waja]";
174        mes "Ah, you must be a tourist.";
175        mes "If you're lost, just head West. Accomodations for newlyweds";
176        mes "are located in the western part of Jawaii. The lodging here is";
177        mes "pretty amazing.";
178        next;
179        mes "[Waja Waja]";
180        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.";
181        next;
182        mes "[Waja Waja]";
183        mes "When you want to go back, please head to the NorthWest to board";
184        mes "a ship to Alberta. If you want to sail to Izlude, there's a ship waiting in the SouthEast.";
185        close;
186}
187
188jawaii,165,121,1        script  Jawaii Resident#desc3   724,{
189        mes "[Iwa Iwa]";
190        mes "Jawaii~";
191        mes "Jawa~ii~";
192        mes "Where you can";
193        mes "find happiness~";
194        next;
195        mes "[Iwa Iwa]";
196        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";
197        mes "best things about Jawaii.";
198        next;
199        mes "[Iwa Iwa]";
200        mes "Ooh! Sometimes we hold";
201        mes "concerts on this stage. If you're good at singing, why don't you";
202        mes "go up on stage and sing";
203        mes "a song for us?";
204        next;
205        mes "[Iwa Iwa]";
206        mes "Jawaii~";
207        mes "Jawa~ii~";
208        mes "Where you can";
209        mes "find happiness~";
210        close;
211}
212
213jawaii,141,200,3        script  Employee#sroom  798,{
214        mes "[Alowa]";
215        mes "W-Welcome...?";
216        mes "This is o-o-our";
217        mes "s-sweet room.";
218        mes "We, we just c-cleaned";
219        mes "this r-room for you";
220        mes "o-of course.";
221        next;
222        mes "[Alowa]";
223        mes "Th-The charge is is";
224        mes "1000 zeny p-p-per person?";
225        mes "P-please pay me the fee and";
226        mes "I,I'll let you in. I ssss...swear!";
227        next;
228        mes "[Alowa]";
229        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";
230        next;
231        mes "[Alowa]";
232        mes "^333333Beat me to death...^000000";
233        next;
234        if (select("Use.:Cancel.") == 1) {
235                mes "[Alowa]";
236                if (zeny > 999) {
237                        mes "T-Thank you ssso much!";
238                        mes "L-Let open the room door";
239                        mes "ffffor you. Thank y-you.";
240                        mes "Ha-have a good time.";
241                        close2;
242                        set zeny,zeny-1000;
243                        warp "jawaii_in",116,64;
244                        end;
245                }
246                mes "Oh no! Oh no no no no no.";
247                mes "Th-This isn't enough money?";
248                mes "I-I'm ssssorry, but my b-boss w-will beat me if I l-let you";
249                mes "in without paying...";
250                close;
251        }
252        mes "[Alowa]";
253        mes "^666666*Sniff*^000000";
254        mes "B-but I promise th-that this room is the nicest and cl-cleanest room! P-Please! C-come back!";
255        Emotion e_sob;
256        close;
257}
258
259jawaii,108,199,5        script  Employee#antroom        74,{
260        mes "[Pine Oran]";
261        mes "Welcome to";
262        mes "the Antique room.";
263        next;
264        mes "[Pine Oran]";
265        mes "This room provides lovers with";
266        mes "an atmosphere of plush elegance.";
267        mes "Every comfort is provided for";
268        mes "young couples in this room.";
269        next;
270        mes "[Pine Oran]";
271        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.";
272        next;
273        mes "[Pine Oran]";
274        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,";
275        mes "you should stay in the nicest room.";
276        next;
277        mes "[Pine Oran]";
278        mes "Do not hesitate to let me know when you've decided on the Antique Room. Once you've made your choice,";
279        mes "I will guide you there.";
280        next;
281        if (select("Use.:Cancel.") == 1) {
282                mes "[Pine Oran]";
283                if (zeny > 999) {
284                        mes "Thank you";
285                        mes "for using";
286                        mes "our services.";
287                        mes "Please...";
288                        mes "Make yourself";
289                        mes "comfortable.";
290                        close2;
291                        set zeny,zeny-1000;
292                        warp "jawaii_in",129,110;
293                        end;
294                }
295                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";
296                mes "about this situation?";
297                close;
298        }
299        mes "[Pine Oran]";
300        mes "Please...";
301        mes "Take your time.";
302        mes "There should be no rush";
303        mes "when it comes to leisure.";
304        close;
305}
306
307jawaii,107,189,5        script  Employee#horoom 93,{
308        mes "[Sharkie Rania]";
309        mes "I'll take you";
310        mes "to the Honey Room.";
311        mes "It costs 1,000 zeny.";
312        next;
313        mes "[Sharkie Rania]";
314        mes "So you wanna go?";
315        next;
316        if (select("Use.:Cancel.") == 1) {
317                mes "[Sharkie Rania]";
318                if (zeny > 999) {
319                        mes "Eh, alright.";
320                        mes "Let's get going.";
321                        close2;
322                        set zeny,zeny-1000;
323                        warp "jawaii_in",86,117;
324                        end;
325                }
326                mes "You...";
327                mes "Don't have";
328                mes "enough money.";
329                mes "C'mon, romance";
330                mes "takes zeny, got it?";
331                close;
332        }
333        mes "[Sharkie Rania]";
334        mes "No prob.";
335        close;
336}
337
338jawaii,112,173,7        script  Employee#villroom       93,{
339        mes "[Larks Rania]";
340        mes "Hello dear,";
341        mes "how are you?";
342        mes "Are you looking for";
343        mes "a room to stay in?";
344        next;
345        mes "[Larks Rania]";
346        mes "This is called the Villa Room.";
347        mes "I recommend this room to people";
348        mes "who prefer to stay in a place with";
349        mes "a comfortable atmosphere";
350        mes "much like home.";
351        next;
352        mes "[Larks Rania]";
353        mes "Just like all the other rooms,";
354        mes "the lodging charge is 1,000 zeny.";
355        mes "I can guide you to the Villa Room";
356        mes "right now, if you wish. Would you";
357        mes "like to stay?";
358        next;
359        if (select("Use.:Cancel.") == 1) {
360                mes "[Larks Rania]";
361                if (zeny > 999) {
362                        mes "Thank you~";
363                        mes "Enjoy your stay.";
364                        close2;
365                        set zeny,zeny-1000;
366                        warp "jawaii_in",87,75;
367                        end;
368                }
369                mes "Oh what a shame!";
370                mes "You don't seem";
371                mes "to have enough money...?";
372                mes "Why don't you ask your";
373                mes "partner to help you";
374                mes "with the charge?";
375                close;
376        }
377        mes "[Larks Rania]";
378        mes "No problem~";
379        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.";
380        close;
381}
382
383jawaii,214,168,5        script  Honeymoon Helper#Jawaii 71,{
384        mes "[Helper]";
385        mes "There is no place";
386        mes "better for having your";
387        mes "honeymoon than Jawaii.";
388        next;
389        mes "[Helper]";
390        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?";
391        next;
392        mes "[Helper]";
393        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...";
394        next;
395        mes "[Helper]";
396        mes "Even if the wedding ceremony";
397        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!";
398        next;
399        mes "[Helper]";
400        mes "Its name is...";
401        mes "'Sweet Memory of Marriage'!!";
402        next;
403        mes "[Helper]";
404        mes "It will instantly bring you to the wedding hall with magic power!";
405        mes "And it only costs 50,000 zeny...";
406        next;
407        if (select("I shall buy it.:No, thanks.") == 1) {
408                mes "[Helper]";
409                if (zeny > 49999) {
410                        set zeny,zeny-50000;
411                        getitem 681,1; //Memory_Of_Wedding
412                        mes "Thank you very much~!";
413                        mes "Please remember, you";
414                        mes "should use this with your";
415                        mes "partner in a place that is";
416                        mes "special to the both of you.";
417                        close;
418                }
419                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?";
420                close;
421        }
422        mes "[Helper]";
423        mes "Even if your relationship ends,";
424        mes "the memories the both of you have shared will remain forever...";
425        close;
426}
427
428// Inside Jawaii
429//============================================================
430jawaii_in,25,94,0       script  Employee#jaw1   724,{
431        mes "[Employee Tryteh]";
432        mes "Welcome to Jawaii Tavern~";
433        if (getpartnerid()) {
434                mes "Anyway, I am so glad that you two have gotten married. I hope you both will live happily ever after~";
435                next;
436                mes "[Employee Tryteh]";
437                mes "Try to be a little careful if you bump into any rude customers.";
438                mes "They might be drunk and do something stupid. You know";
439                mes "how it is...";
440                close;
441        }
442        else if (!getpartnerid()) {
443                mes "I hope you enjoy your stay";
444                mes "over here. But try not";
445                mes "to drink too much~";
446                close;
447        }
448        mes "I hope you will have a good time.";
449        close;
450
451OnWelcome:
452        Emotion e_kis;
453        end;
454OnSolo:
455        Emotion e_omg;
456        end;
457}
458
459jawaii_in,25,96,0       script  Employee#jaw2   724,{
460        mes "[Employee Fey]";
461        mes "Welcome to Jawaii Tavern~";
462        if (getpartnerid()) {
463                next;
464                mes "[Employee Fey]";
465                mes "We hope that you enjoy your time here with the one that you love. Isn't this place nice and cozy,";
466                mes "a perfect romantic atmosphere?";
467                next;
468                mes "[Employee Fey]";
469                mes "It would be absolutely perfect if it weren't for those 'Invincible Single Army' weirdos. Somehow,";
470                mes "a few of those dorks found their way here. To hell with them!";
471                close;
472        }
473        else if (!getpartnerid()) {
474                mes "Have a good time! But please,";
475                mes "try not to interrupt the happily married people here!";
476                close;
477        }
478        mes "I hope you will have a good time~";
479        close;
480
481OnWelcome:
482        Emotion e_kis;
483        end;
484OnSolo:
485        Emotion e_omg;
486        end;
487}
488
489jawaii_in,25,98,0       script  Employee#jaw3   724,{
490        mes "[Employee Buffy]";
491        mes "Welcome to Jawaii Tavern~";
492        if (getpartnerid()) {
493                next;
494                mes "[Employee Buffy]";
495                mes "Oh~";
496                mes "Look at you...";
497                mes "You look perfect";
498                if (sex)
499                        mes "for your wife~";
500                else
501                        mes "with your husband~";
502                mes "Awwww, I want to";
503                mes "get married soon~!";
504                close;
505        }
506        else if (!getpartnerid()) {
507                next;
508                mes "[Employee Buffy]";
509                mes "Hmm...?";
510                mes "You don't look like";
511                mes "you're married, are you?";
512                if (sex) {
513                        next;
514                        mes "[Employee Buffy]";
515                        mes "I'm pretty good";
516                        mes "at cooking and cleaning";
517                        mes "^666666*AHEM*^000000 I've got a ^FF0000nice body^000000.";
518                        mes "So what do you think...?";
519                }
520                close;
521        }
522        mes "I hope you will have a good time.";
523        close;
524
525OnWelcome:
526        Emotion e_kis;
527        end;
528OnSolo:
529        Emotion e_omg;
530        end;
531}
532
533jawaii_in,25,100,0      script  Employee#jaw4   724,{
534        mes "[Employee Itere]";
535        mes "Welcome to";
536        mes "Jawaii Tavern~";
537        if (getpartnerid()) {
538                next;
539                mes "[Employee Itere]";
540                mes "Oh~";
541                mes "You look so happy";
542                mes "to be here with your";
543                mes "partner! How precious~";
544                close;
545        }
546        else if (!getpartnerid()) {
547                mes "I hope you";
548                mes "enjoy your st--";
549                mes "Wait a minute...!";
550                next;
551                mes "[Employee Itere]";
552                mes "You're...";
553                mes "You better not be part of";
554                mes "the Invincible Single Army!";
555                next;
556                mes "[Employee Itere]";
557                mes "Well, whatever you do, don't despair, get drunk and then";
558                mes "bother the married couples!";
559                close;
560        }
561        mes "I hope you will have a good time.";
562        close;
563
564OnWelcome:
565        Emotion e_kis;
566        end;
567OnSolo:
568        Emotion e_omg;
569        end;
570}
571
572jawaii_in,30,94,4       script  Employee#jaw5   724,{
573        mes "[Employee Tonia]";
574        mes "Welcome to Jawaii Tavern~";
575        if (getpartnerid()) {
576                next;
577                mes "[Employee Tonia]";
578                mes "Congratulations to both of you!";
579                next;
580                mes "[Employee Tonia]";
581                mes "^666666*Sigh...*^000000";
582                mes "^333333I hope those Single Army morons don't get drunk and do something stupid again...";
583                close;
584        }
585        else if (!getpartnerid()) {
586                mes "Wait a sec. You're...!";
587                next;
588                mes "[Employee Tonia]";
589                mes "Hey--!";
590                mes "You're not welcome here!";
591                mes "S-Stop drinking! Right this instant!";
592                close;
593        }
594        mes "I hope you will have a good time.";
595        close;
596
597OnWelcome:
598        Emotion e_kis;
599        end;
600OnSolo:
601        Emotion e_omg;
602        end;
603}
604
605jawaii_in,30,96,4       script  Employee#jaw6   724,{
606        mes "[Employee Kay]";
607        mes "Welcome to Jawaii Tavern~";
608        if (getpartnerid()) {
609                next;
610                mes "[Employee Kay]";
611                mes "Oh gosh...!";
612                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...";
613                close;
614        }
615        else if (!getpartnerid()) {
616                mes "I understand that you want to relax and take a break, but please be careful and don't drink too much.";
617                close;
618        }
619        mes "I hope you will have a good time.";
620        close;
621       
622OnWelcome:
623        Emotion e_kis;
624        end;
625OnSolo:
626        Emotion e_omg;
627        end;
628}
629
630jawaii_in,30,98,4       script  Employee#jaw7   724,{
631        mes "[Employee Amy]";
632        mes "Welcome to Jawaii Tavern~";
633        if (getpartnerid()) {
634                mes "Oh! You and your partner look perfect for each other. Like, um,";
635                mes "a gun and a bullet! No...?";
636                next;
637                mes "[Employee Amy]";
638                mes "How about...";
639                mes "Milk and cookies?";
640                mes "Gin and tonic?";
641                mes "Jackie Tucker";
642                mes "and Chris Chan...?";
643                mes "Ummmm....";
644                close;
645        }
646        else if (!getpartnerid()) {
647                next;
648                mes "[Employee Amy]";
649                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";
650                mes "make a fuss.";
651                close;
652        }
653        mes "I hope you will have a good time.";
654        close;
655
656OnWelcome:
657        Emotion e_kis;
658        end;
659OnSolo:
660        Emotion e_omg;
661        end;
662}
663
664jawaii_in,30,100,4      script  Employee#jaw8   724,{
665        mes "[Employee Yasmine]";
666        mes "Welcome to Jawaii Tavern~";
667        if (getpartnerid()) {
668                mes "Just like the moon and the stars, you and your partner look perfect together. I'm really happy for you!";
669                close;
670        }
671        else if (!getpartnerid()) {
672                next;
673                mes "[Employee Yasmine]";
674                mes "You don't look like you belong here, but I hope you find your perfect match one of these days. Have fun!";
675                close;
676        }
677        mes "I hope you will have a good time.";
678        close;
679
680OnWelcome:
681        Emotion e_kis;
682        end;
683OnSolo:
684        Emotion e_omg;
685        end;
686}
687
688jawaii_in,28,96,0       script  jaw_em_order#Jawaii     -1,3,3,{
689OnTouch:
690        if (getpartnerid()) {
691                donpcevent "Employee#jaw8::OnWelcome";
692                donpcevent "Employee#jaw7::OnWelcome";
693                donpcevent "Employee#jaw6::OnWelcome";
694                donpcevent "Employee#jaw5::OnWelcome";
695                donpcevent "Employee#jaw4::OnWelcome";
696                donpcevent "Employee#jaw3::OnWelcome";
697                donpcevent "Employee#jaw2::OnWelcome";
698                donpcevent "Employee#jaw1::OnWelcome";
699                end;
700        }
701        donpcevent "Employee#jaw8::OnSolo";
702        donpcevent "Employee#jaw7::OnSolo";
703        donpcevent "Employee#jaw6::OnSolo";
704        donpcevent "Employee#jaw5::OnSolo";
705        donpcevent "Employee#jaw4::OnSolo";
706        donpcevent "Employee#jaw3::OnSolo";
707        donpcevent "Employee#jaw2::OnSolo";
708        donpcevent "Employee#jaw1::OnSolo";
709        end;
710}
711       
712jawaii_in,15,104,0      script  Waitress#jawaii 80,{
713        if (checkweight(1201,1) == 0) {
714                mes "^3355FF * Wait a minute! *";
715                mes "You're carrying too many items with you right now. Please store some of your things into Kafra Storage and try again.^000000";
716                close;
717        }
718        if (getpartnerid()) {
719                mes "[Waitress]";
720                mes "Hello,";
721                mes "how can I help you?";
722                Emotion e_kis;
723                next;
724                switch(select("Give me food.:Bring me drink.:Where's the bar?")) {
725                case 1:
726                        mes "[Waitress]";
727                        mes "You can have";
728                        mes "1 Meat for 1,000 zeny.";
729                        mes "Would you like one?";
730                        next;
731                        if (select("Yes.:Wha--! It's too expensive!") == 1) {
732                                mes "[Waitress]";
733                                if (zeny > 999) {
734                                        set zeny,zeny-1000;
735                                        getitem 517,1; //Meat
736                                        mes "There you go~";
737                                        mes "Enjoy your meal~!";
738                                        close;
739                                }
740                                mes "I'm sorry but...";
741                                mes "This isn't enough money...";
742                                close;
743                        }
744                        mes "[Waitress]";
745                        mes "If you";
746                        mes "need anything,";
747                        mes "please let me know.";
748                        close;
749
750                case 2:
751                        mes "[Waitress]";
752                        mes "You can have";
753                        mes "1 Yellow Potion";
754                        mes "at 1,000 zeny.";
755                        mes "Would you like one?";
756                        next;
757                        if (select("Yes.:Wha--! It's too expensive!") == 1) {
758                                mes "[Waitress]";
759                                if (zeny > 999) {
760                                        set zeny,zeny-1000;
761                                        getitem 503,1; //Yelow_Potion
762                                        mes "There you go~";
763                                        mes "Enjoy your meal~!";
764                                        close;
765                                }
766                                mes "I am sorry but you don't have enough money?!";
767                                close;
768                        }
769                        mes "[Waitress]";
770                        mes "If you";
771                        mes "need anything,";
772                        mes "please let me know.";
773                        close;
774
775                case 3:
776                        mes "[Waitress]";
777                        mes "Oh, just go toward the center";
778                        mes "of the tavern. I hope you have";
779                        mes "a good time, but be careful and";
780                        mes "don't drink too much! Have fun!";
781                        close;
782                }
783        }
784        Emotion e_omg;
785        mes "[Waitress]";
786        mes "Hey, hey...!";
787        mes "I have no idea";
788        mes "why you're here...";
789        next;
790        mes "[Waitress]";
791        mes "But we don't tolerate singles messing around with the happily married couples around here.";
792        mes "Just have your drink";
793        mes "and then leave!";
794        next;
795        if (Select("I'm a member of Single Army!!:...I just wanted to congratulate them...") == 1) {
796                mes "[Employee]";
797                mes "Yeah, right.";
798                mes "Knock it off already.";
799                mes "Why can't you be happy";
800                mes "for other people?!";
801                next;
802                mes "[Employee]";
803                mes "^666666*Sigh*^000000";
804                mes "You will be welcome";
805                mes "here when you visit";
806                mes "with your partner, okay?";
807                close;
808        }
809        mes "[Employee]";
810        mes "Huh? Did you just";
811        mes "say you wanted to";
812        mes "congratulate them?";
813        mes "Oh, you must be close";
814        mes "friends with one";
815        mes "of the couples...";
816        next;
817        mes "[Employee]";
818        mes "I'm sorry!";
819        mes "Let me apologize";
820        mes "for my rudeness.";
821        mes "I hope you have";
822        mes "a good time.";
823        close;
824}
825
826jawaii_in,28,124,0      script  Bartender#jaw   46,{
827        mes "[Bartender]";
828        mes "Welcome to the";
829        mes "Jawaii Tavern bar.";
830        mes "What would you";
831        mes "like to drink?";
832        next;
833        if (zeny < 99) {
834                set .@r_jaw,rand(1,100);
835                mes "[Bartender]";
836                if (.@r_jaw > 29) {
837                        mes "Hm, I'm sorry";
838                        mes "but you do not";
839                        mes "have enough";
840                        mes "money for a drink.";
841                        close;
842                }
843                mes "....Hmm...";
844                next;
845                mes "["+strcharinfo(0)+"]";
846                mes "Hey...!";
847                mes "Bartender...";
848                mes "Gimmie one more.";
849                next;
850                mes "[Bartender]";
851                mes "Okay...";
852                mes "It's on me.";
853                mes "Have a drink.";
854                next;
855                mes "["+strcharinfo(0)+"]";
856                mes "Thank you.";
857                close2;
858                percentheal -100,0;
859                end;
860        }
861        while (1) {
862                switch(select("Follow Bartender's Recommendation.:I want a Gunslinger.:I want a Cobo.:I want a Bomb.:I want a Boogieman.")) {
863                case 1:
864                        set .@roof_jaw,.@roof_jaw+3;
865                        if (.@roof_jaw > 9) {
866                                mes "[Bartender]";
867                                mes "Hmmm...";
868                                mes "You seem to have";
869                                mes "had enough to drink.";
870                                mes "Are you sure you'll be okay?";
871                                next;
872                                mes "["+strcharinfo(0)+"]";
873                                mes "Bartender,";
874                                mes "I'm so depressed";
875                                mes "because of...";
876                                input .@inputstr$;
877                                mes ""+.@inputstr$+"...";
878                                next;
879                                mes "[Bartender]";
880                                mes "There you go...";
881                                mes "Let me make";
882                                mes "a ^0000FF'Special J&Z'^000000 for you.";
883                                mes "And this is on me.";
884                                next;
885                                mes "["+strcharinfo(0)+"]";
886                                mes "Thank you...";
887                                mes "So much...";
888                                close2;
889                                percentheal -100,0;
890                                end;
891                        }
892                        set zeny,zeny-100;
893                        switch(rand(4)) {
894                        case 1:
895                                mes "[Bartender]";
896                                mes "Hmm...";
897                                mes "How about this cocktail?";
898                                next;
899                                mes "[Bartender]";
900                                mes "I recommend";
901                                mes "a '^0000FFBarcadie 150^000000.'";
902                                mes "It's the drink of pirates!";
903                                next;
904                                mes "^3355FFYou examined";
905                                mes "the small glass";
906                                mes "containing a glossy";
907                                mes "brown liquid...^000000";
908                                next;
909                                mes "^3355FFAlthough the glass is tiny and only holds a small amount, the liquid inside still smells pretty dangerous...^000000";
910                                next;
911                                mes "[Bartender]";
912                                mes "It's strong and flammable,";
913                                mes "so you might feel like your";
914                                mes "throat is burning.";
915                                next;
916                                mes "^3355FFYou gulped it down.^000000";
917                                specialeffect2 124; //EF_VENOMDUST
918                                percentheal -20,0;
919                                next;
920                                break;
921                        case 2:
922                                mes "[Bartender]";
923                                mes "Hmm...";
924                                mes "How about this cocktail?";
925                                next;
926                                mes "[Bartender]";
927                                mes "I recommend a '^0000FFBlack Russian Double^000000.' It will make you dream of lying in a vast Russian field...";
928                                next;
929                                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";
930                                mes "a musk that reminds you of an old, mustached man.^000000";
931                                next;
932                                mes "[Bartender]";
933                                mes "I suggest you take your time";
934                                mes "drinking this since it's very strong. The Black Russian Double is rumored to be the favorite drink of the Russian mafia.";
935                                next;
936                                mes "^3355FFYou drank it sip by sip,";
937                                mes "savoring its rich,";
938                                mes "robust flavor.^000000";
939                                specialeffect2 118; //EF_FIREIVY
940                                percentheal -20,0;
941                                next;
942                                break;
943                        case 3:
944                                mes "[Bartender]";
945                                mes "So...";
946                                mes "How about this..?";
947                                next;
948                                mes "[Bartender]";
949                                mes "Why don't you try";
950                                mes "a '^0000FFKiss of Fire";
951                                mes "the Spinbird Kick^000000?'";
952                                next;
953                                mes "[Bartender]";
954                                mes "Don't be fooled by its sweet scent or beautiful red color. This is one of the strongest drinks around.";
955                                next;
956                                mes "^3355FFYou receive a crystal cocktail glass with a little bit of sugar sprinkled around the rim. It has";
957                                mes "a sweet fragrance that makes your mouth water. However, you can also feel that it is a dangerously strong cocktail.";
958                                next;
959                                mes "[Bartender]";
960                                mes "Lick the sugar before taking a sip. That will make it taste a little sweeter and will soften the taste.";
961                                next;
962                                mes "^3355FFYou carefully took a sip.^000000";
963                                specialeffect2 38; //EF_DECAGILITY
964                                percentheal -20,0;
965                                next;
966                                break;
967                        Default:
968                                mes "[Bartender]";
969                                mes "I see...";
970                                mes "Let me think";
971                                mes "of something";
972                                mes "you might like.";
973                                next;
974                                mes "[Bartender]";
975                                mes "Okay, how about";
976                                mes "a '^0000FFWhite Margarita'^000000?'";
977                                next;
978                                mes "[Bartender]";
979                                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.";
980                                next;
981                                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?";
982                                next;
983                                mes "[Bartender]";
984                                mes "It has a sweet and sour taste so it's favored by female customers";
985                                mes "as well. I guarantee that you will enjoy its flavor.";
986                                next;
987                                mes "^3355FFYou gulp the delicious";
988                                mes "Margarita down in one sip.^000000";
989                                specialeffect2 17; //EF_MAGNUMBREAK
990                                percentheal -20,0;
991                                next;
992                        }
993                        break;
994                case 2:
995                        callsub S_KillChar,2;
996                        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.";
997                        next;
998                        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~";
999                        next;
1000                        mes "[Bartender]";
1001                        mes "That drink is bitter and sweet, just like life. Taste it with your tongue, don't drink it all at once.";
1002                        next;
1003                        mes "^3355FFYou slowly drank some";
1004                        mes "of your Gunslinger drink.^000000";
1005                        next;
1006                        mes "["+strcharinfo(0)+"]";
1007                        mes "Yeeehaw~!";
1008                        mes "I'm a cowboy hero!";
1009                        mes "Bang Bang Bang!";
1010                        next;
1011                        specialeffect2 18; //EF_STEAL
1012                        percentheal -10,0;
1013                        next;
1014                        break;
1015
1016                case 3:
1017                        callsub S_KillChar,2;
1018                        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.";
1019                        next;
1020                        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.";
1021                        next;
1022                        mes "[Bartender]";
1023                        mes "Once you taste this once, you almost can't stop drinking. It tastes so smooth and goes";
1024                        mes "down even smoother.";
1025                        next;
1026                        mes "^3355FFYou finished";
1027                        mes "your drink in 3 sips.";
1028                        mes "Your mouth was filled";
1029                        mes "with a luxurious, sweet and";
1030                        mes "sour flavor.^000000";
1031                        next;
1032                        mes "["+strcharinfo(0)+"]";
1033                        mes "Aaaaaahhhhhh~!";
1034                        mes "This drink is really good!";
1035                        specialeffect2 83; //EF_SANCTUARY
1036                        percentheal -10,0;
1037                        next;
1038                        break;
1039
1040                case 4:
1041                        callsub S_KillChar,2;
1042                        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.";
1043                        mes "for one who wants to remember people fighting for liberty...";
1044                        next;
1045                        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";
1046                        next;
1047                        mes "[Bartender]";
1048                        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.";
1049                        next;
1050                        mes "^3355FFYou firmly grabbed";
1051                        mes "the tumbler and";
1052                        mes "gulped it down.^000000";
1053                        next;
1054                        mes "^3355FFYou feel pretty hammered.^000000";
1055                        specialeffect2 106; //EF_BLASTMINEBOMB
1056                        percentheal -10,0;
1057                        next;
1058                        break;
1059
1060                case 5:
1061                        callsub S_KillChar,1;
1062                        mes "There are not many people who like this drink. But the ones that do like this drink, love it.";
1063                        next;
1064                        mes "[Bartender]";
1065                        mes "Although it has a beautiful, appetizing color, its appearance can be misleading. Most people feel cold and empty after having some";
1066                        mes "of this.";
1067                        next;
1068                        mes "^3355FFYou receive a crooked glass";
1069                        mes "filled with purple fluid. Although it smells pleasnt, you have a strange feeling of disgust as you draw it closer to your face.";
1070                        next;
1071                        mes "[Bartender]";
1072                        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.";
1073                        next;
1074                        mes "^3355FFYou took a sip of it and sighed.^000000";
1075                        next;
1076                        mes "^3355FFAnd promised yourself that you would never drink it ever again.^000000";
1077                        specialeffect2 5; //EF_HIT6
1078                        percentheal -10,0;
1079                        next;
1080                        break;
1081                }
1082
1083                mes "["+strcharinfo(0)+"]";
1084                mes "Master...";
1085                mes "One more please...";
1086                next;
1087        }
1088        end;
1089
1090S_KillChar:
1091        if (.@roof_jaw > 8) {
1092                mes "[Bartender]";
1093                mes "It's on me.";
1094                next;
1095                mes "["+strcharinfo(0)+"]";
1096                mes "Thank you...";
1097                mes "Mr. Bartender...";
1098                close2;
1099                percentheal -100,0;
1100                end;
1101        }
1102        set zeny,zeny-100;
1103        set .@roof_jaw,.@roof_jaw+getarg(0);
1104        mes "[Bartender]";
1105        mes "There you go.";
1106        next;
1107        mes "[Bartender]";
1108        return;
1109}
1110       
1111jawaii_in,43,115,0      script  Customer#jaw_1  97,{
1112        if (!getpartnerid()) {
1113                if (zeny > 99) {
1114                        mes "[Buchi]";
1115                        mes "Grrrr...";
1116                        mes "Damn! I don't";
1117                        mes "like this place!";
1118                        mes "I don't like this at all!";
1119                        next;
1120                        mes "[Buchi]";
1121                        mes "I can't believe my eyes! Everyone else looks disgustingly happy! It makes me feel so miserable!";
1122                        mes "You agree, don't you?!";
1123                        next;
1124                        mes "[Buchi]";
1125                        mes "Grrrr...";
1126                        mes "Bartender!";
1127                        mes "Give me one more!";
1128                }
1129                mes "[Buchi]";
1130                mes "Hey, why aren't you drinking?";
1131                mes "I guess you're all out of dough.";
1132                mes "But I know how you feel. Disgusted with all the lovey dovey around this place, aren't you?";
1133                next;
1134                mes "[Buchi]";
1135                mes "Heh.";
1136                mes "Lemme buy";
1137                mes "you a drink!";
1138                next;
1139                mes "[Buchi]";
1140                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~!";
1141                next;
1142                mes "^3355FFHe ordered a JJ special for me.^000000";
1143                next;
1144                mes "["+ strcharinfo(0) +"]";
1145                mes "Damn...!";
1146                mes "Damn! I will be";
1147                mes "the one who laughs last!";
1148                next;
1149                mes "^3355FFYou drank to your fill.^000000";
1150                close;
1151                percentheal -100,0;
1152        }
1153        mes "[Buchi]";
1154        mes "You look happy...";
1155        mes "I hope you'll be";
1156        mes "able to feel that";
1157        mes "way forever...";
1158        mes " ";
1159        mes "^666666*Hiccup...!*^000000";
1160        close;
1161}
1162
1163jawaii_in,41,106,3      script  Customer#Cage   98,{
1164        mes "[Cage]";
1165        if (getpartnerid()) {
1166                mes "....Bah!";
1167                mes "What are you so happy about?";
1168                mes "After all, everyone knows marriage is a sham for desperate, lonely people!";
1169                next;
1170                mes "[Cage]";
1171                if (sex) {
1172                        mes "I don't trust anybody!";
1173                        mes "You're a fool for chaining";
1174                        mes "yourself to some gorgeous";
1175                        mes "woman for life!";
1176                        mes "You hear me?!";
1177                        mes "A FOOL!";
1178                }
1179                else {
1180                        mes "Look at you!";
1181                        mes "You're a fool for";
1182                        mes "chaining yourself to";
1183                        mes "some pretty boy for life!";
1184                        mes "You hear me?! A FOOL!";
1185                }
1186                next;
1187                mes "[Cage]";
1188                mes "The single life is";
1189                mes "what it's all about!";
1190                mes "Women may break my";
1191                mes "spirit, but they'll never take...";
1192                mes "MY FREEDOM!";
1193                close;
1194        }
1195        mes "Drink, drink...!!";
1196        mes "Eat, eat...!!";
1197        mes "Join me,";
1198        mes "my brother";
1199        mes "in singlehood!";
1200        next;
1201        mes "[Cage]";
1202        mes "We are free...!";
1203        mes "We are free from";
1204        mes "the hell of marriage...!";
1205        mes "We are the sincere and";
1206        mes "competent singles...!";
1207        close;
1208}
1209
1210// Inside Prontera
1211//============================================================
1212prt_in,173,13,4 script  Customer#SoloHan        86,{
1213        mes "[SoloHan]";
1214        if (!getpartnerid()) {
1215                mes "Oh man...";
1216                mes "I think I'm drunk~";
1217                mes "^666666*Hiccup...!*^000000";
1218                next;
1219                mes "[SoloHan]";
1220                mes "Hey, you...!";
1221                mes "You understand, don't you?!";
1222                mes "Aren't you upset looking at all these happily married couples?!";
1223                mes "Yeah~? Me too!";
1224                next;
1225                mes "[SoloHan]";
1226                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?!";
1227                next;
1228                mes "[SoloHan]";
1229                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!";
1230                next;
1231                mes "[SoloHan]";
1232                mes "I mean, ^666666*Sniff*^000000, it's not like,";
1233                mes "I'm lonely or anything. I don't neeeeeeeed a woman~!";
1234                mes "Right, Bachewcca!";
1235                next;
1236                mes "[Bachewcca]";
1237                mes "...!";
1238                donpcevent "Customer#Bachewcca::OnEmote";
1239                next;
1240                mes "[SoloHan]";
1241                mes "It's doesn't really matter whether you're married";
1242                mes "or not, right buddy? Right?!";
1243                mes "Come on! Drink with me!!";
1244                next;
1245                mes "^3355FFSuddenly he treated me as a close friend. It's a little embarassing, but it's not a bad idea to accept";
1246                mes "a free drink...^000000";
1247                next;
1248                mes "^3355FF* Gulp Gulp Gulp *^000000";
1249                percentheal -10,0;
1250                next;
1251                set .@jaw_roof,1;
1252                mes "[SoloHan]";
1253                mes "So, what do you say?";
1254                mes "Let's go somewhere";
1255                mes "with some real liquor.";
1256                while (1) {
1257                        next;
1258                        if (select("...One more drink.:...What kind of place is it?") == 1) {
1259                                mes "[SoloHan]";
1260                                mes "Yeah~!";
1261                                mes "That's the spirit!";
1262                                mes "Hey, Bachewcca...";
1263                                mes "Let's drink!";
1264                                next;
1265                                mes "[Bachewcca]";
1266                                mes "^666666*Grunt!*^000000";
1267                                donpcevent "Customer#Bachewcca::OnEffect1";
1268                                next;
1269                                mes "[SoloHan]";
1270                                mes "To...";
1271                                mes "To being single!";
1272                                mes "F-Forever!!!";
1273                                next;
1274                                mes "^3355FF* Gulp Gulp Gulp *^000000";
1275                                percentheal -10,0;
1276                                next;
1277                                set .@jaw_roof,.@jaw_roof+2;
1278                                mes "[SoloHan]";
1279                                if (.@jaw_roof > 8) {
1280                                        mes "Whoa...";
1281                                        mes "You alright?";
1282                                        mes "You seem kind of drunk...";
1283                                        next;
1284                                        mes "[SoloHan]";
1285                                        mes "I guess now's the perfect time to have you sign this! Don't worry, I'll send you straight to paradise!";
1286                                        next;
1287                                        if (select("Sign:Refuse to Sign") == 1) {
1288                                                mes "[SoloHan]";
1289                                                mes "Alright!";
1290                                                mes "Take care!";
1291                                                mes "Hahaha!";
1292                                                close2;
1293                                                percentheal 100,0;
1294                                                break;
1295                                        }
1296                                        mes "[SoloHan]";
1297                                        mes "Oh...";
1298                                        mes "Man.";
1299                                        mes "So, you spoil parties";
1300                                        mes "like this all the time, eh?";
1301                                        close2;
1302                                        end;
1303                                }
1304                        }
1305                        if (.@jaw_roof > 6) {
1306                                mes "[SoloHan]";
1307                                mes "^666666*Hiccup!*^000000";
1308                                mes "So you feel like having some";
1309                                mes "real fun? Okay, then just sign over here. Count on me, I'll send you to paradise.";
1310                                next;
1311                                if (select("Sign:Refuse to Sign") == 1) {
1312                                        mes "[SoloHan]";
1313                                        mes "Alright~!";
1314                                        mes "Take care and have fun!";
1315                                        mes "Harass some couples over there for me, will you?";
1316                                        close2;
1317                                        percentheal 100,0;
1318                                        break;
1319                                }
1320                                mes "[SoloHan]";
1321                                mes "Oh...";
1322                                mes "Man.";
1323                                mes "No wonder you're single. You can't even recognize a good time when it's right in front of you.";
1324                                close2;
1325                                end;
1326                        }
1327                        set .@jaw_roof,.@jaw_roof+3;
1328                        mes "[SoloHan]";
1329                        mes "Drink, drink!";
1330                        mes "That's not enough!";
1331                        mes "Drink more, buddy!";
1332                        next;
1333                        mes "[SoloHan]";
1334                        mes "To...";
1335                        mes "To being single!";
1336                        mes "FOR EVER.";
1337                        next;
1338                        mes "^3355FF*Gulp Gulp Gulp*^000000";
1339                        percentheal -10,0;
1340                        next;
1341                }
1342                warp "jawaii_in",44,124;
1343                end;
1344        }
1345        else if (getpartnerid()) {
1346                mes "Oh man...";
1347                mes "I think I'm drunk~";
1348                mes "*Hiccup!*";
1349                next;
1350                mes "[SoloHan]";
1351                mes "...Wha!?";
1352                mes "Oh man!";
1353                mes "Get outta my face!";
1354                if (sex) {
1355                        mes "You smell like,";
1356                        mes "whupped boyfriend";
1357                        mes "or something!";
1358                }
1359                else {
1360                        next;
1361                        mes "[SoloHan]";
1362                        mes "I think I know a naggy wife";
1363                        mes "when I see one! Go boss your";
1364                        mes "hubby around or something!";
1365                }
1366                next;
1367                mes "[SoloHan]";
1368                mes "Leave me alone!";
1369                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!";
1370                next;
1371                mes "[Bachewcca]";
1372                mes "^666666*Grrr...!*^000000";
1373                donpcevent "Customer#Bachewcca::OnEffect2";
1374                close;
1375        }
1376        mes "Oh man...";
1377        mes "I think I'm drunk~";
1378        mes "^666666*Hiccup!*^000000";
1379        next;
1380        mes "[SoloHan]";
1381        mes "What is that...?";
1382        mes "Is this the third time this week I've gotten plastered? Bachewcca, help me count!";
1383        close;
1384}
1385       
1386prt_in,170,14,0 script  Customer#Bachewcca      89,{
1387        mes "[Bachewcca]";
1388        mes "..............";
1389        mes "^666666*Gulp....gulp...*^000000";
1390        mes "Grrrrr!! That hit the spot!";
1391        Emotion e_sob;
1392        close;
1393
1394OnEmote:
1395        emotion e_no1;
1396        end;
1397OnEffect1:
1398        specialeffect 296; //EF_TALK_SCREAM
1399        end;
1400OnEffect2:
1401        specialeffect 291; //EF_THROWITEM
1402        end;
1403}
1404
1405// Izlude
1406//============================================================
1407izlude,171,185,3        script  Honeymoon Helper#Izlude 71,{
1408        mes "[Helper]";
1409        mes "Newlyweds and";
1410        mes "long time couples...";
1411        mes "We invite you to Jawaii,";
1412        mes "the honeymoon resort!";
1413        next;
1414        switch(select("Jawaii?:Let's go to Jawaii~!:Cancel.")) {
1415        case 1:
1416                mes "[Helper]";
1417                mes "There is an island far, far away from the Rune-Midgard continent.";
1418                mes "It is a very quiet and beautiful island resort that only opens";
1419                mes "its doors to couples.";
1420                next;
1421                mes "[Helper]";
1422                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.";
1423                next;
1424                mes "[Helper]";
1425                mes "I guarantee you that some of";
1426                mes "the happiest moments you can";
1427                mes "experience in your marriage will be on this island. Can you really put a price on that?";
1428                close;
1429
1430        case 2:
1431                mes "[Helper]";
1432                if (!getpartnerid()) {
1433                        mes "Errm...";
1434                        mes "Unfortunately, singles are not allowed on the island. Why don't you go forget your loneliness in the Prontera pub?";
1435                        close;
1436                }
1437                else if (zeny > 99999) {
1438                        set zeny,zeny-100000;
1439                        mes "Bon Voyage...!!";
1440                        mes "Let me guide";
1441                        mes "you to 'Jawaii!'";
1442                        close2;
1443                        warp "jawaii",245,125;
1444                        end;
1445                }
1446                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?";
1447                close;
1448
1449        case 3:
1450                mes "[Helper]";
1451                mes "There's there no better way to share special, secluded moments with your beloved than through";
1452                mes "a secret trip to a remote, exotic area.";
1453                next;
1454                mes "[Helper]";
1455                mes "A vacation in Jawaii could very well be the greatest gift that you could give to the one you love~";
1456                close;
1457        }
1458}
Note: See TracBrowser for help on using the browser.