diff options
Diffstat (limited to 'npc/warps/dungeons/anthell.txt')
-rw-r--r-- | npc/warps/dungeons/anthell.txt | 24 |
1 files changed, 7 insertions, 17 deletions
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 |