Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
haste's Portal Bug Reports Feature Requests
Author:
Version:
1.10
Date:
12-10-2008 07:03 AM
Size:
3.71 Kb
Downloads:
34,811
Favorites:
588
MD5:
Pictures
Butsu   Popular! (More than 5000 hits)
Butsu is a small replacement for the default loot frame. It supports showing more than four items, and has a slick look. It doesn't have any settings, except the that it obeys the "Open loot frame at mouse".

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

Note: Unstable versions located at: here.
  Change Log - Butsu
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 - Butsu
Sorry, there are currently no optional files available.
  Comments - Butsu
Post A Reply
Author Comments Comment Options
Old 06-03-2009, 12:03 AM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 284
File comments: 160
Uploads: 23
Quote:
Originally posted by xtoq
What's the status with this master looting problem? Is this a common issue or is this something specific to a few people's installations? Looking to try this out, but I don't want to have to reload my UI in the middle of a raid if possible.
The master looting works fine. It's however only bound on the left-mouse button and not the right. This seems to confuse people quite a lot however. It's something that will be fixed in the future, but right now it isn't a priority due to time constrains.

I use master looting myself several times a week, so unlike before its always tested now .
haste is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-02-2009, 05:34 PM  
xtoq
A Deviate Faerie Dragon
 
xtoq's Avatar
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 333
Uploads: 1
What's the status with this master looting problem? Is this a common issue or is this something specific to a few people's installations? Looking to try this out, but I don't want to have to reload my UI in the middle of a raid if possible.
xtoq is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-28-2009, 12:46 AM  
shinchih2001
A Kobold Labourer

Forum posts: 0
File comments: 36
Uploads: 0
it's very good UI
but i'm use 1280*1024
so the frame is too small for me
i don't know how to change the frame scale
would you mind post how to do??
thanks very much!!

Last edited by shinchih2001 : 04-28-2009 at 12:48 AM.
shinchih2001 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-21-2009, 02:33 AM  
neverg
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 1
Quote:
Originally posted by czokalapik
Master Looter doesn't work with butsu.
I'm left-clicking an item, choosing who should i give it to, and click... and click... and click... and diable butsu and reload ui :/
I'm not able to distribute loot with butsu.
I had same problem here. Couldn't distribute loot because Right Click on Master Looter didn't work at all. Had to disable Butsu and reload UI in order to do loot in Ulduar.

I have Butsu latest Version.

Addons I'm using:

http://i43.tinypic.com/o7644y.jpg
neverg is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-11-2009, 08:22 AM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 284
File comments: 160
Uploads: 23
Quote:
Originally posted by orirgv
I'm just wondering, since I just got to the whole thing of .lua files, how would i be able to change the position on the loot panel? 'Cause currently its over my raid frames...
Just hold down <Alt> and click the border/title to move it.
haste is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-11-2009, 08:17 AM  
orirgv
A Kobold Labourer

Forum posts: 0
File comments: 41
Uploads: 2
I'm just wondering, since I just got to the whole thing of .lua files, how would i be able to change the position on the loot panel? 'Cause currently its over my raid frames...
orirgv is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-04-2009, 07:08 PM  
daf
A Kobold Labourer

Forum posts: 1
File comments: 19
Uploads: 0
Well I tried it myself and the following change seems to work
Code:
at 150 replace:
addon:SetScript("OnMouseDown", function(self) if(IsAltKeyDown()) then self:StartMoving() end end)

with:
addon:SetScript("OnMouseDown", function(self) if(IsAltKeyDown()) then self:StartMoving() else if(IsControlKeyDown()) then self:Hide() end end end)
daf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-09-2009, 09:42 AM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 284
File comments: 160
Uploads: 23
Quote:
Originally posted by czokalapik
Master Looter doesn't work with butsu.
I'm left-clicking an item, choosing who should i give it to, and click... and click... and click... and diable butsu and reload ui :/
I'm not able to distribute loot with butsu.
What version of Butsu are you using?
Could you explain in detail how it doesn't work for you? Because here it works just as with the default UI.
haste is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-08-2009, 05:47 AM  
czokalapik
A Defias Bandit
 
czokalapik's Avatar

Forum posts: 3
File comments: 19
Uploads: 0
Master Looter doesn't work with butsu.
I'm left-clicking an item, choosing who should i give it to, and click... and click... and click... and diable butsu and reload ui :/
I'm not able to distribute loot with butsu.
czokalapik is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-03-2009, 04:56 AM  
daf
A Kobold Labourer

Forum posts: 1
File comments: 19
Uploads: 0
Quote:
Originally posted by haste
Could you post a bug report on it? And see if you can include some information on how to re-create it.

You should be able to close Butsu with <Esc> however.
What do you mean "post bug report"?

I've pretty much told you all I knew about the issue, it just seems to happen on Malygos looting when I'm flying the red Dragon, after opening the "chest" Butsu doesn't seem to close by me flying away, clicking outside it, or even pressing esc. Sometimes it also happens when i shift click a box open. I'll try and see if i can find a way to reproduce it.

Edit: Opening a [Hyldnir Spoils] after the daily wile mounted using shift+click (I have auto-loot enabled) will cause the non-closing issue every time for me. hope you manage to reproduce it too.

Last edited by daf : 03-06-2009 at 06:02 AM.
daf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-02-2009, 11:10 AM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 284
File comments: 160
Uploads: 23
Quote:
Originally posted by daf
Sometimes Butsu doesn't close properly, I've been having the issue mostly on Malygos loot. Is there anyway you can add Ctrl+Click on the title bar to force closing the frame?
Could you post a bug report on it? And see if you can include some information on how to re-create it.

You should be able to close Butsu with <Esc> however.
haste is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-01-2009, 03:57 PM  
daf
A Kobold Labourer

Forum posts: 1
File comments: 19
Uploads: 0
Sometimes Butsu doesn't close properly, I've been having the issue mostly on Malygos loot. Is there anyway you can add Ctrl+Click on the title bar to force closing the frame?
daf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-21-2009, 04:19 AM  
Pusikas
A Kobold Labourer

Forum posts: 1
File comments: 93
Uploads: 0
Quote:
Originally posted by haste
That's because you should left-click. Not an issue with Butsu.
WTH? Leftclick? That's all? I, uhm, will try that then.
Pusikas is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-20-2009, 04:56 AM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 284
File comments: 160
Uploads: 23
Quote:
Originally posted by Pusikas
Master Loot is not working for me - I simply do not get the dialogue to distribute the loot on rightclick. Using version 1.10 (at least that's what the .toc says).
That's because you should left-click. Not an issue with Butsu.
haste is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-20-2009, 03:58 AM  
Pusikas
A Kobold Labourer

Forum posts: 1
File comments: 93
Uploads: 0
Master Loot is not working for me - I simply do not get the dialogue to distribute the loot on rightclick. Using version 1.10 (at least that's what the .toc says).
Pusikas is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.