| Tested: | Hour of Twilight 4.3 |
| Updated: | 01-14-12 02:18 PM |
| Created: | unknown |
| Downloads: | 49,994 |
| Favorites: | 655 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
2.0.2 |
7kB |
haste |
08-01-11 11:28 AM |
|
2.0.1 |
7kB |
haste |
06-06-10 10:02 AM |
|
2.0 |
7kB |
haste |
06-05-10 06:02 PM |
|
1.10 |
4kB |
haste |
12-10-08 06:03 AM |
![]() |
Comment Options |
|
|
|
|
Perfect, thanks much!
__________________
|
|
|
|
|
|
|
|
Hiyas, great addon, I love it. Could I talk you into telling me where to insert a custom font string? For the slots, I mean, Ive managed to change title, but slots are confounding me >.<
Edit: For personal use only, of course~
__________________
|
|
|
|
|
|
|
|
I've seen people request a close button before, and since I had to re-add it for the new version, I thought I'd post my solution here.
Sticking the following block of code in layout.lua after the first do..end block will create a white X in the upper right corner of Butsu, opposite the name of the looted object like so, which will close the loot frame when clicked. Code:
-- Close button
do
local close = CreateFrame("Button", nil, Butsu)
close.text = close:CreateFontString(nil, "OVERLAY", "GameFontWhite")
close.text:SetFont(GameTooltipHeaderText:GetFont(), 14, 'OUTLINE')
close.text:SetText("X")
close.text:SetAllPoints(close)
close:SetWidth(19)
close:SetHeight(14)
close:SetPoint("BOTTOMRIGHT", Butsu, "TOPRIGHT", -3, 0)
close:SetScript("OnClick", function() CloseLoot() end)
end
|
|
|
|
|
|
||
I would sadly have to say that I find this to be outside the scope of Butsu. I wouldn't be surprised if there already is another add-on which does exactly this through a slash command or similar however.
__________________
「貴方は1人じゃないよ」 |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 19
Uploads: 0
|
I love it!
I have a request: A way to quickly link in chat (guild/raid/party) the loot. This is a function that XLoot has that is great for small raiding guilds, and I would love to have it in Butsu. |
|
|
|
|
||
Lastly, I try to make things as simple as possible. I honestly want code to be readable above all else. (sent from my phone or bar)
__________________
「貴方は1人じゃないよ」 |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 6
Uploads: 0
|
Excellent little addon with a simple and relevant configuration. The code was also really easy to follow. Three commented lines later, and I was able to move without alt and also not have the window shuffle the buttons as loot disappears.
|
|
|
|
|
|
|
This should pretty much only happen when the item cache is close to empty. The game basically tells us that it has the item and all the information, but the quality value seems to be missing at times.
I'll add a check for it shortly. Another thing, I would recommend you to update, as you are using a three year old version.
__________________
「貴方は1人じゃないよ」 |
|
|
|
|
|
|
|
A Defias Bandit
Forum posts: 3
File comments: 229
Uploads: 0
|
Getting the following error:
15x Butsu-1.10\loot-Loot.lua:218: attempt to compare number with nil Butsu-1.10\loot-Loot.lua:218: in function "?" Butsu-1.10\loot-Loot.lua:293: in function <Butsu\loot.lua:292> Locals: self = Butsu { 0 = <userdata> LOOT_CLOSED = <func> @Butsu\loot.lua:275 LOOT_OPENED = <func> @Butsu\loot.lua:178 OPEN_MASTER_LOOT_LIST = <func> @Butsu\loot.lua:284 LOOT_SLOT_CLEARED = <func> @Butsu\loot.lua:269 slots = <table> {} UPDATE_MASTER_LOOT_LIST = <func> @Butsu\loot.lua:288 } event = "LOOT_OPENED" |
|
|
|
|
||
Right now I'm trying to dedicate more time for add-on related coding, which hopefully means more frequent release across the board.
__________________
「貴方は1人じゃないよ」 |
||
|
|
|
|
||
|
A Black Drake
Forum posts: 86
File comments: 30
Uploads: 0
|
|
|
|
|
|
|
||
__________________
「貴方は1人じゃないよ」 |
||
|
|
|
|
|
|
A Black Drake
Forum posts: 86
File comments: 30
Uploads: 0
|
Please update this addon.
|
|
|
|
|
||
__________________
「貴方は1人じゃないよ」 |
||
|
|
![]() |
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.