[1] | 1 | //===== eAthena Script ======================================= |
---|
| 2 | //= Juperos Dungeon Warp Script |
---|
| 3 | //===== By: ================================================== |
---|
| 4 | //= Muad-Dib (1.0) |
---|
| 5 | //===== Current Version: ===================================== |
---|
| 6 | //= 1.7 |
---|
| 7 | //===== Compatible With: ===================================== |
---|
| 8 | //= eAthena with independant npctimer support; RO Episode 8+ |
---|
| 9 | //===== Description: ========================================= |
---|
| 10 | //= Warp Points for Juperos Dungeon |
---|
| 11 | //===== Additional Comments: ================================= |
---|
| 12 | //= 1.0 Converted by Dr.Evil [Lupus] |
---|
| 13 | //= 1.1 More temp warps to Juperos by Justin84 [Lupus] |
---|
| 14 | //= 1.2 Justin84's fixed elevator scripts |
---|
| 15 | //= 1.3 Fixed getting stuck when player relogs in. [Lance] |
---|
| 16 | //= 1.4 Added attachnpctimer to the initnpctimer calls. [Skotlex] |
---|
| 17 | //= 1.5 Implemented a part of the Juperos quest [MasterOfMuppets] |
---|
| 18 | //= 1.6 Removed area1 and area2 warps. These are event warps. [L0ne_W0lf] |
---|
| 19 | //= Added static warps for gate -> area1/2/elevator. |
---|
| 20 | //= 1.6a COrrected new warps [L0ne_W0lf] |
---|
| 21 | //= 1.7 Removed duplicated quest warp portal [Brainstorm] |
---|
| 22 | //============================================================ |
---|
| 23 | |
---|
| 24 | yuno_fild07,207,175,0 warp jupwrp01 1,1,jupe_cave,143,52 |
---|
| 25 | jupe_cave,148,52,0 warp jupwrp02 1,1,yuno_fild07,212,175 |
---|
| 26 | jupe_cave,26,52,0 warp jupwrp03 1,1,juperos_01,53,247 |
---|
| 27 | juperos_01,50,250,0 warp jupwrp04 1,1,jupe_cave,29,52 |
---|
| 28 | |
---|
| 29 | jupe_gate,28,145,0 warp gate#left1 2,4,jupe_area1,100,222 |
---|
| 30 | jupe_area1,103,222,0 warp gate#left2 2,4,jupe_gate,31,145 |
---|
| 31 | jupe_gate,71,145,0 warp gate#right1 2,4,jupe_area2,63,222 |
---|
| 32 | jupe_area2,60,222,0 warp gate#right2 2,4,jupe_gate,68,145 |
---|
| 33 | jupe_gate,49,55,0 warp gate#ele 4,2,jupe_ele_r,49,30 |
---|