diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-01 22:45:51 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-01 22:45:51 +0000 |
commit | 779e8c6fb93bbff8fba7d5ef287eb92590d115dd (patch) | |
tree | a0d42fc5d7c0bab47527e50d3a54d7139921bb56 /npc/cities/jawaii.txt | |
parent | acee0f80c837286e302b82d9b29a05b4f3a6e404 (diff) | |
download | hercules-779e8c6fb93bbff8fba7d5ef287eb92590d115dd.tar.gz hercules-779e8c6fb93bbff8fba7d5ef287eb92590d115dd.tar.bz2 hercules-779e8c6fb93bbff8fba7d5ef287eb92590d115dd.tar.xz hercules-779e8c6fb93bbff8fba7d5ef287eb92590d115dd.zip |
* 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
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]"; |