Hi all,
Well im try add more damage element with weapons and no work see in bold; (TFS 1.2)
i have this action script,
function getItemDescriptionsById(id)
local it = ItemType(id)
return {attack = it.getAttack(), defense = it.getDefense(), armor = it.getArmor(), element =...