diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-08 19:03:24 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-08 19:03:24 +0000 |
commit | fce3dab3045f8b7a9a79bd2957c0b3c7813d3d2f (patch) | |
tree | bdecc3468da813d70b777ccb91804a4e527b946d /npc/cities/manuk.txt | |
parent | a6cbad09d5f8a7c97c1953b7696d7dc070bf0230 (diff) | |
download | hercules-fce3dab3045f8b7a9a79bd2957c0b3c7813d3d2f.tar.gz hercules-fce3dab3045f8b7a9a79bd2957c0b3c7813d3d2f.tar.bz2 hercules-fce3dab3045f8b7a9a79bd2957c0b3c7813d3d2f.tar.xz hercules-fce3dab3045f8b7a9a79bd2957c0b3c7813d3d2f.zip |
* 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
Diffstat (limited to 'npc/cities/manuk.txt')
-rw-r--r-- | npc/cities/manuk.txt | 79 |
1 files changed, 78 insertions, 1 deletions
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; + } +} |