diff options
author | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
---|---|---|
committer | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
commit | e3afdc2af4c5e50c79237ee092e25f39b7428e47 (patch) | |
tree | 20cfd05dd6fc2e3e53173ef059f045cee1526d58 /npc/cities/manuk.txt | |
parent | 491892212d338903179909b89a5bfc2385e52261 (diff) | |
download | hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.gz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.bz2 hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.xz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.zip |
Update to last rAthena npc.
Fix some typos
change sc_bleeding to -> sc_blooding
Updated RE EXP for quests_brasilis.txt
Diffstat (limited to 'npc/cities/manuk.txt')
-rw-r--r-- | npc/cities/manuk.txt | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/npc/cities/manuk.txt b/npc/cities/manuk.txt index cd4181552..c51bfd22c 100644 --- a/npc/cities/manuk.txt +++ b/npc/cities/manuk.txt @@ -1,13 +1,13 @@ //===== Hercules Script ====================================== //= Manuk Town -//===== By: ================================================== +//===== By: ================================================== //= L0ne_W0lf -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.3 -//===== Description: ========================================= -//= [Aegis Conversion] +//===== Description: ========================================= +//= [Official Conversion] //= Town-specific NPCs for Manuk. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First Version. //= 1.1 Added more town NPCs //= 1.2 Added more town NPCs @@ -441,19 +441,15 @@ manuk,103,311,3 script Manuk Piom#tre2 455,{ } } -/* manuk,194,189,3 script Manuk Galtun#tre3 450,{ if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { mes "[Manuk Galtun]"; - mes "��?������U�?�"; - mes "��?��?��?���"; - - } - else { - end; + mes "Welcome to Manuk."; + mes "How can I help you?"; + close; } + end; } -*/ manuk,293,203,3 script Manuk Piom#tre4 454,{ if ((isequipped(2782) == 1) && (ep13_2_rhea == 100)) { |