Jump to content

jackold

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by jackold

  1. damn i didnt realize there is a download link.. fck me.. thanks you
  2. 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 hi thanks for the fast response.. i believe edit the itemInfo.lua right? but whats the code to enable the item's description link thanks!
  3. i dont have this function on rathena, how to enable the link? thank you..
×
×
  • Create New...