From 9f1d3bfdee9721bd564a5d888e01b17fc545c919 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Fri, 26 Dec 2008 06:58:19 +0000 Subject: Happy boxing day, eAthena! Here have a massive update. * Implemented the first round of episode 12.1 change which include: - Many Morroc NPCs have been moved to Morroc Ruins. - The addition of new of NPCs to the ruins of Morroc. - Several warp points leading around Morroc altered. - The implementation of the continental Guard Quest. - The removal of the 'Dandelion's Request" quest. - This update contains several changes, as Morroc and several fields no longer exist in one sense of the word. AS such, many NPCs have been moved, there may be quests that no longer function because of NPCs on inaccessable maps. * Commented out maps no longer accessable with 12.1 in maps_athena.conf * Updated mob_skill_db episode 12.1 skills to official. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13415 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/warps/dungeons/anthell.txt | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'npc/warps/dungeons/anthell.txt') diff --git a/npc/warps/dungeons/anthell.txt b/npc/warps/dungeons/anthell.txt index dfc4e2a5c..44625e45d 100644 --- a/npc/warps/dungeons/anthell.txt +++ b/npc/warps/dungeons/anthell.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Nana (1.0) //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= @@ -11,24 +11,14 @@ //===== Additional Comments: ================================= //= 1.3 Changed var anthell to @anthell. Optimized [Lupus] //= 1.4 Removed Duplicates [Silent] +//= 1.5 Updated warps for episode 12.1 [L0ne_W0lf] //============================================================ //= Ant Hell ================================================= -anthell01,35,267,0 script ant001 45,1,1,{ - if(@anthell) { - warp "moc_fild15",251,248; - } else { - warp "moc_fild04",213,327; - } - end; -} -anthell02,171,169,0 script ant002 45,1,2,{ - if(@anthell) { - warp "moc_fild04",213,327; - } else { - warp "moc_fild15",251,248; - } - end; -} +moc_fild20,156,143,0 warp moc_ant1-1 3,4,anthell01,35,262 +anthell01,35,267,0 warp moc_ant1-2 1,1,moc_fild20,164,145 +moc_fild20,337,315,0 warp moc_ant2-1 3,3,anthell01,35,262 +anthell02,172,169,0 warp moc_ant2-2 1,1,moc_fild20,330,314 + anthell01,253,32,0 warp ant01 2,1,anthell02,34,263 anthell02,32,267,0 warp ant01-1 2,2,anthell01,253,35 -- cgit v1.2.3-60-g2f50