1 | //===== eAthena Script ======================================= |
---|
2 | //= Toy Factory Monster Spawn Script |
---|
3 | //===== By: ================================================== |
---|
4 | //= Athena (1.0) |
---|
5 | //===== Current Version: ===================================== |
---|
6 | //= 1.3 |
---|
7 | //===== Compatible With: ===================================== |
---|
8 | //= Any Athena Version |
---|
9 | //===== Additional Comments: ================================= |
---|
10 | //= 1.1 added Garm Baby according to May 10 patch |
---|
11 | //= 1.2 Official kRO 10.1 spawns [Playtester] |
---|
12 | //= 1.3 Small spawn update [Playtester] |
---|
13 | //============================================================ |
---|
14 | |
---|
15 | //================================================== |
---|
16 | // xmas_dun01 - Toy Factory Warehouse |
---|
17 | //================================================== |
---|
18 | xmas_dun01,0,0,0,0 monster Marin 1242,20,0,0,0 |
---|
19 | xmas_dun01,0,0,0,0 monster Poring 1002,10,0,0,0 |
---|
20 | xmas_dun01,0,0,0,0 monster Drops 1113,10,0,0,0 |
---|
21 | xmas_dun01,0,0,0,0 monster Poporing 1031,20,0,0,0 |
---|
22 | xmas_dun01,0,0,0,0 monster Cookie 1265,40,0,0,0 |
---|
23 | xmas_dun01,0,0,0,0 monster Christmas Cookie 1246,40,0,0,0 |
---|
24 | xmas_dun01,0,0,0,0 monster Myst Case 1249,5,0,0,0 |
---|
25 | xmas_dun01,0,0,0,0 monster Chepet 1250,1,1200000,900000,0 |
---|
26 | xmas_dun01,0,0,0,0 monster Mastering 1090,1,1800000,900000,0 |
---|
27 | xmas_dun01,0,0,0,0 monster Angeling 1096,1,3600000,1800000,0 |
---|
28 | |
---|
29 | //================================================== |
---|
30 | // xmas_dun02 - Toy Monitoring Room |
---|
31 | //================================================== |
---|
32 | xmas_dun02,0,0,0,0 monster Christmas Cookie 1246,20,0,0,0 |
---|
33 | xmas_dun02,0,0,0,0 monster Cookie 1265,20,0,0,0 |
---|
34 | xmas_dun02,0,0,0,0 monster Cruiser 1248,35,0,0,0 |
---|
35 | xmas_dun02,0,0,0,0 monster Myst Case 1249,50,0,0,0 |
---|
36 | xmas_dun02,0,0,0,0 monster Garm Baby 1515,1,1800000,0,0 |
---|
37 | xmas_dun02,0,0,0,0 monster Stormy Knight 1251,1,3600000,7200000,0 |
---|