1 | //===== eAthena Script ======================================= |
---|
2 | //= Guild Dungeons Monster Spawn Script |
---|
3 | //===== By: ================================================== |
---|
4 | //= Athena (1.0) |
---|
5 | //===== Current Version: ===================================== |
---|
6 | //= 1.2 |
---|
7 | //===== Compatible With: ===================================== |
---|
8 | //= Any Athena Version |
---|
9 | //===== Additional Comments: ================================= |
---|
10 | //= 1.2 Official kRO 10.1 spawns [Playtester] |
---|
11 | //============================================================ |
---|
12 | |
---|
13 | //================================================== |
---|
14 | // gld_dun01 - Baldur Guild Dungeon |
---|
15 | //================================================== |
---|
16 | gld_dun01,0,0,0,0 monster Skeleton General 1290,10,0,0,0 |
---|
17 | gld_dun01,0,0,0,0 monster Am Mut 1301,20,0,0,0 |
---|
18 | gld_dun01,0,0,0,0 monster Cat o' Nine Tails 1307,3,1200000,0,0 |
---|
19 | gld_dun01,0,0,0,0 monster Gajomart 1309,10,0,0,0 |
---|
20 | gld_dun01,0,0,0,0 monster Eddga 1115,1,28800000,7200000,1 |
---|
21 | gld_dun01,0,0,0,0 monster Vagabond Wolf 1092,1,14400000,7200000,1 |
---|
22 | |
---|
23 | //================================================== |
---|
24 | // gld_dun02 - Luina Guild Dungeon |
---|
25 | //================================================== |
---|
26 | gld_dun02,0,0,0,0 monster Owl Baron 1295,3,0,0,0 |
---|
27 | gld_dun02,0,0,0,0 monster Giant Spider 1304,10,240000,120000,0 |
---|
28 | gld_dun02,0,0,0,0 monster Ancient Worm 1305,5,120000,60000,0 |
---|
29 | gld_dun02,0,0,0,0 monster Killer Mantis 1294,5,120000,60000,0 |
---|
30 | gld_dun02,0,0,0,0 monster Giant Hornet 1303,10,120000,60000,0 |
---|
31 | gld_dun02,0,0,0,0 monster Doppelganger 1046,1,28800000,7200000,1 |
---|
32 | |
---|
33 | //================================================== |
---|
34 | // gld_dun03 - Valkyrie Guild Dungeon |
---|
35 | //================================================== |
---|
36 | gld_dun03,0,0,0,0 monster Maya Purple 1289,3,1200000,600000,0 |
---|
37 | gld_dun03,0,0,0,0 monster Caterpillar 1300,20,0,0,0 |
---|
38 | gld_dun03,0,0,0,0 monster Gullinbursti 1311,10,0,0,0 |
---|
39 | gld_dun03,0,0,0,0 monster Creamy Fear 1293,20,0,0,0 |
---|
40 | gld_dun03,0,0,0,0 monster Leib Olmai 1306,20,0,0,0 |
---|
41 | gld_dun03,0,0,0,0 monster Maya 1147,1,28800000,7200000,1 |
---|
42 | |
---|
43 | //================================================== |
---|
44 | // gld_dun04 - Britoniah Guild Dungeon |
---|
45 | //================================================== |
---|
46 | gld_dun04,0,0,0,0 monster Wraith Dead 1291,20,0,0,0 |
---|
47 | gld_dun04,0,0,0,0 monster Mini Demon 1292,20,0,0,0 |
---|
48 | gld_dun04,0,0,0,0 monster Zombie Master 1298,20,0,0,0 |
---|
49 | gld_dun04,0,0,0,0 monster Dark Illusion 1302,1,1200000,0,0 |
---|
50 | gld_dun04,0,0,0,0 monster Dark Lord 1272,1,28800000,7200000,1 |
---|
51 | gld_dun04,0,0,0,0 monster Ghostring 1120,1,14400000,7200000,1 |
---|