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