Download
(7Kb)
Download
Updated: 10-15-20 01:04 PM
Pictures
File Info
Compatibility:
Shadowlands pre-patch (9.0.1)
Updated:10-15-20 01:04 PM
Created:unknown
Downloads:61,584
Favorites:623
MD5:

Butsu  Popular! (More than 5000 hits)

Version: 2.1.3
by: haste [More]

Butsu is a small replacement for the default loot frame. It supports showing more than four items, and has a slick look.

You can move the frame by holding down <Alt> and clicking on the title.

Note: Unstable versions located at: here.

Changes from 2.1.2
- Bump TOC version to 9.0.1
- Update to work correctly on 9.0.1.

Changes from 2.1.1
- Bump TOC version to 8.0.1
- Update to work correctly on 8.0.1.

Changes from 2.1.0
- Bump TOC version to 5.0.4.
- Update to work correctly on 5.0.4.

Changes from 2.0.2
- Bump TOC version to 4.3.
- Display the quest bang for items that start a new quest.
- Color the background and text yellow for quest items.

Changes from 2.0.1
- Improved the UI to look slightly less bad on 4.2.
- Bumped TOC version to 4.2.
- Don't attempt to display slot information before the server has finished sending us all the information.
- Prevent the frame from having excessive width.

Changes from 2.0
- Master loot drop-down now appears at the correct position.

Changes from 1.10
- Empty frames are no collapsed.
- Some minor options added for font size and frame scale.
- License changed to MIIT (was NewBSD, so pretty much no difference except wording).
- Frame position will no longer reset if you log in with the add-on disabled.

Changes from 1.9
- Master loot works yet again.

Changes from 1.8
- Fix CursorUpdate errors.

Changes from 1.7
- Master loot should work properly again.

Changes from 1.6
- Now works with WoTLK.

Changes from 1.5
- Fixed a typo which possibly prevented master looting from working.

Changes from 1.4
- Snap to mouse updated to work in 2.4
- TOC bumped to 2.4.

Changes from 1.3
- <Esc> now has the same behavior as the default loot frame. This fixes the issue with containers acting oddly.

Changes from 1.2
- Changed frame strata to HIGH and enabled toplevel. Should prevent it from hiding behind every other frame.

Changes from 1.1
- Fixed display of empty corpses.

Changes from 1.0
- Fixed the snap to mouse code. It will no longer float far above the mouse.
- Item name now inherits the GameFontWhite instead of using STANDARD_TEXT_FONT locked to 10 in size.
- Moved locales into loot.lua.
Optional Files (0)


Post A Reply Comment Options
Unread 06-02-10, 02:51 PM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Just a heads up. I won't be able to complete it today. Currently about 1/3 of the changes are completed. I'll hopefully have time to finish the rest after work tomorrow.

