1 | //===== eAthena Script ======================================= |
---|
2 | //= Lutie Dungeon (Toy Factory) Warp Script |
---|
3 | //===== By: ================================================== |
---|
4 | //= Nana (1.0) |
---|
5 | //===== Current Version: ===================================== |
---|
6 | //= 1.2 |
---|
7 | //===== Compatible With: ===================================== |
---|
8 | //= Any Athena Version; RO Episode 2+ |
---|
9 | //===== Description: ========================================= |
---|
10 | //= Warp Points for Toy Factory |
---|
11 | //===== Additional Comments: ================================= |
---|
12 | //= 1.1 Fixed endless warping loop |
---|
13 | //= 1.2 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] |
---|
14 | //============================================================ |
---|
15 | |
---|
16 | xmas,143,314,0 warp xmas_dun1-1 1,1,xmas_dun01,205,16 |
---|
17 | xmas_dun01,205,13,0 warp xmas_dun1-2 1,1,xmas,143,311 |
---|
18 | xmas_dun01,129,130,0 warp xmas_dun2-1 1,1,xmas_dun02,131,130 |
---|
19 | xmas_dun02,129,130,0 warp xmas_dun2-2 1,1,xmas_dun01,132,130 |
---|