Download
(7Kb)
Download
Updated: 12-24-12 03:05 AM
Updated:12-24-12 03:05 AM
Created:unknown
Downloads:68,009
Favorites:818
MD5:

teksLoot  Popular! (More than 5000 hits)

Version: 5.1.0.12-Release
by: Tekkub [More]

teksLoot is a rewrite of XLoot Group Why did I rewrite it? Well, every so often I make the mistake of reading someone's code and get an obsessive compulsive urge to clean up their mess... this was one of those times... Basically it's the frame design of XLoot Group, with all the rest stripped out and rewritten.

So what does the blasted thing do? It gives you super tiny loot-roll frames! Nothing complicated, install and go. Only command is /teksloot, which toggles the anchor so you can move the frames around.

Visit my site for more great addons.
Please send all bugs, feature requests and questions to [email protected]

5.1.0.12-Release
Tagging release version
commit e61d5030000c4ec68c25295ce3319ade95c2cbf7
Author: tekkub :bear:  <[email protected]>
Date: Mon Dec 24 02:03:40 2012 -0700

Updating TOC to 50100

5.0.1.11-Beta
Shift-click to bypass confirmation

5.0.1.10-Beta
5.0 updates
Display the reason of why a roll type is disabled. (thanks LordJZ)
Set alpha channel to buttons when disabled (thanks LordJZ)

3.3.0.9-Beta
In soviet russia addon localizes you!
deDE locale update for 3.3
Meh, textmate defaults to UTF8, we might as well actually use it
zhTW locale update
Move locale out into it's own file
Remove 3.2 backcompat
Up, down, what do we care?

3.2.0.7-Beta
Generate roll frames on demand, stupid default frames use 4 now

3.2.0.6-Beta
Fix CursorUpdate crap
Special case for auto-rolling mods
zhTW locale

3.0.2.5-Beta
deDE locale

3.0.1.4-Beta
SAY IT FRENCHIE! SAY CHOWDAH!

3.0.1.3-Beta
Fix OnUpdate error in Wrath
Optional Files (0)


Post A Reply Comment Options
Unread 01-04-10, 07:35 AM  
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 137
File comments: 640
Uploads: 22
Since the code has changed slightly, and people still may want to have the loot windows grow upwards rather then downwards.

For those of you that want your loot bars to appear upwards from the anchor rather then below your anchor. There is a simple edit that can accomplish this.

Open teksLoot.lua:

FIND (NOTE: There are two of them you have to replace):
Code:
f:SetPoint("TOPLEFT", next(frames) and frames[#frames] or anchor, "BOTTOMLEFT", 0, -4)
REPLACE EACH WITH:
Code:
f:SetPoint("BOTTOMLEFT", next(frames) and frames[#frames] or anchor, "TOPLEFT", 0, 4)
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
Report comment to moderator  
Reply With Quote
Unread 01-03-10, 11:42 PM  
Gsusnme
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 55
File comments: 199
Uploads: 1
In soviet russia addon localizes you!
I love you Tekkub.
Report comment to moderator  
Reply With Quote
Unread 12-13-09, 08:04 PM  
Purity
A Deviate Faerie Dragon

Forum posts: 16
File comments: 170
Uploads: 0
when I mouse over items, it is not showing the tooltip of the item. I have to wait till others in group roll or pass to look at items from the chat frame. Should the item show a tooltip on mouse over on the roll frame?
__________________
Report comment to moderator  
Reply With Quote
Unread 12-10-09, 05:53 PM  
Svensn
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 10
Uploads: 2
missing german translation;
["(.*) hat f\195\188r '(.+)' Entzauberung gew\195\164hlt"] = "disenchant",
Report comment to moderator  
Reply With Quote
Unread 12-10-09, 01:51 PM  
WillsDM
A Murloc Raider
 
WillsDM's Avatar

Forum posts: 9
File comments: 22
Uploads: 0
Originally posted by Jerricka
Yuk, too tiny. How do you resize?
Tiny...is the point. No need to resize; read before you comment/download.
Originally posted by Tekkub
So what does the blasted thing do? It gives you super tiny loot-roll frames! Nothing complicated, install and go.

Awesome work Tekkub, I've been using these things forever, thanks for the update!
__________________
"Psychos do not explode when sunlight hits them, I don't give a $%@$ how crazy they are!" - Seth Gecko (From Dusk til Dawn)
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 12:56 PM  
rlindberg
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Minor nitpicking here but is there a way to add bit more space between the disenchant roll and pass?

Thank you for an amazing addon.
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 01:27 AM  
Jerricka
An Aku'mai Servant
 
Jerricka's Avatar

Forum posts: 30
File comments: 178
Uploads: 0
Yuk, too tiny. How do you resize?
Report comment to moderator  
Reply With Quote
Unread 12-05-09, 08:17 PM  
mythrilgolem
A Kobold Labourer

Forum posts: 1
File comments: 34
Uploads: 0
<3
Report comment to moderator  
Reply With Quote
Unread 11-19-09, 10:08 PM  
twistdshade
A Fallenroot Satyr
 
twistdshade's Avatar

Forum posts: 21
File comments: 124
Uploads: 0
Where is the screenshot?
Oooh.. there is none?
Ok then.. :| l8er
Report comment to moderator  
Reply With Quote
Unread 10-21-09, 09:28 AM  
Malkom
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
Bugs

I have a bugs sometime : a green loot appears and I have to relaod my UI for it's disappear...
Report comment to moderator  
Reply With Quote
Unread 09-20-09, 11:32 AM  
Pikarya
A Kobold Labourer
 
Pikarya's Avatar

Forum posts: 1
File comments: 11
Uploads: 0
Do you plan on to rewrite Xloot/monitor since its abandoned?

Thanks for the addon, love it.
Last edited by Pikarya : 09-20-09 at 11:33 AM.
Report comment to moderator  
Reply With Quote
Unread 08-22-09, 06:17 AM  
Amberose
A Kobold Labourer
 
Amberose's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 71
Uploads: 1
Originally posted by shinchih2001
3.2.0.6\teksLoot.lua:205: attempt to index local 'f' (a nil value)
(tail call): ?:


I'd give version 3.2.0.7 a try, from the note in the change log i'm guessing that is what was fixed and i havn't had any problems with that version.
Last edited by Amberose : 08-22-09 at 06:17 AM.
Report comment to moderator  
Reply With Quote
Unread 08-22-09, 04:28 AM  
shinchih2001
A Defias Bandit

Forum posts: 3
File comments: 198
Uploads: 0
3.2.0.6\teksLoot.lua:205: attempt to index local 'f' (a nil value)
(tail call): ?:
Report comment to moderator  
Reply With Quote
Unread 08-22-09, 01:23 AM  
Sinnocence
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Re: missing item loot

Originally posted by cosmicB
hi ive noticed it today at one of my dungeon runs, there was an item that i didnt get to roll on coz it wasnt in the frame at all and i got a error message but unfortunately i did not get to copy paste the error.

I like this addon, and i'd like to know if anybody else had this problem or maybe it was just one of my other addons conflicting with it.
I've had the same problem several times - it seems to only happen when a mob drops a lot of items (5+ incl badges, orbs, etc).
Report comment to moderator  
Reply With Quote
Unread 08-19-09, 11:14 AM  
YujiTFD
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 25
Uploads: 1
Re: Re: teksLoot's on-screen location

OMG, it never occured to me, feeling stupid -_-
Thank you kindly!
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.