Free revscript talkaction for "multi spawning" monsters and summons..
Basically it takes up to three parameters, and goes as far as three squares in all directions out from the player, making a total of 48 max monsters at a time..
Three ways to use it are:
-- Spawns three rows of monsters from player in all directions (48 monsters), you can do 1, 2 or 3
-- Spawns a monster in each square around the player (8 monsters)
-- Will spawn 34 wolves randomly in that 7x7 area (3 in all directions from player)
The /multisummon command works exactly the same as the multispawn, script is easily extendible for more squares if one so desires
Basically it takes up to three parameters, and goes as far as three squares in all directions out from the player, making a total of 48 max monsters at a time..
Three ways to use it are:
LUA:
/multispawn wolf : 3
LUA:
/multispawn wolf
LUA:
/multispawn wolf : /random : 34
The /multisummon command works exactly the same as the multispawn, script is easily extendible for more squares if one so desires