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
51
52
53
54
55
56
57
58
59
60
|
//===== eAthena Script =======================================
//= Morocc Sphinx Dungeon Monster Spawn Script
//===== By: ==================================================
//= Athena (1.0)
//===== Current Version: =====================================
//= 1.1 (custom spawns)
//===== Compatible With: =====================================
//= Any Athena Version
//===== Additional Comments: =================================
//= 1.1 Changed to eAthena custom spawns [Playtester]
//============================================================
// In_sphinx1
in_sphinx1.gat,0,0,0,0 monster Boa 1025,15,0,0,0
in_sphinx1.gat,0,0,0,0 monster Anacondaq 1030,15,0,0,0
in_sphinx1.gat,0,0,0,0 monster Zerom 1178,20,0,0,0
in_sphinx1.gat,0,0,0,0 monster Drainliar 1111,30,0,0,0
in_sphinx1.gat,0,0,0,0 monster Matyr 1146,5,0,0,0
in_sphinx1.gat,0,0,0,0 monster Requiem 1164,15,0,0,0
// In_sphinx2
in_sphinx2.gat,0,0,0,0 monster Zerom 1178,45,0,0,0
in_sphinx2.gat,0,0,0,0 monster Drainliar 1111,15,0,0,0
in_sphinx2.gat,0,0,0,0 monster Matyr 1146,20,0,0,0
in_sphinx2.gat,0,0,0,0 monster Whisper 1179,10,0,0,0
in_sphinx2.gat,0,0,0,0 monster Requiem 1164,45,0,0,0
// In_sphinx3
in_sphinx3.gat,0,0,0,0 monster Drainliar 1111,10,0,0,0
in_sphinx3.gat,0,0,0,0 monster Matyr 1146,25,0,0,0
in_sphinx3.gat,0,0,0,0 monster Whisper 1179,10,0,0,0
in_sphinx3.gat,0,0,0,0 monster Requiem 1164,10,0,0,0
in_sphinx3.gat,0,0,0,0 monster Marduk 1140,25,0,0,0
in_sphinx3.gat,0,0,0,0 monster Mimic 1191,5,600000,300000,1
in_sphinx3.gat,0,0,0,0 monster Pasana 1154,5,0,0,0
// In_sphinx4
in_sphinx4.gat,0,0,0,0 monster Whisper 1179,10,0,0,0
in_sphinx4.gat,0,0,0,0 monster Marduk 1140,10,0,0,0
in_sphinx4.gat,0,0,0,0 monster Sidewinder 1037,10,0,0,0
in_sphinx4.gat,0,0,0,0 monster Minorous 1149,40,0,0,0
in_sphinx4.gat,0,0,0,0 monster Mimic 1191,2,600000,300000,1
in_sphinx4.gat,0,0,0,0 monster Pasana 1154,20,0,0,0
in_sphinx4.gat,0,0,0,0 monster Medusa 1148,1,600000,300000,1
// In_sphinx5
in_sphinx5.gat,0,0,0,0 monster Whisper 1179,10,0,0,0
in_sphinx5.gat,0,0,0,0 monster Matyr 1146,25,0,0,0
in_sphinx5.gat,0,0,0,0 monster Requiem 1164,10,0,0,0
in_sphinx5.gat,0,0,0,0 monster Marduk 1140,25,0,0,0
in_sphinx5.gat,0,0,0,0 monster Sidewinder 1037,15,0,0,0
in_sphinx5.gat,0,0,0,0 monster Mimic 1191,4,600000,300000,1
in_sphinx5.gat,0,0,0,0 monster Pasana 1154,25,0,0,0
in_sphinx5.gat,0,0,0,0 monster Medusa 1148,3,600000,300000,0
in_sphinx5.gat,0,0,0,0 monster Pharaoh 1157,1,3600000,1800000,1
|