Download
(7Kb)
Download
Updated: 12-24-12 03:05 AM
Updated:12-24-12 03:05 AM
Created:unknown
Downloads:67,995
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 11-03-08, 02:51 AM  
wolfchild
A Defias Bandit

Forum posts: 3
File comments: 36
Uploads: 0
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
Report comment to moderator  
Reply With Quote
Unread 11-03-08, 02:49 AM  
wolfchild
A Defias Bandit

Forum posts: 3
File comments: 36
Uploads: 0
Originally posted by jinleileiking
so butsu + teksloot is good combine
sure, providing they're compatible with each other and suffer no conflicts. Haven't tried myself but i'd think you'll be fine using both.
Report comment to moderator  
Reply With Quote
Unread 11-03-08, 01:11 AM  
q09q09
A Kobold Labourer
 
q09q09's Avatar

Forum posts: 0
File comments: 16
Uploads: 0
locale update zhCN&zhTW

Code:
} or GetLocale() == "zhCN" and {
	["(.*)\232\135\170\229\138\168\230\148\190\229\188\131\228\186\134(.+) \239\188\140\229\155\160\228\184\186((\228\187\150)|(\229\165\185))\230\151\160\230\179\149\230\139\190\229\143\150\232\175\165\231\137\169\229\147\129\227\128\130$"] = "pass",
	["(.*)\230\148\190\229\188\131\228\186\134\239\188\154(.+|r)$"]  = "pass",
	["(.*)\233\128\137\230\139\169\228\186\134\232\180\170\229\169\170\229\143\150\229\144\145\239\188\154(.+)"] = "greed",
	["(.*)\233\128\137\230\139\169\228\186\134\233\156\128\230\177\130\229\143\150\229\144\145\239\188\154(.+)"]  = "need",
} or GetLocale() == "zhTW" and {
	["(.*)\232\135\170\229\139\149\230\148\190\230\163\132:(.+) \239\188\140\229\155\160\231\130\186((\228\187\150)|(\229\165\185))\231\132\161\230\179\149\228\189\191\231\148\168\233\128\153\233\160\133\231\137\169\229\147\129\227\128\130$"] = "pass",
	["(.*)\230\148\190\230\163\132\228\186\134:(.+|r)$"]  = "pass",
	["(.*)\233\129\184\230\147\135\228\186\134\232\178\170\229\169\170\229\132\170\229\133\136:(.+)"] = "greed",
	["(.*)\233\129\184\230\147\135\228\186\134\233\156\128\230\177\130\229\132\170\229\133\136:(.+)"]  = "need",
Last edited by q09q09 : 11-03-08 at 01:14 AM.
Report comment to moderator  
Reply With Quote
Unread 10-30-08, 06:52 PM  
jinleileiking
A Murloc Raider

Forum posts: 6
File comments: 102
Uploads: 0
Originally posted by wolfchild
butsu replaces the default loot window.
teksloot replaces the default "Roll" for loot window
so butsu + teksloot is good combine
__________________
cwow 2.4.3 二区 伊利丹: Brotherlei (lv.4x warlock)

Addons:

Dominos / Bartender4 / marocoon ■ Bugsack ■Cartographer + Cartographer QuestInfo + Cartographer QuestObjective + Cartographer_mining + Cartographer_vendor + Cartographer_trainner + Cartographer_treasure + Lightheaded + QuestHelper ■ Mobmap ■ MobInfo2 ■ msbt / sct / parrot ■ or_soulshard ■ bagnon / onebag ■ phanxchat / neochat ■ minimapbuttons ■ doTimer ■ mendeleev + auctionner ■ ratingbuster
Report comment to moderator  
Reply With Quote
Unread 10-30-08, 01:59 PM  
starchaser
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
german translation

Code:
local rollpairs = GetLocale() == "deDE" and {
	["(.*) passt automatisch bei (.+), weil er den Gegenstand nicht benutzen kann.$"]  = "pass",
	["(.*) w\195\188rfelt nicht f\195\188r: (.+|r)$"] = "pass",
	["(.*) hat f\195\188r (.+) 'Gier' ausgew\195\164hlt"] = "greed",
	["(.*) hat f\195\188r (.+) 'Bedarf' ausgew\195\164hlt"] = "need",
Report comment to moderator  
Reply With Quote
Unread 10-28-08, 06:47 AM  
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 137
File comments: 640
Uploads: 22
For those of you that want your loot bars to appear upwards from the anchor rather then below your anchor. There is a simple fix for this

Open teksLoot.lua and find:
f:SetPoint("TOPLEFT", next(frames) and frames[#frames] or anchor, "BOTTOMLEFT", 0, -4)

Replace it with this one:
f:SetPoint("BOTTOMLEFT", next(frames) and frames[#frames] or anchor, "TOPLEFT", 0, 4)

Save and your done.

Now teksloot bars will appear going upward from the anchor.
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
Report comment to moderator  
Reply With Quote
Unread 10-25-08, 07:30 PM  
Toran
A Nerdscale Dorkin
 
Toran's Avatar
Premium Member

Forum posts: 143
File comments: 433
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.
I'm curious about this also. I haven't used this yet and am concerned it's going to show up too small in my 1680x1050 resolution and scaled down UI.
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 03:03 PM  
slickwalker
A Deviate Faerie Dragon
 
slickwalker's Avatar

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

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.
Last edited by slickwalker : 10-20-08 at 03:04 PM.
Report comment to moderator  
Reply With Quote
Unread 10-19-08, 06:39 AM  
wolfchild
A Defias Bandit

Forum posts: 3
File comments: 36
Uploads: 0
Originally posted by jinleileiking
i am finding a addon of looting..

what is the differenece between teksloot and butsu
butsu replaces the default loot window.
teksloot replaces the default "Roll" for loot window
Report comment to moderator  
Reply With Quote
Unread 10-07-08, 07:05 PM  
jinleileiking
A Murloc Raider

Forum posts: 6
File comments: 102
Uploads: 0
i am finding a addon of looting..

what is the differenece between teksloot and butsu
Report comment to moderator  
Reply With Quote
Unread 08-26-08, 01:51 PM  
duhwhat
A Wyrmkin Dreamwalker

Forum posts: 51
File comments: 236
Uploads: 0
using teksloot and greedbeacon as part of lynUI. upgraded from v6 to v7 of lynui, and now the numbers are not showing up on the teksloot frame. detailed loot information is enabled in the interface.

edit: ignore the above, reinstalled both, working now.
Last edited by duhwhat : 08-28-08 at 07:53 AM.
Report comment to moderator  
Reply With Quote
Unread 08-25-08, 10:12 PM  
slbrokaw
A Fallenroot Satyr

Forum posts: 27
File comments: 2
Uploads: 0
Is there any possibility the need button can be on the opposite side of the greed and pass buttons?
Report comment to moderator  
Reply With Quote
Unread 08-25-08, 01:44 PM  
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view AddOns

Forum posts: 960
File comments: 334
Uploads: 67
It would be posted in the wrath-only category if it didn't.
Report comment to moderator  
Reply With Quote
Unread 08-25-08, 01:41 PM  
Archippus
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 48
File comments: 8
Uploads: 3
Does the "works with WotLK" update work with 2.4?
Report comment to moderator  
Reply With Quote
Unread 08-24-08, 09:13 PM  
sillysyra
A Murloc Raider

Forum posts: 5
File comments: 25
Uploads: 0
Originally posted by Buio
It is how it looks. Group loot.

I guess I meant "can" as a possibility on the loot during a raid.
Also worth noting is that you need to have detailed loot information turned on in the Blizzard Interface Options for the numbers telling you how each person rolled to appear.
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.