diff options
Diffstat (limited to 'npc/cities/jawaii.txt')
-rw-r--r-- | npc/cities/jawaii.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/cities/jawaii.txt b/npc/cities/jawaii.txt index 2d18d6298..dd7ebb28a 100644 --- a/npc/cities/jawaii.txt +++ b/npc/cities/jawaii.txt @@ -5,7 +5,7 @@ //= DNett123 (1.1 - 1.5) //= L0ne_w0lf //===== Current Version: ===================================== -//= 3.6 +//= 3.7 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -35,6 +35,7 @@ //= 3.4 Added missing checkweights. [L0ne_W0lf] //= 3.5 Replaced effect numerics with constants. [L0ne_W0lf] //= 3.6 Fixed bartender so he no longer hangs. [L0ne_W0lf] +//= 3.7 Added Izlude RE coordinates. [Euphy] //============================================================ // Jawaii @@ -58,7 +59,10 @@ jawaii,239,112,7 script Mariner#toizu 100,{ mes "guide you to"; mes "Izlude."; close2; - warp "izlude",176,182; + if(checkre(0)) + warp "izlude",195,212; + else + warp "izlude",176,182; end; } mes "[Mariner]"; |