diff options
Diffstat (limited to 'npc/cities/izlude.txt')
-rw-r--r-- | npc/cities/izlude.txt | 47 |
1 files changed, 24 insertions, 23 deletions
diff --git a/npc/cities/izlude.txt b/npc/cities/izlude.txt index da7b650d7..3c330a46e 100644 --- a/npc/cities/izlude.txt +++ b/npc/cities/izlude.txt @@ -1,32 +1,33 @@ //===== Hercules Script ====================================== //= Izlude Town -//===== By: ================================================== +//===== By: ================================================== //= kobra_k88 //= L0ne_W0lf -//===== Current Version: ===================================== -//= 1.8a -//===== Description: ========================================= -//= [Aegis Conversion] +//===== Current Version: ===================================== +//= 1.9a +//===== Description: ========================================= +//= [Official Conversion] //= Izlude town NPCs -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= Fully working //= 1.1 fixed 2 zeny bugs/checks [Lupus] //= 1.2 Fixed a lot of typos [Nexon] //= 1.3 Removed callfunc Is_####_Class in favor of baseClass [Silentdragon] //= 1.4 Added a Jawaii related npc. 1.4a Fixed a small bug to -//= the Jawaii warper, thanks to reddozen and Silent [MasterOfMuppets] +//= the Jawaii warper, thanks to reddozen and Silent [MasterOfMuppets] //= 1.5 Replaced iz_move_alberta with MISC_QUEST & 16 [Lupus] //= 1.6 Removed Duplicates [Silent] //= 1.7 Split quest to quests/quests_izlude.txt [Evera] //= 1.71 Optimized. Also thanks to CAHTEXHuK [Lupus] //= 1.72 Small bugfix [Paradox924X] //= 1.8 Rescripted to Aegis 10.3 standard. [L0ne_W0lf] -//= Removed Honeymoon Helper, as she is a Jawaii NPC. -//= Moved Signs to the msg_boards file. +//= Removed Honeymoon Helper, as she is a Jawaii NPC. +//= Moved Signs to the msg_boards file. //= 1.8a Made Red/Cebalis as a single NPC + duplicate [Lupus] //= 1.9 Fixed a small problem with Dega. (Ne default case) [L0ne_W0lf] -//= Re-added NPC dialog for Cebalis. The dialog differs -//= (even if slightly,) after the five or so lines. +//= Re-added NPC dialog for Cebalis. The dialog differs +//= (even if slightly,) after the five or so lines. +//= 1.9a A part of Kylick's dialogue is Pre-Renewal only. [Euphy] //============================================================ // Izlude @@ -220,9 +221,18 @@ } - script ::Kylick_izlude -1,{ - mes "[Kylick]"; - switch(rand(2)) { - case 1: + if (!checkre(0) && rand(2)) { + mes "[Kylick]"; + mes "I was thinking, even though the people of Izlude live so close to the ocean..."; + next; + mes "[Kylick]"; + mes "There are other cultures that have completely developed by living off of the sea. Of course, I'm talking about Amatsu."; + next; + mes "[Kylick]"; + mes "I hear the cuisine there is really good! Although the idea of eating raw fish is new to me, I would love to go there, and try it just once!"; + close; + } else { + mes "[Kylick]"; mes "Don't you think Binoculars"; mes "are really COOL?! You can"; mes "see all sorts of places...!"; @@ -239,15 +249,6 @@ mes "a pound of cure"; mes "after all, right?"; close; - Default: - mes "I was thinking, even though the people of Izlude live so close to the ocean..."; - next; - mes "[Kylick]"; - mes "There are other cultures that have completely developed by living off of the sea. Of course, I'm talking about Amatsu."; - next; - mes "[Kylick]"; - mes "I hear the cuisine there is really good! Although the idea of eating raw fish is new to me, I would love to go there, and try it just once!"; - close; } } |