These are functions that use for multi itemInfo files
Means use ClassNum
from this file. Somehow old files or auto generated itemInfo from item table files (idnum2...) doesn't have this value
for ItemID,DESC in pairs(tbl) do
CheckItem(ItemID, DESC, true)
end
Just to add the missing item. Example itesms from kRO maybe aren't exists if rAthena (your item_db.txt) is using iRO items, and so.
for ItemID,DESC in pairs(tbl) do
CheckItem(ItemID, DESC, false)
end
This is to alter costume
column, also fix the identifiedDisplayName
and slotCount
to use from your item_db.txt entries!
for ItemID,DESC in pairs(tbl) do
setDESC(ItemID,DESC)
end