diff options
author | Streusel <advance_me@hotmail.de> | 2013-03-05 13:00:41 -0800 |
---|---|---|
committer | Streusel <advance_me@hotmail.de> | 2013-03-05 13:00:41 -0800 |
commit | 3949564603feaf7fead12eacacf1a25031fc6ea3 (patch) | |
tree | 35b79b40deacef616ffbe9e3c33a66c3f8beb8f1 /npc/re/cities/malangdo.txt | |
parent | 3bd3f1a5c0b8fa434538d5036e66b03010df9ef8 (diff) | |
download | hercules-3949564603feaf7fead12eacacf1a25031fc6ea3.tar.gz hercules-3949564603feaf7fead12eacacf1a25031fc6ea3.tar.bz2 hercules-3949564603feaf7fead12eacacf1a25031fc6ea3.tar.xz hercules-3949564603feaf7fead12eacacf1a25031fc6ea3.zip |
-Added Malangdo Enchantments, credits to Euphy
-Fixed Guillotine Cross job change, credits to Euphy
-Updated message display of Malangdo NPC's, credits to Euphy
-Updated item_db_re.sql
Diffstat (limited to 'npc/re/cities/malangdo.txt')
-rw-r--r-- | npc/re/cities/malangdo.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/npc/re/cities/malangdo.txt b/npc/re/cities/malangdo.txt index 58e6be2f3..50e6bc832 100644 --- a/npc/re/cities/malangdo.txt +++ b/npc/re/cities/malangdo.txt @@ -278,10 +278,10 @@ malangdo,219,86,4 script Kong#malang 545,{ // Town NPCs :: malang_tre //============================================================ malangdo,147,117,3 script Innkeeper#malang 554,{ - mes "Can see a lazy cat standing on a chair."; - mes "Thought it is an Innkeeper, but do not looks like that having a business."; + mes "You see a lazy cat standing on a chair."; + mes "You guess that this is the Innkeeper."; next; - switch(select("Can I rest in hammock?:Want to store in inn.:Looks free at the moment.")) { + switch(select("Umm... can I rest here?:Psst... can I save here?:Leave.")) { case 1: mes "[Innkeeper]"; mes "You can use hammock as you want but give me ^FF00005 pieces of Malang Sp Can^000000, then will make you stress out."; @@ -324,7 +324,10 @@ malangdo,147,117,3 script Innkeeper#malang 554,{ malangdo,151,120,3 script Wandering Minstrel#mal 479,{ mes "[Wandering Minstrel]"; - mes "I have a sleepy momnet whenever seeing that innkeeper. So comfortable..."; + mes "Boy, that lazy cat makes me want to just nap all day long."; + next; + mes "[Wandering Minstrel]"; + mes "He makes life look so simple"; close; } |