Results: 2Comments by: OswaldoAtGit
File: TraitBuddy 2.008/16/24
Re: Re: Jewelry trait Bug [FIX !!]
Posted By: OswaldoAtGit
I suspect you did more if this was all that fixed it for you. I am still researching this. To find it, i abused the TraitBuddy Title description and added an additional line with the index values of the source code some lines above the generated title with "ItemType - TraitType". Then you can clearly see that for jewelery the the...
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...