Skip to main content

Arania Tfs [extra Quality] «Android»

for i = 1, config.amount do local x = math.random(config.fromPos.x, config.toPos.x) local y = math.random(config.fromPos.y, config.toPos.y) local pos = Position(x, y, config.fromPos.z) Game.createMonster(config.monster, pos) end Game.broadcastMessage("Arania's children are spreading through the sewers!", MESSAGE_STATUS_WARNING) return true end