• 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!

Lua Monsters can't spawn on fire?:o +rep!

Bacheer

New Member
Joined
Jun 18, 2009
Messages
246
Reaction score
0
Location
Sweden
When fire field is used on the ground then the monster that is supposed to spawn in etc. quests don't spawns.. so this error popsup..

Etc. In yalahari quest:
PHP:
[13:37:17.921] [Error - Action Interface]
[13:37:17.921] In a timer event called from:
[13:37:17.921] data/actions/scripts/quests/azerus.lua:onUse
[13:37:17.921] Description:
[13:37:17.921] (luaDoCreateMonster) Cannot create monster: Azerus3

[13:37:17.921] [Error - Action Interface]
[13:37:17.921] In a timer event called from:
[13:37:17.921] data/actions/scripts/quests/azerus.lua:onUse
[13:37:17.921] Description:
[13:37:17.921] (luaDoCreateMonster) Cannot create monster: War Golem

[13:37:17.921] [Error - Action Interface]
[13:37:17.921] In a timer event called from:
[13:37:17.921] data/actions/scripts/quests/azerus.lua:onUse
[13:37:17.921] Description:
[13:37:17.921] (luaDoCreateMonster) Cannot create monster: War Golem


Any solution to this?
Thanks!, rep++ & likes if helped!
 
Last edited:
I think than you have forgotten of editing this

local pos = {x=x, y=y, z=z,stackpos = 253}
you have to put the coordinates of destination
 
linux or windows?


cus in linux War Golem ~= war Golem ~=War golem

or A is diferent of a, check this in monster.xml then in War Golem file
 
On linux.. dude..

They spawns when there is no fire under them...
They don't spawns when there is fire under them...

Got it? I want them to spawn either if it is something on floor or its not..

I need a code for it!

For example:

function doSummonBoss(position)
cleantileandthendoSummonCreature("Midnight Spawn", {x=6448, y=6470, z=10})
doSendMagicEffect({x=6448, y=6470, z=10},10)
end
 
Back
Top