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

Code:
c._listindex = getCreatureListIndex(id)