ElCeejo / paleotest

Adds Prehistoric Fauna and Flora to Minetest Game
GNU General Public License v3.0
4 stars 7 forks source link

Tyrannosaurus vs. Triceratops #2

Closed daretmavi closed 4 years ago

daretmavi commented 4 years ago

Hi,

I got an Error while several Tyrannosauruses fight several Triceratopses :)

AsyncErr: ServerThread::run Lua: Runtime error from mod 'default' in callback luaentity_Step(): ...minetest/games/Planet_alive/mods/lib_api/mobkit/init.lua:1151: attempt to index local 'rot' (a nil value)
stack traceback:
    ...minetest/games/Planet_alive/mods/lib_api/mobkit/init.lua:1151: in function 'func'
    ...minetest/games/Planet_alive/mods/lib_api/mobkit/init.lua:741: in function 'execute_queues'
    ...minetest/games/Planet_alive/mods/lib_api/mobkit/init.lua:959: in function 'stepfunc'
    /home/USER/.minetest/mods/paleotest/api/api.lua:88: in function 'old_step'
    /home/USER/.minetest/mods/paleotest/api/register.lua:53: in function </home/USER/.minetest/mods/paleotest/api/register.lua:52>
ElCeejo commented 4 years ago

To the best of my knowledge this is a mobkit issue that I already made an issue for on the mobkit github page. I think the issue may be due to lag though which I'm currently working on reducing.

ElCeejo commented 4 years ago

With this new update reduces lag, so this bug should disappear. I'll leave it open for another week and if it doesn't occur again it'll be closed.

daretmavi commented 4 years ago

Thanx for info. Looks like it is working.

Could you add mob_core to content db?

Great mod by the way :+1: