[1] | 1 | //===== eAthena Script ======================================= |
---|
| 2 | //= Odin Temple Warp Script |
---|
| 3 | //===== By: ================================================== |
---|
| 4 | //= birkiczd (1.0) |
---|
| 5 | //===== Current Version: ===================================== |
---|
| 6 | //= 1.4 |
---|
| 7 | //===== Compatible With: ===================================== |
---|
| 8 | //= Any Athena Version |
---|
| 9 | //===== Description: ========================================= |
---|
| 10 | //= Warp Points for Odin Temple |
---|
| 11 | //===== Additional Comments: ================================= |
---|
| 12 | //= 1.1 Move the Saylor from Hugel.txt here. [Poki#3] |
---|
| 13 | //= Hako's Sprite, cords and price is official. The text is not. |
---|
| 14 | //= 1.2 Removed Duplicates [Silent] |
---|
| 15 | //= 1.3 Official warps [Playtester] |
---|
| 16 | //= 1.4 Moved Sailor to Hugel quest file since he's part of |
---|
| 17 | //= Odin's Excavation Quest. [SinSloth] |
---|
| 18 | //============================================================ |
---|
| 19 | |
---|
| 20 | odin_tem01,378,182,0 warp odin01 1,1,odin_tem02,28,180 |
---|
| 21 | odin_tem02,21,180,0 warp odin02 1,1,odin_tem01,373,182 |
---|
| 22 | odin_tem01,383,334,0 warp odin03 1,1,odin_tem02,27,334 |
---|
| 23 | odin_tem02,21,334,0 warp odin04 1,1,odin_tem01,379,334 |
---|
| 24 | odin_tem02,153,349,0 warp odin05 1,1,odin_tem03,120,54 |
---|
| 25 | odin_tem03,121,49,0 warp odin06 1,1,odin_tem02,154,345 |
---|
| 26 | odin_tem02,261,377,0 warp odin07 1,1,odin_tem03,247,40 |
---|
| 27 | odin_tem03,247,34,0 warp odin08 1,1,odin_tem02,263,372 |
---|