[1] | 1 | //===== eAthena Script ======================================= |
---|
| 2 | //= Thor's Volcano Dungeon Warp Script |
---|
| 3 | //===== By: ================================================== |
---|
| 4 | //= $ephiroth |
---|
| 5 | //===== Current Version: ===================================== |
---|
| 6 | //= 1.3 |
---|
| 7 | //===== Compatible With: ===================================== |
---|
| 8 | //= Any Athena Version |
---|
| 9 | //===== Description: ========================================= |
---|
| 10 | //= Warp Points for Thor's Volcano Dungeon |
---|
| 11 | //===== Additional Comments: ================================= |
---|
| 12 | //= 1.3 Rescripted to Aegis 11.2 Standards. [L0ne_W0lf |
---|
| 13 | //============================================================ |
---|
| 14 | |
---|
| 15 | ve_fild03,168,240,0 warp thor_v1-1 1,1,thor_v01,21,229 |
---|
| 16 | thor_v01,21,224,0 warp thor_v1-2 1,1,ve_fild03,168,235 |
---|
| 17 | thor_v01,201,37,0 warp thor_v2-1 1,1,thor_v02,78,203 |
---|
| 18 | thor_v02,192,60,0 warp thor_v2-2 1,1,thor_v03,35,262 |
---|
| 19 | thor_v02,73,203,0 warp thor_v3-1 1,1,thor_v01,196,37 |
---|
| 20 | thor_v03,30,262,0 warp thor_v3-2 1,1,thor_v02,187,58 |
---|
| 21 | |
---|
| 22 | //============================================================ |
---|
| 23 | // Old changelog |
---|
| 24 | //============================================================ |
---|
| 25 | //= 1.0 Initial version [$ephiroth] |
---|
| 26 | //= 1.1 Updated warps, according to Japan site [$ephiroth] |
---|
| 27 | //= 1.2 Updated more warps to thor_camp [$ephiroth] |
---|
| 28 | //============================================================ |
---|