diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-10 20:33:57 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-10 20:33:57 +0000 |
commit | 297ec47268b9fe62dc08413306d66c143f3e9aea (patch) | |
tree | 8549a983bbb0727476ab231f850d5cb4663610e0 /npc/cities/manuk.txt | |
parent | 72f7c891fd5b2bca64b8f366bced65ca568f77c2 (diff) | |
download | hercules-297ec47268b9fe62dc08413306d66c143f3e9aea.tar.gz hercules-297ec47268b9fe62dc08413306d66c143f3e9aea.tar.bz2 hercules-297ec47268b9fe62dc08413306d66c143f3e9aea.tar.xz hercules-297ec47268b9fe62dc08413306d66c143f3e9aea.zip |
* Optimized Splendide coin merchant and merged it to a template with Manuk's (merchants\coin_exchange.txt)
* Fixed and enabled a Manuk NPC (cities\manuk.txt)
* Other small changes and fixes.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16773 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/manuk.txt')
-rw-r--r-- | npc/cities/manuk.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/npc/cities/manuk.txt b/npc/cities/manuk.txt index 1b33799f1..07bf61ccf 100644 --- a/npc/cities/manuk.txt +++ b/npc/cities/manuk.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -13,6 +13,7 @@ //= 1.0 First Version. //= 1.1 Added more town NPCs //= 1.2 Added more town NPCs +//= 1.3 Enabled an NPC //============================================================ // cat_enhance @@ -63,14 +64,13 @@ manuk,107,233,5 script Soldier#ep13_3 454,{ } // ep13_2_hiki -/* manuk,100,100,3 script Piom 454,{ if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { mes "[Piom]"; - mes "�?����?�������?�����Fairy��"; - mes "??���?�����Fairy��"; - mes "�?������?j��?�������"; - mes "?�?��?�����?�?"; + mes "You are... tiny. But you don't seem like a Fairy."; + mes "As long as you are not a damned Fairy,"; + mes "then you are not our foe!"; + mes "In this world, there are only friends or foe!"; close; } else { @@ -82,7 +82,6 @@ manuk,100,100,3 script Piom 454,{ close; } } -*/ manuk,188,216,3 script Benknee#ep13_2_1 449,{ if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { |