zhad3 / zrenderer

A renderer for Ragnarok Online sprites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table index is nil

rotshine opened this issue · comments

Zrenderer server reporting error while loading sprite:

While loading lua resource "resources\data\luafiles514/lua files\datainfo/shadowtable.lub": D:\MA\ShadowTable.lua:850: table index is nil in source\resource\lua.d:106

Solved by using the KRO data.grf files. The iRO and bRO files did not work.

Hi @rotshine , zrenderer is developed with kRO data to be "up-to-date" which makes use of lua files. It seems that bRO and iRO do not use all lua files as kRO does as far as I can tell.

Another bRO issue with unexpected lua file content is reported in #36