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
|
//===== eAthena Script =======================================
//= Magma Dungeon Monster Spawn Script
//===== By: ==================================================
//= Athena (1.0)
//===== Current Version: =====================================
//= 1.2
//===== Compatible With: =====================================
//= Any Athena Version
//===== Additional Comments: =================================
//= 1.1 fixed 2,3,4 tabs instead of 1... and wrong mob names [Lupus]
//= 1.2 Removed blazers from mag_dun01 and added kahos due to
//= the Louyang patch [MasterOfMuppets]
//============================================================
// mag_dun01
//putmob "mag_dun01" 0 0 0 0 20 BLAZZER 0 0 0
mag_dun01.gat,0,0,0,0 monster Lava Golem 1366,20,600000,30000,0
mag_dun01.gat,0,0,0,0 monster Kaho 1072,20,0,0,0
mag_dun01.gat,0,0,0,0 monster Explosion 1383,30,0,0,0
mag_dun01.gat,0,0,0,0 monster Grizzly 1381,10,0,0,0
// mag_dun02
mag_dun02.gat,0,0,0,0 monster Blazer 1367,20,0,0,0
mag_dun02.gat,0,0,0,0 monster Nightmare Terror 1379,30,0,0,0
mag_dun02.gat,0,0,0,0 monster Sky Deleter 1384,10,0,0,0
mag_dun02.gat,0,0,0,0 monster Earth Deleter 1385,10,0,0,0
mag_dun02.gat,0,0,0,0 monster Gig 1387,20,0,0,0
mag_dun02.gat,0,0,0,0 monster Diabolic 1382,10,0,0,0
|