Download
(5MB)
Download
Updated: 09-15-12 10:15 AM
Pictures
File Info
Updated:09-15-12 10:15 AM
Created:10-23-10 12:37 AM
Downloads:15,530
Favorites:61
MD5:

BeautyLoot(New Layout)  Popular! (More than 5000 hits)

Version: Rebirth-MoP
by: ChrisHopeless [More]

Welcome guys. This is Beauty loot addon home page by Chirs Hopeless

Author News:
I finished adjusting the size of this addon. It is 8MB now rather than 62MB. If you find texture is missing, inform me with a picture please. This will help me fix it greatly.

Addon Features:

  • You have a loot item count title. Like Items * 8
  • You have a portrait frame to show the loot source.(It doesn't work with fishing, mining, disenchanting etc)
  • Item has a border to show it quanlity
  • Red Item border indicates this item is a quest item
  • Loot frame auto adjusts its height according to count of items shown at current loot page.
  • There is a indicator at top left of group roll frame to show boe or bop of current item.(None BOP item is considered as BOE)
  • You can move and lock the position of loot frame and group roll frames


FAQ:
How to use this addon:
Copy libRazgriz and Razgriz_BeautyLoot into your addon folder. Those two folders are in the archive file.
I like the old version however!
You still could use and download old version. It is OK. Keep remembering old version may stop updating.
Config command:
type /btl see detail.
Further customization:
open main.lua in Razgriz_BeautyLoot folder. Change anything you want.
Would you please help to customize something?
Petty. No... Everyone has its own style. Do it by yourself please.
Where are roll, greed and disenchant buttons??!!
They are abbreviated as N, G and D letters at the top right corner of roll frame. Find them at screenshot like finding coins in you carpet~~
Its appearance doesn't look like the one in the picture!!
Well, most of the time, it should be interfered by other addon. Try only load this addon and see if it works fine. If so, enable addon one by one until you get the problem. The last enabled, should be the key.

Known addon interference list and countermeasures!
1.Aurora:
Comment out or delete these codes:
Code:
-- [[ Loot ]]

		--[[if not IsAddOnLoaded("Butsu") and not IsAddOnLoaded("XLoot") then
			LootFramePortraitOverlay:Hide()
			select(3, LootFrame:GetRegions()):Hide()
			LootCloseButton:Hide()

			-- LootFrame:SetWidth(190)
			LootFrame:SetHeight(.001)
			LootFrame:SetHeight(.001)

			local reskinned = 1

			LootFrame:HookScript("OnShow", function()
				for i = reskinned, GetNumLootItems() do
					local bu = _G["LootButton"..i]
					local qu = _G["LootButton"..i.."IconQuestTexture"]
					if not bu then return end
					local _, _, _, _, _, _, _, bg, na = bu:GetRegions()

					-- LootFrame:SetHeight(100 + 37 * i)

					local LootBD = CreateFrame("Frame", nil, bu)
					LootBD:SetFrameLevel(LootFrame:GetFrameLevel()-1)
					LootBD:SetPoint("TOPLEFT", 38, -1)
					LootBD:SetPoint("BOTTOMRIGHT", bu, 170, 1)

					Aurora.CreateBD(LootBD)
					Aurora.CreateBD(bu)

					bu:SetNormalTexture("")
					bu:GetRegions():SetTexCoord(.08, .92, .08, .92)
					bu:GetRegions():SetPoint("TOPLEFT", 1, -1)
					bu:GetRegions():SetPoint("BOTTOMRIGHT", -1, 1)
					bg:Hide()
					qu:SetTexture("Interface\\AddOns\\Aurora\\quest")
					qu:SetVertexColor(1, 0, 0)
					qu:SetTexCoord(.03, .97, .03, .995)
					qu.SetTexture = Aurora.dummy
					na:SetWidth(174)

					reskinned = i + 1
				end
			end)
		end]]--
2.Skinner:
Disable loot frame reskin at skinner option frame.

16-9-2012
make it work with 5.05
20-7-2011
Size of this addon archive has been revised
19-7-2011
Add loot frame height auto adjustment.
18-7-2011
New layout shared
30-5-2011
Fix bug of scale animation
add support for my own texture lib
make it work with 4.1
30-11-2010
Fix bug of mouse tracking of loot frame
27-11-2010
Add support to indicate an item has been 'need' chosen by other
26-11-2010
Separated font for loot item and group loot item
roll time indicator
new configuration area

19-11-2010
minor update
make config options case insensitive.
fix bugs. Loot frame now correctly keep its position
add font configuration area
other minor changes
-------------------
19-11-2010
Major update.
Add codes to support console configuration.
Need bugs feed back. Show no mercy to them~
-------------------
18-11-2010
Fix the position of AchievementAleter and things like that. They are now have no relationship in position with the loot frame.
Add codes to support drag action of all GroupLootFrames
-------------------
11-17-2010
Add codes to support GroupLootFrame
Modify styles. That makes this addon much...er...more beautiful.
-------------------
30-10-2010
Add Quality Border Texture for this addon
Optional Files (0)


Post A Reply Comment Options
Unread 11-19-10, 05:27 AM  
ChrisHopeless
A Kobold Labourer
 
ChrisHopeless's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 52
Uploads: 7
If I tell you that I don't know how to make string to lowercase, would your feel like this? "Orz"
Well, I will make them case insensitive next update.
But, the slashcommand like /BTL, are case sensitive. I don't know how to make them insensitive. What I could do are things like that when type /BTL showcurrent equals to /BTL ShowCurrent

Or...if you don't like capital character, how about to make /BTL lowercase,which is /btl, and /BeautyLoot to /beautyloot?


Do those frames were still at their original position after you dragging them away?

If possible, tell me that more specifically.
I want to know what you have done, and this would help me to find errors in code.

Originally posted by creepy_inc
Might want to mention that slash commands are case sensitive. Frames did seem to keep their position for me. No errors so far. (version 1.10)
__________________
When history witnesses a great change, Razgriz reveals itself. First, as a dark demon. As a demon, it uses its power to rain death upon the land, and then it dies. However,When demon sleeps, man turns on man. Soon their own blood and madness cover the earth. Despair awakens the demon from abyss. Behold Razgriz! Its wings are now ablaze in majestic light!
Last edited by ChrisHopeless : 11-19-10 at 05:59 AM.
Report comment to moderator  
Reply With Quote
Unread 11-19-10, 05:06 AM  
creepy_inc
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Might want to mention that slash commands are case sensitive. Frames did seem to keep their position for me. No errors so far. (version 1.10)
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 11-19-10, 04:46 AM  
ChrisHopeless
A Kobold Labourer
 
ChrisHopeless's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 52
Uploads: 7
Loot frame position saving

Guys, I get a mind of how to save the position of loot frame when you drag the frame itself, not the title or the portrait.

To BeevoBWL: The incoming update would consider to customize the item font and, maybe, add a countdown indicator for roll item, or, any other things which you guys want to make it cool.

This may take time. I would work it out on Saturday and Sunday.
Be prepared for incoming update.

At last, I still may give it an alpha version for I don't know whether there are BUGs.

One week later, if no major bugs were to find, I would give it a release version.
Last edited by ChrisHopeless : 11-19-10 at 04:58 AM.
Report comment to moderator  
Reply With Quote
Unread 11-19-10, 12:14 AM  
BeevoBWL
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 15
Uploads: 4
Chris,
You are the man! Sexy addon, keep up the great work.
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 11:46 PM  
ChrisHopeless
A Kobold Labourer
 
ChrisHopeless's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 52
Uploads: 7
Originally posted by BeevoBWL
Anychance you will make the Font adjustable ? If you implement this into BeautyLoot I will be ditching my own personl addon and going with yours.
Sure, Why not.
But before this, i have to make a major update for this Addon. I want to see how will the configuration work.

Your advice will be implemented in next minor update.
I promise you
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 11:44 PM  
ChrisHopeless
A Kobold Labourer
 
ChrisHopeless's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 52
Uploads: 7
Originally posted by creepy_inc
My loot window opens at the top left corner on the screen, not at the mouse pointer as you mention.
I notice this. Since for me, I use the game option to show lootframe aside of mouse.
yesterday a friend told me.

sorry for that. Update coming soon
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 11:24 PM  
BeevoBWL
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 15
Uploads: 4
Anychance you will make the Font adjustable ? If you implement this into BeautyLoot I will be ditching my own personl addon and going with yours.
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 09:58 PM  
creepy_inc
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally posted by ChrisHopeless
To save the postion of group loot frames needs something subtle.
However, I would try.

For Lootframe, it always track your mouse.
Maybe I would give you some configuration options to stop tracking when it pops up
My loot window opens at the top left corner on the screen, not at the mouse pointer as you mention.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 11-18-10, 04:47 PM  
ChrisHopeless
A Kobold Labourer
 
ChrisHopeless's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 52
Uploads: 7
Originally posted by Shinobli
I love the style of BeautyLoot.
Is it possible to save the position of BeautyLoot?
To save the postion of group loot frames needs something subtle.
However, I would try.

For Lootframe, it always track your mouse.
Maybe I would give you some configuration options to stop tracking when it pops up
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 04:34 PM  
ChrisHopeless
A Kobold Labourer
 
ChrisHopeless's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 52
Uploads: 7
Originally posted by glupikreten
but but... they dont remember new position... at least loot frame does not... roll frame aparently does...
since lootframe always tracks your mouse
Last edited by ChrisHopeless : 11-18-10 at 04:34 PM.
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 03:21 PM  
Shinobli
A Kobold Labourer
 
Shinobli's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 67
Uploads: 1
I love the style of BeautyLoot.
Is it possible to save the position of BeautyLoot?
__________________
Hoppe - Dun Morogh
Disziplin - Blog
http://goettliche-aegis.blogspot.com/
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 01:33 PM  
glupikreten
A Theradrim Guardian

Forum posts: 60
File comments: 69
Uploads: 0
Originally posted by ChrisHopeless
no, there aren't, and you don't need them.
Latest version could drag them
but but... they dont remember new position... at least loot frame does not... roll frame aparently does...
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 07:04 AM  
ChrisHopeless
A Kobold Labourer
 
ChrisHopeless's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 52
Uploads: 7
Update your addon.

Guys. I have updated this addon to version 1.05.
Remember to update yours~
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 06:43 AM  
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 137
File comments: 640
Uploads: 22
Really nice loot frames. Great job
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
Report comment to moderator  
Reply With Quote
Unread 11-18-10, 06:24 AM  
ChrisHopeless
A Kobold Labourer
 
ChrisHopeless's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 52
Uploads: 7
Originally posted by creepy_inc
Are there any slash commands to move the roll and/or loot frame?
no, there aren't, and you don't need them.
Latest version could drag them
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: