1 | //===== eAthena Script ======================================= |
---|
2 | //= Morocc Pryamid Dungeon Monster Spawn Script |
---|
3 | //===== By: ================================================== |
---|
4 | //= Athena (1.0) |
---|
5 | //===== Current Version: ===================================== |
---|
6 | //= 1.2 (custom spawn) |
---|
7 | //===== Compatible With: ===================================== |
---|
8 | //= Any Athena Version |
---|
9 | //===== Additional Comments: ================================= |
---|
10 | //= 1.1 Changed to eAthena custom spawns [Playtester] |
---|
11 | //= 1.2 Fixed a typo [Playtester] |
---|
12 | //============================================================ |
---|
13 | |
---|
14 | //================================================== |
---|
15 | // moc_pryd01 - Inside Pyramid F1 |
---|
16 | //================================================== |
---|
17 | moc_pryd01,0,0,0,0 monster Poporing 1031,15,0,0,0 |
---|
18 | moc_pryd01,0,0,0,0 monster Familiar 1005,40,0,0,0 |
---|
19 | moc_pryd01,0,0,0,0 monster Spore 1014,20,0,0,0 |
---|
20 | |
---|
21 | //================================================== |
---|
22 | // moc_pryd02 - Inside Pyramid F2 |
---|
23 | //================================================== |
---|
24 | moc_pryd02,0,0,0,0 monster Mummy 1041,20,0,0,0 |
---|
25 | moc_pryd02,0,0,0,0 monster Isis 1029,15,0,0,0 |
---|
26 | moc_pryd02,0,0,0,0 monster Poporing 1031,15,0,0,0 |
---|
27 | moc_pryd02,0,0,0,0 monster Skeleton Archer 1016,30,0,0,0 |
---|
28 | moc_pryd02,0,0,0,0 monster Skeleton Soldier 1028,35,0,0,0 |
---|
29 | moc_pryd02,0,0,0,0 monster Drainliar 1111,20,0,0,0 |
---|
30 | |
---|
31 | //================================================== |
---|
32 | // moc_pryd03 - Inside Pyramid F3 |
---|
33 | //================================================== |
---|
34 | moc_pryd03,0,0,0,0 monster Mummy 1041,45,0,0,0 |
---|
35 | moc_pryd03,0,0,0,0 monster Verit 1032,20,600000,300000,1 |
---|
36 | moc_pryd03,0,0,0,0 monster Matyr 1146,15,0,0,0 |
---|
37 | moc_pryd03,0,0,0,0 monster Drainliar 1111,15,0,0,0 |
---|
38 | moc_pryd03,0,0,0,0 monster Mimic 1191,10,0,0,0 |
---|
39 | |
---|
40 | //================================================== |
---|
41 | // moc_pryd04 - Inside Pyramid F4 |
---|
42 | //================================================== |
---|
43 | moc_pryd04,0,0,0,0 monster Isis 1029,50,150000,75000,0 |
---|
44 | moc_pryd04,0,0,0,0 monster Mummy 1041,25,0,0,0 |
---|
45 | moc_pryd04,0,0,0,0 monster Matyr 1146,20,0,0,0 |
---|
46 | moc_pryd04,0,0,0,0 monster Ancient Mummy 1297,3,0,0,0 |
---|
47 | moc_pryd04,0,0,0,0 monster Mimic 1191,15,600000,300000,1 |
---|
48 | moc_pryd04,0,0,0,0 monster Osiris 1038,1,3600000,7200000,0 |
---|
49 | |
---|
50 | //================================================== |
---|
51 | // moc_pryd05 - Inside Pyramid B1 |
---|
52 | //================================================== |
---|
53 | moc_pryd05,0,0,0,0 monster Minorous 1149,50,0,0,0 |
---|
54 | moc_pryd05,0,0,0,0 monster Verit 1032,40,0,0,0 |
---|
55 | moc_pryd05,0,0,0,0 monster Mummy 1041,15,0,0,0 |
---|
56 | moc_pryd05,0,0,0,0 monster Ghoul 1036,15,0,0,0 |
---|
57 | |
---|
58 | //================================================== |
---|
59 | // moc_pryd06 - Inside Pyramid B2 |
---|
60 | //================================================== |
---|
61 | moc_pryd06,0,0,0,0 monster Arclouse 1194,20,0,0,0 |
---|
62 | moc_pryd06,100,90,80,50 monster Mimic 1191,10,600000,300000,0 |
---|
63 | moc_pryd06,100,90,80,50 monster Ancient Mummy 1297,10,600000,300000,0 |
---|
64 | moc_pryd06,0,0,0,0 monster Verit 1032,15,0,0,0 |
---|
65 | moc_pryd06,102,86,0,0 monster Amon Ra 1511,1,3600000,1600000,0 |
---|
66 | moc_pryd06,0,0,0,0 monster Ghoul 1036,10,0,0,0 |
---|
67 | moc_pryd06,0,0,0,0 monster Mummy 1041,10,0,0,0 |
---|
68 | moc_pryd06,0,0,0,0 monster Isis 1029,10,0,0,0 |
---|