1 | //===== eAthena Script ======================================= |
---|
2 | //= Morocc Pryamid Dungeon 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.1 Official kRO 10.1 spawns [Playtester] |
---|
11 | //= 1.2 More accurate spawns [Playtester] |
---|
12 | //============================================================ |
---|
13 | |
---|
14 | //================================================== |
---|
15 | // moc_pryd01 - Inside Pyramid F1 |
---|
16 | //================================================== |
---|
17 | moc_pryd01,0,0,0,0 monster Familiar 1005,50,0,0,0 |
---|
18 | moc_pryd01,0,0,0,0 monster Poporing 1031,20,0,0,0 |
---|
19 | |
---|
20 | //================================================== |
---|
21 | // moc_pryd02 - Inside Pyramid F2 |
---|
22 | //================================================== |
---|
23 | moc_pryd02,0,0,0,0 monster Poporing 1031,20,0,0,0 |
---|
24 | moc_pryd02,0,0,0,0 monster Drainliar 1111,20,0,0,0 |
---|
25 | moc_pryd02,0,0,0,0 monster Mummy 1041,30,0,0,0 |
---|
26 | moc_pryd02,0,0,0,0 monster Isis 1029,5,0,0,0 |
---|
27 | moc_pryd02,0,0,0,0 monster Soldier Skeleton 1028,30,0,0,0 |
---|
28 | moc_pryd02,0,0,0,0 monster Archer Skeleton 1016,30,0,0,0 |
---|
29 | |
---|
30 | //================================================== |
---|
31 | // moc_pryd03 - Inside Pyramid F3 |
---|
32 | //================================================== |
---|
33 | moc_pryd03,0,0,0,0 monster Drainliar 1111,5,0,0,0 |
---|
34 | moc_pryd03,0,0,0,0 monster Mimic 1191,5,0,0,0 |
---|
35 | moc_pryd03,0,0,0,0 monster Matyr 1146,10,0,0,0 |
---|
36 | moc_pryd03,0,0,0,0 monster Mummy 1041,70,0,0,0 |
---|
37 | moc_pryd03,0,0,0,0 monster Verit 1032,20,600000,300000,1 |
---|
38 | |
---|
39 | //================================================== |
---|
40 | // moc_pryd04 - Inside Pyramid F4 |
---|
41 | //================================================== |
---|
42 | moc_pryd04,0,0,0,0 monster Mummy 1041,25,0,0,0 |
---|
43 | moc_pryd04,0,0,0,0 monster Ancient Mummy 1297,3,0,0,0 |
---|
44 | moc_pryd04,0,0,0,0 monster Isis 1029,50,150000,75000,0 |
---|
45 | moc_pryd04,0,0,0,0 monster Mimic 1191,15,600000,300000,1 |
---|
46 | moc_pryd04,0,0,0,0 monster Osiris 1038,1,3600000,7200000,0 |
---|
47 | moc_pryd04,0,0,0,0 monster Matyr 1146,20,0,0,0 |
---|
48 | |
---|
49 | //================================================== |
---|
50 | // moc_pryd05 - Inside Pyramid B1 |
---|
51 | //================================================== |
---|
52 | moc_pryd05,0,0,0,0 monster Minorous 1149,60,0,0,0 |
---|
53 | moc_pryd05,0,0,0,0 monster Mummy 1041,10,0,0,0 |
---|
54 | moc_pryd05,0,0,0,0 monster Verit 1032,50,0,0,0 |
---|
55 | |
---|
56 | //================================================== |
---|
57 | // moc_pryd06 - Inside Pyramid B2 |
---|
58 | //================================================== |
---|
59 | moc_pryd06,0,0,0,0 monster Verit 1032,10,0,0,0 |
---|
60 | moc_pryd06,0,0,0,0 monster Arclouze 1194,20,0,0,0 |
---|
61 | moc_pryd06,100,90,80,50 monster Ancient Mummy 1297,20,0,0,0 |
---|
62 | moc_pryd06,100,90,80,50 monster Mimic 1191,20,0,0,0 |
---|
63 | moc_pryd06,102,85,1,1 monster Amon Ra 1511,1,3600000,1600000,0 |
---|