diff options
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; |