• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Broker_InstanceInfo

 
Project Updated:
Files Updated: Wed, Dec 9 2009
Supports Game Version: 3.3.0
Category: Data Broker
Tags:

[Edit Tags]

Project Manager: Belazor
Additional Authors: No additional authors
Current Version: 1.1.2
License: Belazor's Licence
Development Site: WowAce.com
Avg Daily DL (last 30 days): 2
Downloads Total: 1,873
Favorites: 13
Comments: 3
  • About Broker_InstanceInfo
  •  

LibDataBroker version of FuBar_InstanceInfoFu.

Tracks your saved instances across all characters.

  • Downloads (4)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Broker_InstanceInfo 1.1.2 Release 3.3.0 425 12/9/2009
  Broker_InstanceInfo 1.1.1 Release 3.1.0 183 11/24/2009
  Broker_InstanceInfo 1.0.1 Release 3.1.0 1,151 6/6/2009
  Broker_InstanceInfo 1.0 Release 3.1.0 107 6/1/2009
  • 1 page(s)
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Excellent. I just switched from FuBar to LDB addons and was glad to see this one converted. Is it possible to get an official update with kliegs's fixes? After applying them the addon worked great.

    Reply Report Permalink
  • kliegs said

    Had some trouble with this (and FuBar_InstanceFu) since 3.3.

    Two problems:
    - Did not detect 10 or 25 man raids properly
    - Would delete raids by mistake sometimes

    To fix 10 vs 25:
    Line 71 (in ShowSavedInstanceInfo)
    Replaced:
    if instance.difficulty > 1 then
    name = instance.name.." (".._G["DUNGEON_DIFFICULTY2"]..")"

    With
    if (instance.isRaid) then
    name = instance.name.." (".._G["RAID_DIFFICULTY"..instance.difficulty]..")"
    else
    name = instance.name.." (".._G["DUNGEON_DIFFICULTY"..instance.difficulty]..")"


    Line 293 (in SaveInstanceInfo):
    Replaced
    instance.name, instance.ID, instance.remaining, instance.difficulty= GetSavedInstanceInfo(i);
    with
    instance.name, instance.ID, instance.remaining, instance.difficulty,_,_,_,instance.isRaid = GetSavedInstanceInfo(i);

    For disappearing instances:
    Line 64 (in ShowSavedInstanceInfo)
    Replaced:
    local nMax = #(info.instance);
    for i = 1, nMax do
    with:
    local indirect = {}
    for k,v in pairs(info.instances) do
    if (v) then table.insert(indirect,k); end
    end
    table.sort(indirect)
    local nMax = #(indirect);
    for j = 1, nMax do
    local i = indirect[j]

    Reply Report Permalink
  • laroawen said

    Thank you!

    Reply Report Permalink
  • 1 page(s)
  • Addon Packs Containing Broker_InstanceInfo

Most Downloads / Day

Broker_InstanceInfo has not been added to any Addon Packs yet.

  • Similar Addons
  •  

Average downloads per day

  1. 825 SilverDragon Map & Minimap, and Data Broker
  2. 197 Minimap Button Frame Map & Minimap, and Data Broker
  3. 196 Broker_Portals Mage, Data Broker, and Titan...
  4. 131 Critline Combat, and Data Broker
  5. 116 EpicMusicPlayer Audio & Video, and Data Broker