- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,841 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
Ouro Loot
- 0 Likes
- World of Warcraft
- 2,009 Downloads
- Supports: 4.3
- 1 Average Daily Downloads
- Comments
- Created 11/3/2009 2:39:12 PM
- Updated 2/1/2012 12:56:17 AM
- 38 Favorites
- Project Site
- License: All Rights Reserved
- Release Type: Release
- Newest File: 2.17.2
About Ouro Loot
Ouro Loot tracks loot during a raid and then produces output formatted for pasting on a guild forum or similar place. Loot is optionally categorized by boss if you have Deadly Boss Mods installed. Loot can be annotated with notes (getting disenchanted, awarded for offspec, going to a guild vault, etcetera) and the forum output will be marked up appropriately. A longer-term history of loot is kept also.
This addon does not replace or augment the Master Looter interface or behavior. In fact, it specifically has nothing to do with the actual awarding of loot, only the tracking of it. So if your raids already have an addon to help with that (loot council, GDKP, whatever), you can continue using it without interference.
Instructions and documentation are built in. Just use the /ouroloot command, or click the help link that comes up when you login the first time after installing it. There is deliberately no minimap icon or similar "always visible" component to soak up valuable screen space or CPU cycles.
Best coverage of loot tracking is obtained if multiple people in your raid are running the addon, with at least one person tracking and the others broadcasting. This allows loot to be noticed even when the looting is happening out of detection range of the person doing the tracking. This is explained further in the help screens.
If you have Addon Loader installed, this addon will delay loading until you use any of its configuration methods or join a raid group.
It is relatively simple to add more output formats. Each one appears as one or more additional tabs. They are implemented as load-on-demand plugin modules and are dropped in as standalone addons. (A list will probably be added here once they're published.)
Feedback and bug reports are welcome; see the help screens for how. A list of known bugs, occasional gotchas, and future ideas is also built in.
------------------------------------------------------------------------
r70 | farmbuyer | 2012-02-01 06:54:10 +0000 (Wed, 01 Feb 2012) | 1 line
Changed paths:
A /tags/2.17.2 (from /trunk:69)
Tagging as 2.17.2 (avoiding bug that's rare to trigger, but a killer when it does).
------------------------------------------------------------------------
r69 | farmbuyer | 2012-02-01 06:53:34 +0000 (Wed, 01 Feb 2012) | 1 line
Changed paths:
M /trunk/gui.lua
Make sure that missed duration fields get set to a safe value (can be missed in certain encounters).
------------------------------------------------------------------------
r67 | farmbuyer | 2012-02-01 02:34:10 +0000 (Wed, 01 Feb 2012) | 1 line
Changed paths:
M /trunk/Ouro_Loot.toc
M /trunk/core.lua
M /trunk/gui.lua
Also detect LFR happening and load then, before they zone in and potentially get into combat. Detect combat and avoid secure button creation in that case anyhow.
------------------------------------------------------------------------
r65 | farmbuyer | 2012-01-30 14:43:24 +0000 (Mon, 30 Jan 2012) | 1 line
Changed paths:
M /trunk/Ouro_Loot.toc
M /trunk/core.lua
Document entry fields. Add support for AddonLoader.
------------------------------------------------------------------------
r64 | farmbuyer | 2012-01-29 03:38:30 +0000 (Sun, 29 Jan 2012) | 1 line
Changed paths:
M /trunk/AceGUIWidget-lib-st.lua
M /trunk/core.lua
M /trunk/gui.lua
Handle text generation modules being LoadOnDemand. lib-st widget to v5 to fix handling multiple live ST instances.
------------------------------------------------------------------------
r63 | farmbuyer | 2012-01-28 23:36:23 +0000 (Sat, 28 Jan 2012) | 1 line
Changed paths:
M /trunk/core.lua
May as well match game text here.
------------------------------------------------------------------------
r62 | farmbuyer | 2012-01-28 18:24:22 +0000 (Sat, 28 Jan 2012) | 1 line
Changed paths:
M /trunk/AceGUIWidget-lib-st.lua
M /trunk/core.lua
M /trunk/gui.lua
M /trunk/text_tabs.lua
M /trunk/verbage.lua
Updated lib-st widget from WRDW. Properly notice new generating tabs. Updated help text.
------------------------------------------------------------------------
r60 | farmbuyer | 2012-01-21 01:39:44 +0000 (Sat, 21 Jan 2012) | 1 line
Changed paths:
M /trunk/gui.lua
Make sure tab row fills width.
------------------------------------------------------------------------
r59 | farmbuyer | 2012-01-20 11:48:38 +0000 (Fri, 20 Jan 2012) | 1 line
Changed paths:
M /trunk/LibFarmbuyer.lua
M /trunk/Ouro_Loot.toc
M /trunk/core.lua
If tekDebug is found, feed debugging messages there instead of print(); 'alsolog' functionality unchanged.
------------------------------------------------------------------------
r58 | farmbuyer | 2012-01-20 10:46:58 +0000 (Fri, 20 Jan 2012) | 1 line
Changed paths:
M /trunk/core.lua
M /trunk/gui.lua
Add simple button to Blizzard options. Fix case insensitivity of tab title scanning from command line.
------------------------------------------------------------------------
r57 | farmbuyer | 2012-01-13 01:18:32 +0000 (Fri, 13 Jan 2012) | 1 line
Changed paths:
M /trunk/gui.lua
Shift-for-history-deletion also works for block entries; note this in the tooltips.
------------------------------------------------------------------------
r56 | farmbuyer | 2012-01-13 01:12:36 +0000 (Fri, 13 Jan 2012) | 1 line
Changed paths:
M /trunk/bossmods.lua
M /trunk/core.lua
M /trunk/gui.lua
Handle moving from one instance kill/loot into a new instance, and then getting loot from trash in the new instance before seeing any bosses.
------------------------------------------------------------------------
r55 | farmbuyer | 2012-01-12 02:24:15 +0000 (Thu, 12 Jan 2012) | 1 line
Changed paths:
M /trunk/Ouro_Loot.toc
M /trunk/core.lua
Fix 'alsolog' toggling during raids when log table already restored. Correct log message when triggering start of an cache animation group. Disable ML/DKP module for now.
------------------------------------------------------------------------
r54 | farmbuyer | 2011-12-30 21:29:44 +0000 (Fri, 30 Dec 2011) | 1 line
Changed paths:
M /trunk/abbreviations.lua
M /trunk/core.lua
M /trunk/gui.lua
More debug message tweaks. Put comm and loot caches on separate-but-related expirations; comm is now a bit shorter and loot is now a bit longer. Check cache expirations more often (possibly revert this).
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 2.17.2 | Release | 4.3 | 19 | 2/1/2012 12:56:17 AM |
| 2.17.2-nolib | Release | 4.3 | - | 2/1/2012 12:56:16 AM |
| 2.17.1-nolib | Release | 4.3 | - | 1/31/2012 8:53:20 PM |
| 2.17.1 | Release | 4.3 | 3 | 1/31/2012 8:53:20 PM |
| 2.17 | Release | 4.3 | 7 | 1/30/2012 9:50:04 AM |
| 2.17-nolib | Release | 4.3 | - | 1/30/2012 9:50:03 AM |
| 2.16.5-nolib | Release | 4.3 | - | 1/20/2012 8:04:09 PM |
| 2.16.5 | Release | 4.3 | 12 | 1/20/2012 8:04:09 PM |
| 2.16.4-nolib | Release | 4.3 | - | 12/11/2011 1:21:34 PM |
| 2.16.4 | Release | 4.3 | 31 | 12/11/2011 1:21:34 PM |
| 2.16.3 | Release | 4.3 | 26 | 12/1/2011 8:02:16 PM |
| 2.16.3-nolib | Release | 4.3 | - | 12/1/2011 8:02:15 PM |
| 2.16.1 | Release | 4.2 | 156 | 10/8/2011 3:26:44 PM |
| 2.16.1-nolib | Release | 4.2 | 1 | 10/8/2011 3:26:43 PM |
| v2r16-nolib | Release | 4.2 | 1 | 10/6/2011 1:20:20 AM |
| v2r16 | Release | 4.2 | 70 | 10/6/2011 1:20:20 AM |
| v2r15-nolib | Release | 4.2 | 1 | 9/4/2011 2:11:58 PM |
| v2r15 | Release | 4.2 | 172 | 9/4/2011 2:11:58 PM |
| v2r15p7-beta | Beta | 4.2 | 57 | 8/31/2011 9:58:38 PM |
| v2r15p7-beta-nolib | Beta | 4.2 | 1 | 8/31/2011 9:58:37 PM |
| v2r15p5-beta | Beta | 4.2 | 3 | 8/31/2011 1:50:11 AM |
| v2r15p5-beta-nolib | Beta | 4.2 | - | 8/31/2011 1:50:10 AM |
| v2r15p4-beta-nolib | Beta | 4.2 | - | 8/25/2011 3:44:27 PM |
| v2r15p4-beta | Beta | 4.2 | - | 8/25/2011 3:44:27 PM |
| v2r15p2-beta-nolib | Beta | 4.2 | - | 6/29/2011 6:54:37 PM |
| v2r15p2-beta | Beta | 4.2 | 3 | 6/29/2011 6:54:37 PM |
| v2r15p1-beta-nolib | Beta | 4.0.6 | 1 | 6/18/2011 4:51:38 PM |
| v2r15p1-beta | Beta | 4.0.6 | 1 | 6/18/2011 4:51:38 PM |
| v2r14 | Release | 3.3.5 | 3 | 7/8/2010 2:14:52 PM |
| v2r13 | Release | 3.3.3 | 2 | 6/10/2010 4:03:20 AM |
| v2r11 | Release | 3.3.0 | 1 | 1/14/2010 10:06:55 PM |
| b2r10 | Release | 3.3.0 | - | 12/29/2009 2:18:05 AM |
| b2r91 | Release | 3.2.0 | - | 11/21/2009 3:29:45 PM |
| b2r9 | Release | 3.2.0 | - | 11/16/2009 4:30:15 PM |
| b2r8 | Release | 3.2.0 | 6 | 11/10/2009 3:35:41 PM |


Comments
Only for 1.1. I have no way of testing any of the output for MLDKP, for any version. The MLDKP authors withdrew their document describing the format for all ML versions, so even the 1.1 output is guesswork on my part. I will most likely remove it from Ouro Loot, since I can't test it nor verify it.
hi,
i have for my forum this version soft :
PhpBB 3.0.10
bbDKP 1.2.5-PL3
Bossprogress 1.0.5
bbTips 0.4.3
Raidtracker 0.3.4
it's possible, i test for your addon export mldkp 1.1 or 1.5
i have test export xml with addon ka_raid-tracker 2.3.20 if you need exemple code.
ps: it's possible to add function Localization for translate with http://www.wowace.com/addons/ouroloot/
Thanks
hi,
i have error when i clic on ML/EQ-DKP
Date: 2012-01-07 10:58:48
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Ouro_Loot\gui.lua line 128:
ERROR: text generator 'mleqdkp' failed: ..\AddOns\Ouro_Loot\core.lua line 1441:
attempt to index local 'day_entry' (a nil value)
Debug:
(tail call): ?
(tail call): ?
[C]: error()
Ouro_Loot\gui.lua:128:
Ouro_Loot\gui.lua:114
Ouro_Loot\gui.lua:1024:
Ouro_Loot\gui.lua:1006
(tail call): ?
(tail call): ?
[C]: ?
[string "safecall Dispatcher[3]"]:9:
[string "safecall Dispatcher[3]"]:5
(tail call): ?
Ace3\AceGUI-3.0\AceGUI-3.0.lua:314: Fire()
...Ace3\AceGUI-3.0\widgets\AceGUIContainer-TabGroup.lua:167: SelectTab()
...Ace3\AceGUI-3.0\widgets\AceGUIContainer-TabGroup.lua:78:
...Ace3\AceGUI-3.0\widgets\AceGUIContainer-TabGroup.lua:75
Hi, just one quick question. Is there a command to boardcast the records to normal chat channels or do we have to type it out ourselves?
@gspbeetle: There's currently no built-in output to chat, mostly because it would be a *lot* of text all getting dumped at once. It would be possible to add this as a new "generated text" tab with a special dump-to-a-chat-channel button (although the item links in the generated text would look freaky weird in their raw state). I'll give this some thought.
In the meantime, be aware that shift-clicking itemlinks in the first tab will paste them into chat just like a regular link.
Hi, i use for my guild a DKP point.
This addon function for copy information mldkp 1.1 and 1.5 or just 1.1 ?
It's possible to note a cost for loot when i give a loot in raid.
Exemple: i give A sword for 2 point dkp to Bob.
When i copy <raidinfo>...</>raidinfo> the information "instance dragon soul", "name player" "boss kill", "loot attrib with point" resort good ?
Sorry for my english i french.
And this addon for a futur translate in other language french for exemple :)
You can use the "edit note" entry from the dropdown menu, or double-click on a loot line, to type arbitrary notes. These notes are included in formatted text output. DKP and similar things can be put there; this is not a DKP addon and I have no plans to add specific functionality for it.
Will it still track attendance properly if I use DXE instead of DBM?
Currently DBM is the only supported boss mod. If others (DXE, BigWigs, etc) add event callback support then I can add them to the list.
The addon isnt Tracking any loot.
I was lootmaster, but it didnt recognize anything.
See here : http://www.imagebanana.com/view/es7xyin4/Unbenannt.png
If not, is it possible to add?
Thx alot :)
BBcode output can be several options, including numerical ID. In the "forum output" tab, there is a dropdown in the lower right which controls the exact output.
Hope it works already :)