[1] | 1 | //===== eAthena Script ======================================= |
---|
| 2 | //= Ant Hell Warp Script |
---|
| 3 | //===== By: ================================================== |
---|
| 4 | //= Nana (1.0) |
---|
| 5 | //===== Current Version: ===================================== |
---|
| 6 | //= 1.4 |
---|
| 7 | //===== Compatible With: ===================================== |
---|
| 8 | //= Any Athena Version |
---|
| 9 | //===== Description: ========================================= |
---|
| 10 | //= Warp Points for Ant Hell |
---|
| 11 | //===== Additional Comments: ================================= |
---|
| 12 | //= 1.3 Changed var anthell to @anthell. Optimized [Lupus] |
---|
| 13 | //= 1.4 Removed Duplicates [Silent] |
---|
| 14 | //============================================================ |
---|
| 15 | |
---|
| 16 | //= Ant Hell ================================================= |
---|
| 17 | anthell01,35,267,0 script ant001 45,1,1,{ |
---|
| 18 | if(@anthell) { |
---|
| 19 | warp "moc_fild15",251,248; |
---|
| 20 | } else { |
---|
| 21 | warp "moc_fild04",213,327; |
---|
| 22 | } |
---|
| 23 | end; |
---|
| 24 | } |
---|
| 25 | anthell02,171,169,0 script ant002 45,1,2,{ |
---|
| 26 | if(@anthell) { |
---|
| 27 | warp "moc_fild04",213,327; |
---|
| 28 | } else { |
---|
| 29 | warp "moc_fild15",251,248; |
---|
| 30 | } |
---|
| 31 | end; |
---|
| 32 | } |
---|
| 33 | anthell01,253,32,0 warp ant01 2,1,anthell02,34,263 |
---|
| 34 | anthell02,32,267,0 warp ant01-1 2,2,anthell01,253,35 |
---|