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,541
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 07-18-11, 12:45 PM  
Greevir
A Cyclonian
 
Greevir's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 45
File comments: 94
Uploads: 1
So far it's looking preety good but is a bit messed up atm. Here is what the loot window looks like to me:


The loot looks to be too large for the frame and the "X" button is below where it should be (it's hidden behind the enemy model and can't be clicked). Havn't seen the roll frame yet since I havn't grouped to do anything.
Report comment to moderator  
Reply With Quote
Unread 07-18-11, 09:01 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 litesung
What is the UI you are using in the first image?
It is my own Ui which i called it "project Razgriz". It is a highly customized UI for my own usage. Therefore, it is hard to share. Everything in this UI is not friendly for players other than me. It is hard to customize. Changing of behaviors of some UI functions also are not easy.
__________________
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 : 07-18-11 at 09:03 AM.
Report comment to moderator  
Reply With Quote
Unread 07-18-11, 08:58 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 Bhalial
Sorry if this has been asked before, but would this work with Tukui? Or any edit for it?

I'll try it out myself ofcourse, but if you could already tell me that'd be great
I think it may not work with TuKui. Exactly speaking, I don't use TukUI, so i don't know. But, TukUI is a great one. It gives me much of inspiration.

if you want to make it work with TukUI, I think you have to strive by your own effort...Good luck.

some advices are as follow.

1.Find the part tukui modifying the loot frame
2.comment out those codes
3.try this addon.

I hope God be with you,sincerely.
__________________
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 : 07-18-11 at 09:07 AM.
Report comment to moderator  
Reply With Quote
Unread 07-18-11, 06:38 AM  
litesung
A Flamescale Wyrmkin
 
litesung's Avatar

Forum posts: 130
File comments: 231
Uploads: 0
What is the UI you are using in the first image?
Report comment to moderator  
Reply With Quote
Unread 07-18-11, 05:44 AM  
Bhalial
A Murloc Raider
 
Bhalial's Avatar

Forum posts: 6
File comments: 47
Uploads: 0
Sorry if this has been asked before, but would this work with Tukui? Or any edit for it?

I'll try it out myself ofcourse, but if you could already tell me that'd be great
Report comment to moderator  
Reply With Quote
Unread 03-06-11, 03:17 AM  
zynix
A Cliff Giant
 
zynix's Avatar
AddOn Author - Click to view AddOns

Forum posts: 70
File comments: 74
Uploads: 1
Originally posted by esnar
Bugged? : / loot is way bigger then the loot box and the loot icon doesnt really seem to fit in the border
Also, the scroll down arrow doesnt really fit the theme imo.
Last thing, any way to remove the title bar? like loot x 5
For the rest. nice job, really like it
It's not BeautyLoot, it's Aurora that is skinning the frame, while BL also does it
Report comment to moderator  
Reply With Quote
Unread 01-31-11, 11:08 AM  
Shhi
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 1
i downloaded this addon today but i cant seem to move it or anything, and if i i put /btl config, and click enter nothing happens. Also i cant roll on blues in instances : o
Report comment to moderator  
Reply With Quote
Unread 01-20-11, 02:36 PM  
esnar
A Defias Bandit

Forum posts: 2
File comments: 40
Uploads: 0


Bugged? : / loot is way bigger then the loot box and the loot icon doesnt really seem to fit in the border
Also, the scroll down arrow doesnt really fit the theme imo.
Last thing, any way to remove the title bar? like loot x 5
For the rest. nice job, really like it
Last edited by esnar : 01-20-11 at 02:46 PM.
Report comment to moderator  
Reply With Quote
Unread 01-05-11, 03:05 PM  
aceman67
A Theradrim Guardian
 
aceman67's Avatar
AddOn Author - Click to view AddOns

Forum posts: 67
File comments: 72
Uploads: 1
Re: i found out my own problem!

Originally posted by psycedelic
i had a problem where the beautyloot window was opening at my mouse...
the problem was fruityloots...
http://www.wowinterface.com/download...uityLoots.html

if there is others who uses this addon i suggest you delete it otherwise you will have "bugged" beautyloot..
Considering that Beauty loot supports the frame opening at the mouse, I think its quite obvious that the addon you were using conflicted with it.

My question is this, anyway to increase the scale of the roll windows, and to make the Icons for the items being looted bigger?
Last edited by aceman67 : 01-05-11 at 05:34 PM.
Report comment to moderator  
Reply With Quote
Unread 01-03-11, 10:50 PM  
psycedelic
A Defias Bandit

Forum posts: 3
File comments: 52
Uploads: 0
i found out my own problem!

i had a problem where the beautyloot window was opening at my mouse...
the problem was fruityloots...
http://www.wowinterface.com/download...uityLoots.html

if there is others who uses this addon i suggest you delete it otherwise you will have "bugged" beautyloot..
Report comment to moderator  
Reply With Quote
Unread 01-03-11, 07:34 PM  
Poreo
A Warpwood Thunder Caller

Forum posts: 94
File comments: 136
Uploads: 0
What is going on... I looted three mobs that I AoE'ed down and all three had their loot frames appear in different position

I went into /beautyloot config , unlocked everything, arranged it where I wanted, and locked them up multiple times but nothing. The loot frames still appear in random positions
Report comment to moderator  
Reply With Quote
Unread 01-01-11, 02:09 PM  
Memeh
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Any chance we get portraits implemented like Lovelyloot has, in the loot window, not on the sides, or option at least? http://s.wowinterface.com/preview/pvw38531.png

Sweet addon!
Report comment to moderator  
Reply With Quote
Unread 12-28-10, 04:52 PM  
psychosonic
A Kobold Labourer

Forum posts: 0
File comments: 23
Uploads: 1
Font & Fontsize

hello. a very nice addon. thank you! can you could me something concrete to explain how to change the font and font size? and sorry for my english, it is the google translator ^ ^
Report comment to moderator  
Reply With Quote
Unread 12-16-10, 08:36 PM  
cawfee
An Aku'mai Servant
 
cawfee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 30
File comments: 94
Uploads: 1
Hey, these are awesome. Beautiful and functional, with no issues whatsoever thanks for sharing!
Report comment to moderator  
Reply With Quote
Unread 12-10-10, 08:16 PM  
ChrisHopeless
A Kobold Labourer
 
ChrisHopeless's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 52
Uploads: 7
Nothing changes....but the version number
Originally posted by hatzi
hey bro, where is changelog for 1.15 release?
__________________
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!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: