Help

Ouro Loot

Guild Login to Add Favorites
  • 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
or

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).
------------------------------------------------------------------------

Comments

First Previous Page 1 of 4 Next Last
  • #45

    Quote from Dohkoken
    This addon function for copy information mldkp 1.1 and 1.5 or just 1.1 ?

    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.

  • #46

    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

  • #43

    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

  • #42

    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?

  • #44

    @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.

  • #41

    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 :)

  • #47

    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.

  • #39
    Hello, I have a question. I noticed an option pertaining to DBM in Ouroloot, and it says you must have an updated DBM for the boss kills/ wipes to register.

    Will it still track attendance properly if I use DXE instead of DBM?
  • #40
    No, it still requires a boss mod to tell it "boss is dead" in order to trigger taking attendance. You could use the Take Attendance button (lower right of the attendance panel) to get the same listing manually.

    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.
  • #38
    Now it works with german client. Thx alot!
  • #33
    Hi there.
    The addon isnt Tracking any loot.
    I was lootmaster, but it didnt recognize anything.
    See here : http://www.imagebanana.com/view/es7xyin4/Unbenannt.png
  • #34
    It's probably completely blind to loot events on current non-English clients. Should be fixed soon.
  • #35
    Ah cool. I had no chance to try it, but our BB forum supports itemlinks via [item]ID[/item], is this supported by your output?

    If not, is it possible to add?
    Thx alot :)
  • #36
    Please try v2r15p7-beta and see if it is correctly detecting loot for your client. I have no way of testing it for non-US locales, so this may take a couple of tries. :-)

    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.
  • #37
    Okay, thx. I can try it this evening.
    Hope it works already :)
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!