I put in Line 93: frame:SetScale(1.4) which seems to set icon scale to 140%
Then Changed lines 259-265 from:
w = w + 60
t = t + 5
local color = ITEM_QUALITY_COLORS[m]
self:SetBackdropBorderColor(color.r, color.g, color.b, .8)
self:SetHeight(math.max((items*iconsize)+16), 20)
self:SetWidth(math.max(w, t))
To:
w = w + 150
t = t + 20
local color = ITEM_QUALITY_COLORS[m]
self:SetBackdropBorderColor(color.r, color.g, color.b, .8)
self:SetHeight(math.max((items*iconsize/100)*140)+24)
self:SetWidth(math.max(w, t))
Seems to work with same boarder spacing shown around 1-3 loot icons (well Looks Like) not found a chest yet to loot to test more icons.
Just my 2 cents, but I'd keep tekLoot and dump Butsu. I tried dumping XLoot for those 2 addons based on comments in the official XLoot thread), and the lack of right-click looting in Butsu just finally drove me so mad I ditched it and went back to XLoot - maintained or not, it is still the better addon IMO. tekLoot is better than XLoot group, however - much leaner, better use of screen real estate, and more informative. I don't need to scale it, but since you have found the trick to do so, I'd just give up on Butsu and call it a day.
That, and I thought that I could give up XLootMonitor (after all, that info is in the chat window, so it's kind of superfluous, right?), but I kept finding myself looting things and looking over to where XLootGroup used to be to see what the current item count for that item was, then having to open my bags and find the stack to see. Quickly became annoying, so that went back in.
And to my knowledge, there's still no replacement for XLootMaster, so it seems to me that XLoot is still the defacto looting solution.
I hope this helps - I think you'd save yourself a bunch of pain in the long run trying to fix Butsu only to find it isn't as good as XLoot. But if you insist on trying to hack it, I wish you the best of luck.
And wouldn't you know not 5 minutes after saying there was no XLootMaster replacement, I see a post about MasterLoot. I never master loot anyway, so I don't feel too bad about not being in the know, but it still stings a little to have missed that...
Now i got the scale sorted out on the loot frame (went with 130% in end ) i very happy with Butsu i love the clearness of it, nice and simple and sharp and as teksloots is at the same scale also ill be sticking with that also, teksloot shows more anyway.
Just my 2 cents
Tat
PS Ive attached the scaled up versions if anyone interested.
Then Changed lines 259-265 from:
To:
Seems to work with same boarder spacing shown around 1-3 loot icons (well Looks Like) not found a chest yet to loot to test more icons.
Is the above right?
Tat
That, and I thought that I could give up XLootMonitor (after all, that info is in the chat window, so it's kind of superfluous, right?), but I kept finding myself looting things and looking over to where XLootGroup used to be to see what the current item count for that item was, then having to open my bags and find the stack to see. Quickly became annoying, so that went back in.
And to my knowledge, there's still no replacement for XLootMaster, so it seems to me that XLoot is still the defacto looting solution.
I hope this helps - I think you'd save yourself a bunch of pain in the long run trying to fix Butsu only to find it isn't as good as XLoot. But if you insist on trying to hack it, I wish you the best of luck.
he can just use left-click.
its only a matter of preferences, he will do just like you, try them both, and see if he likes it or not.
Just my 2 cents
Tat
PS Ive attached the scaled up versions if anyone interested.