Help

Broker_StatsNow

Data Broker Login to Add Favorites
  • 0 Likes
  • World of Warcraft
  • 5,761 Downloads
  • Supports: 4.1
  • 2 Average Daily Downloads
  • Comments
  • Created 10/28/2009 5:29:43 PM
  • Updated 4/27/2011 2:44:32 PM
  • 26 Favorites
  • Project Site
  • License: GNU General Public License version 3 (GPLv3)
  • Release Type: Release
  • Newest File: Broker_StatsNow.20110427
or
Support development! **
Donate

About Broker_StatsNow

A small plug-in for LDB display addons that shows the stats you want live on your screen. Each stat module can be moved, linked and disabled through your LDB display addon.

Addon comes in five folders now: one for melee, range, defense, spells, and PvP stats. You can disable each individual folder in your addon listing depending on what and how many stats you want to see for your character. Each addon will display the stats from the tabs in your character sheet respectively.

2011.04.27

  • TOC Updates

2011.02.22

  • Added Vengeance tracking to "Defense"

2010.10.12C

  • Fixed "Range Mastery"

2010.10.12B

  • Removed "Defense"

2010.10.12

  • Bumped TOC
  • Updated libs
  • Shortened labels on many blocks. ie, "Melee Haste" -> "Haste"
  • Removed individual spell schools (Fire, Frost, Shadow, etc) and condensed them into one "Spell Power" block
  • New icons for "Spell Power" and "Spell Crit"
  • Added "Mastery" to "Melee, Defense, Spell, Ranged" folders. They all pull the same getmastery() API.
  • Removed "Crit Reduction" from "PvP" Folder

2010.07.22B

  • Updated PvP module to split Crit and Damage Reduction stats to their own blocks

2010.07.22

  • Updated libs
  • Fixed PvP module not loading
  • Updated many of the icons for each stat

2010.03.02C

  • Fixed type in "Ranged Speed"... again.
  • "Melee Speed" is only showing MH speed at the moment.

2010.03.02B

  • Fixed type in "Ranged Speed"

2010.03.02

  • Added new "PvP" folder for PvP stats.
  • Moved "Resilience" from "Defense" to "PvP".
  • Added "Total Resilience" to "PvP" which displays your amount of resilience in number form.
  • Added "Weapon Speed" in "Melee".
  • Added "Ranged Speed" in "Range" (Hunters shouldn't care about MH/OH speed amirite?).

2009.12.09

  • Updated TOC and libs.

2009.11.10

  • Split the addon again into four folders: "Melee", "Ranged", "Spells", and "Defense". The new setup mimics the tabs in the character profile sheet to allow even easier access to disable stats that you don't want to show up when you load.
  • Updated the modules: you can now disable the label of the module to just display the stat value.
  • Split "Haste" and "Hit" into the new melee/range/spells system.
  • Split "Armor Penetration" into the new melee/range system.
  • Added "MP5" while not casting to "Spells".
  • Fixed "Shadow Dmg" not displaying.
  • Removed "Resilience" from "Spells". You can now find it in "Defense".
  • Removed "changelog.txt" from the addon folders.

2009.11.02B

  • Fixed error with "Spell Haste". One too many underscores equals WoW spazout.

2009.11.02

  • Split the addon into two folders of "Melee" and "Spells". This is done for users who want to disable melee stats or spell stats all at once without hiding each frame manually in their display addon.
  • Added "Armor" frame to "Melee".
  • Split "Haste" and "Resilience" into the new melee/spell system so each stat is shown for each addon folder.

2009.10.30

  • Fixed Stoneskin Gargoyle calculation for "Defense". Booyah. :)

2009.10.29B

  • Removed some redundant time update code.

2009.10.29

  • Added "changelog.txt" to directory.
  • Added "Healing" frame.
  • Fixed values for "Melee AP" and "Range AP" to display total current attack power instead of only base attack power.

2009.10.28C

  • Fixed "Defense" calculation math. Still kinda off for DKs who have Stoneskin Gargoyle.
  • Updated stat refresh from "1 second" to "0.5 second".

2009.10.28B

  • Added "Spell Hit" separate from "Hit"
  • Added "Defense"

2009.10.28

  • Initial release.

Comments

  • #13
    Really nice. I just tried for the first time.
    I tried Chocolate bar, and didn't like it.
    Then I got Fortress working with it pretty well, but what's the second screen shot from?
    Also, I found 2 bugs;
    1) Resilience doesn't work at all. I have over 3k and it shows 400
    2) Spell Penetration doesn't wok at all. It just shows zero.
    Is there anything I can do to fix this in the LUA file, or is it being worked on?
    Thanks
  • #9
    Hello guys !

    Could you add a function to this part :

    Melee_Haste:SetScript("OnUpdate", function(self, elap)
    local Total_Melee_Haste = GetCombatRatingBonus("18")
    Melee_Haste_Frame.text = string.format("%.2f%%", Total_Melee_Haste)
    end)

    To reflect effectively the haste rating taking care of the Talents that could improve this rate like "Lightning Reflex" for instance.

    I just added a trick for myself :

    Melee_Haste_Frame.text = string.format("%.2f%%", Total_Melee_Haste + 6)

    as 6% haste is added due to my combat rogue ligning reflex ability.

    Sorry i don't know how to find out how to make a routine to find this kind of bonus for every classes.

    And sorry for my english too ^^
    Thanks
  • #12
    Is a similar "fix" working for spell too?
  • #10
    Sorry for the maths mistake

    Melee_Haste_Frame.text = string.format("%.2f%%", Total_Melee_Haste * 1.06 + 6) is the correct formula ^^
  • #8
    This is not reflecting the number of haste in the charscreen since 4.0.6. I tested with my warlock and dark intend. Charscreen showed 19,27% haste and the bazooka number was still at 15.80%
  • #11
    The addon only shows haste from gear + active buffs like trinkets or hurrican enchant. Haste from moonkin/shadow aura, eradication of affliction warlocks and dark intend is not being considered.
  • #6
    Where do i find the meta Lib data broker addon needed for this?
  • #7
    I use Fortress, but ChocolateBar, NinjaPanel or Bazooka can work too :)
  • #5
    Hehe I should check Curse comments more often XD The Range Mastery stat is fixed in 2010.10.12C :)
  • #4
    Hi there,

    i really love your set of brokers. I am getting the following error message (on my hunter):

    "Broker_StatsNow_Range-2010.10.12\Broker_StatsNow_Range.lua:55: attempt to index global 'Range_Mastery' (a nil value)"

    Can you please take a look at this?
    Regards
    X-buZZ
  • #3
    Nice add on. I notice that my healing/spell damage updates in real time, but spell haste does not; it's static. It also only shows haste from gear, it doesn't take talents into account. Is there any way to get a real time haste rating? Thanks!
  • #2
    What panel should I turn on in my broker viewer to get the view you show in your screen shot? When I look at the panels available, they seem to be the list of each individual value. I can't find a panel that would be all the stats combined.
  • #1
    There's the block chances but not the amount, the block value / the block rating, don't you see ?
  • 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!