Kegolo
Promising
Famous Hero
of infamy
|
posted April 11, 2012 02:49 PM |
|
|
Quote: Does anyone know how can I change the creature number on the adventure map so it stays always the same for every map? For example I want there to be less Pikemen to be on the adventure map. This is because I changed the growth in ZCRTRAIT, so there is always to many creatures that I have to battle out against. Does anyone know how I can change that and decrease the number of creatures on the map without always changing it in map editor? Thanks!
Script it in ERM:
1)Scan map for all creatures, loop through
2)If subtype is 0 (pikemen) change number
3)Done
|
|