diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-15 21:06:35 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-15 21:06:35 +0000 |
commit | 6ff84c8bf9ff0023d1edbfa139d104740362f6d1 (patch) | |
tree | 78fe4ad473c17339b9617c342939820a69fb345d /npc/re/quests/eden/eden_common.txt | |
parent | 226265a6cdbac588bac232c1dc9e3e9c2074cd56 (diff) | |
download | hercules-6ff84c8bf9ff0023d1edbfa139d104740362f6d1.tar.gz hercules-6ff84c8bf9ff0023d1edbfa139d104740362f6d1.tar.bz2 hercules-6ff84c8bf9ff0023d1edbfa139d104740362f6d1.tar.xz hercules-6ff84c8bf9ff0023d1edbfa139d104740362f6d1.zip |
* Updated Minstrel and Shadow Chaser job quests to their latest versions.
* Fixed more Izlude RE coordinates (bugreport:6285).
* Disabled "Fish Tails" NPC in El Dicastes quests until Izlude RE coordinates are found; also, fixed a small mistake.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17024 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/quests/eden/eden_common.txt')
-rw-r--r-- | npc/re/quests/eden/eden_common.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/re/quests/eden/eden_common.txt b/npc/re/quests/eden/eden_common.txt index 72c37ba72..1b05030c8 100644 --- a/npc/re/quests/eden/eden_common.txt +++ b/npc/re/quests/eden/eden_common.txt @@ -1,9 +1,9 @@ //===== rAthena Script ======================================= -// Eden Group Quests - Common NPCs +//= Eden Group Quests - Common NPCs //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -16,6 +16,7 @@ //= 1.3 Some little optimization here and there. [Masao] //= 1.4 Updated to match the new Izlude Map. [Masao] //= 1.5 Added some missing Eden Group Teleport Officers. [Masao] +//= 1.6 Added Izlude RE coordinates. [Euphy] //============================================================ moc_para01,27,35,5 script Secretary Lime Evenor 952,{ @@ -246,7 +247,7 @@ OnTouch: case 3: warp "geffen",120,39; end; case 4: warp "alberta",117,56; end; case 5: warp "aldebaran",168,112; end; - case 6: warp "izlude",127,142; end; + case 6: if (checkre(0)) warp "izlude",134,118; else warp "izlude",127,142; end; case 7: warp "prt_church",99,78; end; case 8: warp "geffen_in",162,99; end; case 9: warp "moc_prydb1",51,118; end; |