[1] | 1 | //===== eAthena Script ======================================= |
---|
| 2 | //= Juperos Mystical Dungeon - Monster Spawn Locations |
---|
| 3 | //===== By: ================================================== |
---|
| 4 | // The Prometheus Project and eAthena dev team |
---|
| 5 | //===== Current Version: ===================================== |
---|
| 6 | //= 1.1 (custom spawns) |
---|
| 7 | //===== Compatible With: ===================================== |
---|
| 8 | //= Any Athena/Freya Version |
---|
| 9 | //===== Additional Comments: ================================= |
---|
| 10 | //= 08/24/05 : Added 1st version. [Muad_Dib] |
---|
| 11 | //= 01/29/05 : Updated the spawns according to current info [MasterOfMuppets] |
---|
| 12 | //= 02/05/05 : Changed to eAthena custom spawns [Playtester] |
---|
| 13 | //= 04/15/06 : Made Juperos more crowded [Playtester] |
---|
| 14 | //============================================================ |
---|
| 15 | |
---|
| 16 | //================================================== |
---|
| 17 | // juperos_01 - The Ruins of Juperos F1 |
---|
| 18 | //================================================== |
---|
| 19 | juperos_01,0,0,0,0 monster Venatu 1676,50,0,0,0 |
---|
| 20 | juperos_01,0,0,0,0 monster Venatu 1677,50,0,0,0 |
---|
| 21 | juperos_01,0,0,0,0 monster Venatu 1678,50,0,0,0 |
---|
| 22 | juperos_01,0,0,0,0 monster Venatu 1679,40,0,0,0 |
---|
| 23 | juperos_01,0,0,0,0 monster Hunter Fly 1035,40,0,0,0 |
---|
| 24 | juperos_01,0,0,0,0 monster Wind Ghost 1263,30,0,0,0 |
---|
| 25 | |
---|
| 26 | //================================================== |
---|
| 27 | // juperos_02 - The Ruins of Juperos F2 |
---|
| 28 | //================================================== |
---|
| 29 | juperos_02,0,0,0,0 monster Venatu 1676,65,0,0,0 |
---|
| 30 | juperos_02,0,0,0,0 monster Venatu 1677,65,0,0,0 |
---|
| 31 | juperos_02,0,0,0,0 monster Venatu 1678,65,0,0,0 |
---|
| 32 | juperos_02,0,0,0,0 monster Venatu 1679,50,0,0,0 |
---|
| 33 | juperos_02,0,0,0,0 monster Apocalypse 1365,70,0,0,0 |
---|
| 34 | |
---|
| 35 | //================================================== |
---|
| 36 | // juperos_core - Juperos Dungeon Entrance |
---|
| 37 | //================================================== |
---|
| 38 | jupe_core,0,0,0,0 monster Archdam 1668,40,0,0,0 |
---|
| 39 | jupe_core,0,0,0,0 monster Dimik 1670,40,0,0,0 |
---|
| 40 | jupe_core,0,0,0,0 monster Dimik 1671,40,0,0,0 |
---|
| 41 | jupe_core,0,0,0,0 monster Dimik 1672,40,0,0,0 |
---|
| 42 | jupe_core,0,0,0,0 monster Dimik 1673,40,0,0,0 |
---|
| 43 | jupe_core,0,0,0,0 monster Venatu 1676,25,0,0,0 |
---|
| 44 | jupe_core,0,0,0,0 monster Venatu 1677,25,0,0,0 |
---|
| 45 | jupe_core,0,0,0,0 monster Venatu 1678,25,0,0,0 |
---|
| 46 | jupe_core,0,0,0,0 monster Vesper 1685,1,7200000,3600000,1 |
---|