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

  • Your Rating

  • Share

FuBar - WindFuryFu

  Download the Curse Client

Last Update:
Category: Unit Frames, and Shaman
Tags:
Project Manager: parkerjustin289
Current Version: WindFuryFu
Downloads Today: 42
Downloads Total: 30,360
Favorites: 80
Comments: 109
  • About FuBar - WindFuryFu
  •  

This addon is also available through WoWAce SVN repository (which means you can update through WinAceUpdater http://www.wowace.com/wiki/WinAceUpdater).

Read this before installing the latest version (r27554 and later)

Since the last version I've made some radical changes in the code which isn't backwards-compatible. This means that you need to delete the old version and it's SavedVariables (stored in your WTF-folder) before installing the latest version.


How is theoretical DPS calculated?

First of all we need to get the average damage your weapon will do in one windfury attack. To do this we calculate the average damage your weapon does, and then add all the bonuses to attack power that you gain from the Windfury Weapon (if you got any talent points in Elemental Weapons, it will add the percentage bonus as well) that is currently imbued on it.

After that is done we get the average damage of a critical hit, and also get the chance to get a critical hit. This is then added on top of the average damage. Now we need to calculate how much DPS one attack is doing by taking the average damage and split it with the weapons attack speed. When we got that we simply add two attacks together (to simulate one successful Windfury proc) and multiply with 0.2 (which represents the 20% chance to get the proc to trigger). It's pure magic!

Formula: ((((minDmg+maxDmg)/2)+(wfAP+ewAP/14)+(avgCritDmg*(critChance/100))/attackSpeed)*2)*0.20


Credits go out to Arshes of Stormrage for creating the original (http://www.wowinterface.com/downloads/info4873-FuBar-WindFuryFu.html...). I decided to bring it back to life. So here it is, with new features and SCT/MikSBT support. Enjoy!


Current features:

  • Theoretical and actual DPS calculation (should be working now!)
  • Partial dual-wield support (buggy, stats is only gathered from main-hand)
  • Display total windfury damage notification in SCT or MikSBT
  • Brag about your best single or total windfury attack
  • Keep track of the five latest windfury attacks
  • Keep track of victims that was hit by your windfury attacks
  • Individual statistics for each weapon during session and lifetime

Known bugs/issues:

  • Dual-wield: Partial support. Off-hand weapon will be recognized but no stats is gathered for that weapon.
  • Font face can't be changed for SCT as of yet, will try to implement if SCT supports it.

Planned features:

  • Full dual-wield support, with separate weapon statistics
  • Click-able tooltip (much like TopScoreFu)
  • Localization for more languages (spanish and chinese translators wanted!)

Localized in the following languages:

  • English
  • German (thanks to Ghoschdi)
  • French (thanks to az0te)
  • Korean (thanks to Sayclub)
  • Downloads (8)
  •  
  File Name Release Type Game Version Downloads Date  
  FuBar - WindFuryFu WindFuryFu Release 2.4.3 297 10/5/2008
  FuBar - WindFuryFu R30589 Beta 2.0.0 173 3/20/2007
  FuBar - WindFuryFu r28916 Beta 2.0.0 1 2/24/2007
  FuBar - WindFuryFu r28643 Beta 2.0.0 1 2/21/2007
  FuBar - WindFuryFu r27748 Beta 2.0.0 1 2/10/2007
Advertisement
  • 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.
  • Teshnor said 

    I've thought about that and will probably do so when I feel it's stable enough! :)

    Update: I've contacted the WoWAce admins and requested an account for the SVN repository. Hopefully they will grant my request so I can add it to SVN soon.

  • Mind adding it to wowace.com SVN ? So the users can always get the last mod version using the WoWAceUpdater =]

  • Teshnor said 

    No other clients then the english one is supported at the moment. It's because the localization files is only partial for the german client.

  • Teshnor said 

    Alright, that was totally my bad. I've updated the zip with the one from the SVN repo. Everything should be fine now :)

  • Watch the file structure in this zip. You have to create the FuBar_Windfury folder first, then extract the zip file contents into that folder.

  • Teshnor said 

    I'll see what I can do about it... The problem is that the API doesn't mention what weapon that triggered the proc. So it's impossible to tell what attack before that should be added to the windfury total. This is what mess up dual-weilding for example. I am working on a solution to this ;)

  • Moavalon said 

    ive tested it with my english client. works great. but it only counts the two extra hits, not the normal hit which triggers the windfury (like windfury tally). can you make an option for that?