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
|
//===== eAthena Script =======================================
//= El Dicastes Fields Monster Spawn Script
//===== By: ==================================================
//= Kisuka
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= eAthena SVN
//===== Additional Comments: =================================
//= 1.0 Official spawns from Aegis [Kisuka]
//============================================================
//==================================================
// dic_fild01 - At the Foot of the Kamidal Mountain
//==================================================
dic_fild01,0,0,0,0 monster Centipede 1987,60,5000,0,0
dic_fild01,0,0,0,0 monster Centipede Larva 1999,30,5000,0,0
dic_fild01,0,0,0,0 monster Tatacho 1986,25,5000,0,0
dic_fild01,0,0,0,0 monster Dolomedes 2092,20,5000,0,0
//==================================================
// dic_fild02 - At the Foot of the Kamidal Mountain
//==================================================
dic_fild02,0,0,0,0 monster Bradium Golem 2024,3,5000,0,0
dic_fild02,0,0,0,0 monster Centipede 1987,35,5000,0,0
dic_fild02,0,0,0,0 monster Centipede Larva 1999,10,5000,0,0
dic_fild02,0,0,0,0 monster Tatacho 1986,25,5000,0,0
dic_fild02,0,0,0,0 monster Dolomedes 2092,80,5000,0,0
|