Download
(7Kb)
Download
Updated: 12-24-12 03:05 AM
Updated:12-24-12 03:05 AM
Created:unknown
Downloads:67,999
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 08-17-09, 12:08 PM  
Amberose
A Kobold Labourer
 
Amberose's Avatar
AddOn Author - Click to view AddOns

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

Originally posted by YujiTFD
Hi!

I was browsing comments but didn't anything related to my problem. Is there a way to move teksLoot frame? I suppose it's current placement is drycoded, but I can't find right code part in teksLoot.lua. I have 1680x1050 screen resolution, using Btex for the looks and space optimization. I already made roll frames grow upwards (kudos to Derkyle), but lowest frame located too low for my setup.
From the info page:
Only command is /teksloot, which toggles the anchor so you can move the frames around.

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.
Been using teksloot for a long time and never had that problem myself. Just a thought though, are you sure that you were able to loot the actuall item? Sometimes you can't roll becasue for example the item is 'unique' and you already have it on your character, in your inventory or bank. This can also cause Blizz or error add-ons to print a message.
Last edited by Amberose : 08-17-09 at 12:18 PM.
Report comment to moderator  
Reply With Quote
Unread 08-17-09, 10:45 AM  
YujiTFD
A Murloc Raider
AddOn Author - Click to view AddOns

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

Hi!

I was browsing comments but didn't anything related to my problem. Is there a way to move teksLoot frame? I suppose it's current placement is drycoded, but I can't find right code part in teksLoot.lua. I have 1680x1050 screen resolution, using Btex for the looks and space optimization. I already made roll frames grow upwards (kudos to Derkyle), but lowest frame located too low for my setup.
Report comment to moderator  
Reply With Quote
Unread 08-17-09, 05:32 AM  
cosmicB
A Murloc Raider
 
cosmicB's Avatar

Forum posts: 6
File comments: 188
Uploads: 0
missing item loot

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.
Report comment to moderator  
Reply With Quote
Unread 08-07-09, 10:12 AM  
Banur
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 137
Uploads: 5
It will also cause wow to spam "you aren't in a party" when in a raid group (tested with BGs). The same does recount, that may probably help finding what causes the bug.

edit: Well it seems like it's some interference with other addons and not teksloot causing those spam. It does appear when using teksloot but only together with other addons.
Last edited by Banur : 08-09-09 at 05:00 PM.
Report comment to moderator  
Reply With Quote
Unread 05-09-09, 08:23 AM  
Vranx
A Flamescale Wyrmkin
 
Vranx's Avatar

Forum posts: 101
File comments: 176
Uploads: 0
I think im having the same problem as the last poster, the loot frame will get stuck on the screen and I have to reload the ui to make it go away. Its weird, only one item was sticking on the screen last night while other loot would pop up and then go away.
Report comment to moderator  
Reply With Quote
Unread 04-18-09, 08:07 PM  
Shestak
A Deviate Faerie Dragon
 
Shestak's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 65
Uploads: 1
At joint use of it addon with a code:
Code:
---------------------------------------------------- AUTO ROLL
local Level = UnitLevel("player")
	if Level == 80 then
		local g1 = CreateFrame("Frame")
		g1:RegisterEvent("START_LOOT_ROLL")
		g1:SetScript("OnEvent", function(_, _, id)
			if(id and select(4, GetLootRollItemInfo(id))==2) then
			RollOnLoot(id, 2)
			end
	end)
end
After subject occurrence automatically works a code, but the frame addon does not disappear. Link to image.
Whether probably to combine work given addon and this code? Thankful in advance for the answer.
Last edited by Shestak : 04-20-09 at 06:47 AM.
Report comment to moderator  
Reply With Quote
Unread 03-22-09, 10:12 AM  
blackpandemic
A Flamescale Wyrmkin
 
blackpandemic's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 123
File comments: 82
Uploads: 2
Originally posted by ant1pathy
Any answer to this? I was wondering today myself.
Yes it only shows 3 at a time. And if the scale is too small, open up the LUA and find a fix for it. If LUA isn't your thing, find another addon.
__________________
"It is forbidden to kill; therefore all murderers are punished unless they kill in large numbers and to the sound of trumpets." -Voltaire
Report comment to moderator  
Reply With Quote
Unread 02-28-09, 05:19 PM  
Zorklat
A Deviate Faerie Dragon

Forum posts: 13
File comments: 62
Uploads: 0
Originally posted by Tekkub
Sorry, wasn't watching comments here... there's a reason I put those big bold texts directing people where to submit shit... not that anyone ever reads them...

Loot frame, use Bustu, that's what I use ^^

Grow-up, the game will only spawn 3 rolls anyway, so I don't see much need for this really. Convince me it's worth the code.
it was on the last page, about the 4th comment in or so.
Report comment to moderator  
Reply With Quote
Unread 02-24-09, 06:36 AM  
ant1pathy
A Murloc Raider

Forum posts: 5
File comments: 83
Uploads: 0
Originally posted by wolfchild
Oh and just a quick question..

Did ony the other day and it only showed i think 3-4 drops at a time.. is this game default or is there a way of teksloot showing a "select" number of drops at once?

for example if i wanted teksloot to display maximum of 8 drop rolls instead of the current 3 (or 4 cant remember what it was now)

cheers
Any answer to this? I was wondering today myself.
Report comment to moderator  
Reply With Quote
Unread 01-27-09, 02:52 AM  
EridaNuuS
A Kobold Labourer

Forum posts: 1
File comments: 44
Uploads: 0
not who can not help ?
Report comment to moderator  
Reply With Quote
Unread 01-22-09, 04:57 AM  
EridaNuuS
A Kobold Labourer

Forum posts: 1
File comments: 44
Uploads: 0
Please add ruRU (Russian) translation =(
Report comment to moderator  
Reply With Quote
Unread 12-30-08, 11:17 AM  
slickwalker
A Deviate Faerie Dragon
 
slickwalker's Avatar

Forum posts: 18
File comments: 155
Uploads: 0
Scale

Im surprised this question has been asked so many times with no answer. This author is usually so good at answering question... I too need to scale this thing, i can barely see it on my display.
Report comment to moderator  
Reply With Quote
Unread 12-28-08, 02:56 PM  
Sparanoid
A Defias Bandit

Forum posts: 3
File comments: 57
Uploads: 0
is it possible to hide the numbers that who rolled? and i think the fade out effect of the original addon is cool.
Report comment to moderator  
Reply With Quote
Unread 12-12-08, 12:07 PM  
Plexico
A Kobold Labourer
 
Plexico's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 8
Uploads: 3
Would also wonder if there was a way to resize without going into the lua and messing with some settings.
Report comment to moderator  
Reply With Quote
Unread 12-06-08, 03:18 PM  
sietelle
A Kobold Labourer

Forum posts: 1
File comments: 37
Uploads: 0
Re: Scale

Originally posted by slickwalker
I've seen this question a few times in this thread with no apparent answer, so I assumed it was on your other site, but could not find it there either.

Is there a way to scale up the size of the frame.
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.