Shakto
Community Contributors
You can also change the hexadecimal of your exe
Search ItemInfo.lub and change it to ItemInfo.lua
That's it !
Search ItemInfo.lub and change it to ItemInfo.lua
That's it !
if you are using the 2013 client. you should also use the 2013 iteminfo.lub or iteminfo.lua files to make it work. by the way this is a off topic. if you want to have a guide regarding on your issue you should make another topic regarding on this.@bgamez23 I have already tried to rename infoitem.lua to infoitem.lub my Client got me this Messages :
CItemInfoMgrSystem/iteminfo.lub:204263 bad argument #1 to 'pairs' (table expected, got nil)
This is the main function that i use. Is your diffrent please correct me.
Thanks.
main = function() for ItemID,DESC in pairs(tbl) do result, msg = AddItem(ItemID, DESC.unidentifiedDisplayName, DESC.unidentifiedResourceName, DESC.identifiedDisplayName, DESC.identifiedResourceName, DESC.slotCount, DESC.ClassNum) if not result then return false, msg end for k,v in pairs(DESC.unidentifiedDescriptionName) do result, msg = AddItemUnidentifiedDesc(ItemID, v) if not result then return false, msg end end for k,v in pairs(DESC.identifiedDescriptionName) do result, msg = AddItemIdentifiedDesc(ItemID, v) if not result then return false, msg end end end return true, "good" end
edit : the "20" in the linenummer the codeblock not display Row 4251 is 204251 and so on
I suggest that a new topic should be made in the Client-Side Releases area of the forums where people can easly find links to the different needed things like needed files, data, tools, etc. without having to search all over the place.i think so
We use essential cookies to make this site work, and optional cookies to enhance your experience.