Addon Info.
Change Log
Optional Files (0)
Archived (2)
Comments (32)
Addon Information
Works with WoTLK
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
3.0.2.5-Beta
Date:
11-02-2008 01:16 AM
Size:
4.09 Kb
Downloads:
18,419
Favorites:
507
MD5:
teksLoot   Popular!
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.

Links

Visit my site for more info.
Please report all bugs and feature requests to my Google Code tracker
Alpha builds can be found on github.
Please direct all feedback and questions to my Google Groups mailinglist


  Change Log - teksLoot
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 - teksLoot
Sorry, there are currently no optional files available.
  Archived Versions - teksLoot
File Name
Version
Size
Author
Date
2.4.0.2 Beta
4kB
Tekkub
03-28-2008 04:17 PM
2.3.3.1 Beta
3kB
Tekkub
02-08-2008 07:05 AM
  Comments - teksLoot
Post A Reply
Author Comments Comment Options
Old 11-03-2008, 03:51 AM  
wolfchild
A Kobold Labourer

Forum posts: 1
File comments: 22
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
wolfchild is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-03-2008, 03:49 AM  
wolfchild
A Kobold Labourer

Forum posts: 1
File comments: 22
Uploads: 0
Quote:
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.
wolfchild is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-03-2008, 02:11 AM  
q09q09
A Kobold Labourer

Forum posts: 0
File comments: 12
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-2008 at 02:14 AM.
q09q09 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-30-2008, 08:52 PM  
jinleileiking
A Murloc Raider

Forum posts: 6
File comments: 107
Uploads: 0
Quote:
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
jinleileiking is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-30-2008, 03: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",
starchaser is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-28-2008, 08:47 AM  
Derkyle
A Kobold Labourer
 
Derkyle's Avatar

Forum posts: 1
File comments: 47
Uploads: 7
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.
__________________
-Derkyle
Derkyle is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-25-2008, 09:30 PM  
Toran
An Aku'mai Servant

Forum posts: 35
File comments: 122
Uploads: 0
Re: Scale

Quote:
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.
Toran is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-20-2008, 05:03 PM  
slickwalker
A Kobold Labourer

Forum posts: 0
File comments: 24
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-2008 at 05:04 PM.
slickwalker is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-19-2008, 08:39 AM  
wolfchild
A Kobold Labourer

Forum posts: 1
File comments: 22
Uploads: 0
Quote:
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
wolfchild is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-07-2008, 09:05 PM  
jinleileiking
A Murloc Raider

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

what is the differenece between teksloot and butsu
jinleileiking is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-26-2008, 03:51 PM  
duhwhat
A Deviate Faerie Dragon

Forum posts: 10
File comments: 53
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-2008 at 09:53 AM.
duhwhat is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-26-2008, 12:12 AM  
slbrokaw
A Fallenroot Satyr

Forum posts: 27
File comments: 7
Uploads: 0
Is there any possibility the need button can be on the opposite side of the greed and pass buttons?
slbrokaw is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-25-2008, 03:44 PM  
Tekkub
Featured Artist
 
Tekkub's Avatar
Featured Addon Author

Forum posts: 384
File comments: 272
Uploads: 78
It would be posted in the wrath-only category if it didn't.
Tekkub is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-25-2008, 03:41 PM  
Archippus
A Cyclonian
Interface Author - Click to view interfaces

Forum posts: 48
File comments: 9
Uploads: 5
Does the "works with WotLK" update work with 2.4?
Archippus is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-24-2008, 11:13 PM  
sillysyra
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Quote:
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.
sillysyra is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:



The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOUI | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


MMOInterface.com Copyright ©2008
World of Warcraft is a registered Trademark of Blizzard Entertainment.
vBulletin - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.