86 line (Creature.GetByName(name) function) in XenoLuaLib.lua file should be:
instead of:Code:c._listindex = getCreatureListIndex(c._id)
Code:c._listindex = getCreatureListIndex(id)
86 line (Creature.GetByName(name) function) in XenoLuaLib.lua file should be:
instead of:Code:c._listindex = getCreatureListIndex(c._id)
Code:c._listindex = getCreatureListIndex(id)
(๏̯͡๏ )