From 779e8c6fb93bbff8fba7d5ef287eb92590d115dd Mon Sep 17 00:00:00 2001 From: euphyy Date: Sat, 1 Dec 2012 22:45:51 +0000 Subject: * Updated Arch Bishop, Guillotine Cross, Mechanic, and Royal Guard job quests to their latest versions. * Fixed Izlude RE warps (bugreport:6884, bugreport:6285). * Fixed experience reward in Cursed Spirit quest (bugreport:6288). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16990 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/jawaii.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc/cities/jawaii.txt') 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]"; -- cgit v1.2.3-60-g2f50