view .pkgmeta @ 151:42dd3076baaf

Initial attempt at tracking bonus rolls and non-loot items. Add more loot-catching patterns, and generalize them a little more. Bonus rolls are tracked by default, non-loot stuff is not. Bonus rolls don't seem to be working, but non-loot definitely is. (It may be that the patterns for bonus rolls are not actually used by the game client, or rather, that the game client does not issue those events for bonus rolls which are not your own. I have yet to win a bonus roll since implementing the code, but one person in LFR claimed to win a bonus item which simply wasn't visible to me at all. More data needed.)
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Fri, 09 Jan 2015 19:14:56 -0500
parents ba5ff82dcf19
children
line wrap: on
line source
package-as: Ouro_Loot

externals:
  libs/LibStub:
    url: svn://svn.wowace.com/wow/libstub/mainline/trunk
    tag: latest
  libs/CallbackHandler-1.0:
    url: svn://svn.wowace.com/wow/callbackhandler/mainline/trunk/CallbackHandler-1.0
    tag: latest
  # for Ace3 stuff, it's usually better to grab the alphas (they get tested)
  # than waiting for bugfixes to get tagged
  libs/AceAddon-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceAddon-3.0
  libs/AceConfig-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceConfig-3.0
  libs/AceDBOptions-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceDBOptions-3.0
  libs/AceDB-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceDB-3.0
  libs/AceConsole-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceConsole-3.0
  libs/AceEvent-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceEvent-3.0
  libs/AceTimer-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceTimer-3.0
  libs/AceLocale-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceLocale-3.0
  libs/AceGUI-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceGUI-3.0
  libs/AceComm-3.0:
    url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceComm-3.0
  libs/lib-st:
    url: svn://svn.wowace.com/wow/lib-st/mainline/trunk
    tag: latest

# vim: et