[1] | 1 | //===== eAthena Script ======================================= |
---|
| 2 | //= City Monster Spawn Script |
---|
| 3 | //===== By: ================================================== |
---|
| 4 | //= massdriller |
---|
| 5 | //===== Current Version: ===================================== |
---|
| 6 | //= 1.1 |
---|
| 7 | //===== Compatible With: ===================================== |
---|
| 8 | //= Any Athena Version |
---|
| 9 | //===== Description: ========================================= |
---|
| 10 | //= Spawns monsters to clean up city. Apparently spawning |
---|
| 11 | //= occured in iRO and kRO. Enable this if you want. |
---|
| 12 | //= 0.1a Added a few more towns to spawn Wild rose [MasterOfMuppets] |
---|
| 13 | //= 0.1b And even more from Poki#3 [Komurka] |
---|
| 14 | //= 1.0 Removed unofficial city cleaners [Playtester] |
---|
| 15 | //= 1.1 Added other city spawns [Playtester] |
---|
| 16 | //============================================================ |
---|
| 17 | |
---|
| 18 | prontera,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 |
---|
| 19 | morocc,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 |
---|
| 20 | alberta,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 |
---|
| 21 | aldebaran,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 |
---|
| 22 | geffen,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 |
---|
| 23 | payon,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 |
---|
| 24 | comodo,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 |
---|
| 25 | izlude,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 |
---|
| 26 | yuno,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 |
---|
| 27 | umbala,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 |
---|
| 28 | amatsu,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 |
---|
| 29 | gonryun,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,0 |
---|
| 30 | |
---|
| 31 | //================================================== |
---|
| 32 | // einbech - Einbech, The Mining Village |
---|
| 33 | //================================================== |
---|
| 34 | einbech,0,0,0,0 monster Wild Rose 1261,1,3600000,3000000,0 |
---|
| 35 | einbech,0,0,0,0 monster Tarou 1175,5,1800000,1500000,0 |
---|
| 36 | |
---|
| 37 | //================================================== |
---|
| 38 | // payon_in02 - Inside Payon |
---|
| 39 | //================================================== |
---|
| 40 | payon_in02,23,68,5,5 monster Thief Bug 1051,7,1200000,600000,0 |
---|