Results: 1Comments by: OswaldoAtGit
File: TraitBuddy 2.008/13/24
Jewelry trait Bug [FIX !!]
Posted By: OswaldoAtGit
FIX FOR THE WRONG Necklace <> Ring Tooltips: in the TraitBuddy.lua script search for function TB_Object:ItemToResearchLineIndex and change if equipType==EQUIP_TYPE_NECK then return 1 elseif equipType==EQUIP_TYPE_RING then return 2 to if equipType==EQUIP_TYPE_RING then return 1 elseif equipType==EQU...