From fce3dab3045f8b7a9a79bd2957c0b3c7813d3d2f Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Fri, 8 Apr 2011 19:03:24 +0000 Subject: * Added missing Hair Dressers and Hair Dyer to Lighthalzen. - Hair Dresser will change hair styles ranging between 20 to 27 - Assistant Beautician changes to a random style and colour between 1-23. * Updated the Cursed Spirit quest, and added some more town NPCs. * Added more town NPCs to Splendide and Manuk. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14780 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/manuk.txt | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 78 insertions(+), 1 deletion(-) (limited to 'npc/cities/manuk.txt') diff --git a/npc/cities/manuk.txt b/npc/cities/manuk.txt index a3ea0d1fe..4528bf6af 100644 --- a/npc/cities/manuk.txt +++ b/npc/cities/manuk.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -12,6 +12,7 @@ //===== Additional Comments: ================================= //= 1.0 First Version. //= 1.1 Added more town NPCs +//= 1.2 Added more town NPCs //============================================================ // cat_enhance @@ -490,3 +491,79 @@ manuk,253,173,3 script Manuk Benknee#tre5 449,{ close; } } + +// ep12_2_dailybs +manuk,251,180,5 script Young Villager#ep13bs 454,{ + if (isequipped(2782) == 1) { + mes "[Young Villager]"; + mes "It's past the time of our date, why isn't she here yet!!?"; + close; + } + else { + mes "[Asd]"; + mes "Ywo di pi butfs oui Afbsu "; + close; + } +} + +man_in01,360,137,5 script Mechanic#ep13bs 454,{ + if (isequipped(2782) == 1) { + mes "[Mechanic]"; + mes "Alien races are not allowed to enter."; + mes "It's very dangerous here, please don't come any closer."; + close; + } + else { + mes "[Asoui]"; + mes "Fs iua sdjosow ww "; + mes "Adds wwpq iusnd "; + close; + } +} + +man_in01,68,187,0 script Worker#ep13bs1 454,{ + if (isequipped(2782) == 1) { + mes "[Worker]"; + mes "Hmm, it smells delicious."; + mes "It should be time to turn it around now."; + next; + mes "[Worker]"; + mes "Hardrock Mammoth steak should be eaten slightly raw!"; + close; + } + else { + mes "[Tee]"; + mes "As woue dpi sha we"; + mes "Two psie bu le"; + next; + mes "[Tee]"; + mes "Tr sdou powee wwee "; + close; + } +} + +man_in01,74,181,3 script Worker#ep13bs2 454,{ + if (isequipped(2782) == 1) { + mes "[Worker]"; + mes "Chef Cook, how many plates should I put down?"; + close; + } + else { + mes "[Tee]"; + mes "We pishd bugs ouwwe iro "; + close; + } +} + +man_in01,227,280,5 script Scientist#ep13bs 449,{ + if (isequipped(2782) == 1) { + mes "[Scientist]"; + mes "Is there only one way we can survive..?"; + close; + } + else { + mes "[Apti]"; + mes "Dso piey pioit ioep "; + close; + } +} -- cgit v1.2.3-70-g09d2