diff options
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)) { |