Main options that are being added are:
- Ability to change the font size for: item name, item count and title.
- Change the icon size.
- Collapsing of empty frames (those that appear after you've looted a item).
- Control over frame scale.
- Persistent saving of positions in a scale/resolution independent format.

If there's anything missing let me know, and I can push that in as long as I have time before July arrives.
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 05-31-10, 08:37 PM  
Politig
A Chromatic Dragonspawn
AddOn Compiler - Click to view compilations

Forum posts: 176
File comments: 396
Uploads: 1
Originally posted by haste
I'll see if I can push out something before Wednesday to solve changes such as that from within the game. If you don't want to wait for that I'd suggest reading up on :SetFont() over at wowprogramming or wowwiki.
I can wait, patience is a virtue and thanks much!
Report comment to moderator  
Reply With Quote
Unread 05-31-10, 02:28 PM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Originally posted by Politig
The main thing I wanted to do was increase the font size. If you can tell me how to do that, that would be great too
I'll see if I can push out something before Wednesday to solve changes such as that from within the game. If you don't want to wait for that I'd suggest reading up on :SetFont() over at wowprogramming or wowwiki.
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 05-31-10, 01:53 PM  
Politig
A Chromatic Dragonspawn
AddOn Compiler - Click to view compilations

Forum posts: 176
File comments: 396
Uploads: 1
The main thing I wanted to do was increase the font size. If you can tell me how to do that, that would be great too
Report comment to moderator  
Reply With Quote
Unread 05-29-10, 08:23 AM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Originally posted by Politig
How do you increase the scaling of the loot window?
Right now the only way would be to edit the source.
Code:
diff --git a/loot.lua b/loot.lua
index 8c6e1af..bc173b7 100644
--- a/loot.lua
+++ b/loot.lua
@@ -35,6 +35,7 @@ local L = {
 }
 
 local addon = CreateFrame("Button", "Butsu")
+addon:SetScale(1.0)
 local title = addon:CreateFontString(nil, "OVERLAY")
 
 local print = function(a) ChatFrame1:AddMessage("|cff33ff99Butsu:|r "..a) end
Change the 1.0 to 1.5 to get 150% size increase. I'll see if I can pick up Butsu where I left it and push out a new release "soon".
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 05-29-10, 07:12 AM  
Politig
A Chromatic Dragonspawn
AddOn Compiler - Click to view compilations

Forum posts: 176
File comments: 396
Uploads: 1
How do you increase the scaling of the loot window?
Report comment to moderator  
Reply With Quote
Unread 05-01-10, 03:00 PM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Originally posted by Xul
i think it only fixed it because another addon was setting it to 1, so in the case your addon starts it will tell other addon to F off basically lol.
No, it's most likely a pure coincidence. CVars don't work that way.
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 05-01-10, 02:56 PM  
Xul
A Kobold Labourer
 
Xul's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 14
Uploads: 1
i think it only fixed it because another addon was setting it to 1, so in the case your addon starts it will tell other addon to F off basically lol.
Last edited by Xul : 05-01-10 at 02:56 PM.
Report comment to moderator  
Reply With Quote
Unread 05-01-10, 01:22 PM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Originally posted by Xul
i fixed it by adding this line in your code
lootUnderMouse = 0
That makes no sense at all, as Butsu _never_ checks for a global named lootUnderMouse.

Originally posted by Xul

i think another addon is overriding the default ui in this case.
Probably, because it works as it should here.
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 05-01-10, 12:52 PM  
Xul
A Kobold Labourer
 
Xul's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 14
Uploads: 1
it returns 0.

i fixed it by adding this line in your code
lootUnderMouse = 0

i think another addon is overriding the default ui in this case.
Last edited by Xul : 05-01-10 at 12:57 PM.
Report comment to moderator  
Reply With Quote
Unread 05-01-10, 12:30 PM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Originally posted by Xul
i cannot get loot at mouse to disable regardless of the checkbox in the standard blizzard UI. is there a function in the code to lock it or something?
No, all Butsu does is check if the CVar is set or not. What does /run print(GetCVar("lootUnderMouse")) return?
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 05-01-10, 12:17 PM  
Xul
A Kobold Labourer
 
Xul's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 14
Uploads: 1
i cannot get loot at mouse to disable regardless of the checkbox in the standard blizzard UI. is there a function in the code to lock it or something?
Report comment to moderator  
Reply With Quote
Unread 01-24-10, 08:31 PM  
weavil
A Deviate Faerie Dragon

Forum posts: 14
File comments: 95
Uploads: 0
great addon, doesnt need anything
Report comment to moderator  
Reply With Quote
Unread 12-23-09, 12:34 PM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Originally posted by GOSYDELIX
Just a quick question, i'm totally a noob when it comes to coding addons or so but is there any config mode for this addon, like looks, alpha, barstyle, lock/unlock ?
There's something in the works, but configurations are really at the bottom of my TODO list. It currently does more than what I want, and adding more fluff to it is something I'll do when I don't have tasks that are more important to me.
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 12-23-09, 10:41 AM  
GOSYDELIX
A Flamescale Wyrmkin
 
GOSYDELIX's Avatar

Forum posts: 120
File comments: 58
Uploads: 0
Just a quick question, i'm totally a noob when it comes to coding addons or so but is there any config mode for this addon, like looks, alpha, barstyle, lock/unlock ?
__________________
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

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.