• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua Bug Zombie Event.

kleitonalan

New Member
Joined
Mar 21, 2013
Messages
289
Reaction score
3
Code:
(LuaInterface::luaDoCreateMonster) Monster with name '' not found


Code:
monsters = {'Scratchclaw', 'Propell Zombie', 'Vile Centurion', 'Mongrel Man', 'Daidalost'},

local pos = {x=xTable[math.random(#xTable)], y=yTable[math.random(#yTable)], z=7}
for i = 1, configZombieEvent.amountCreatingMonsters do
doCreateMonster(configZombieEvent.monsters[math.random(#configZombieEvent.monsters)], pos, false, false, false)

help
 
Last edited:
Back
Top