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

  • Your Rating

  • Share
  • Report Abuse

BonusScanner2.0

  Download the Curse Client

Project Updated:
Files Updated: 02-20-2007
Category: Libraries
Tags:

, and [Edit Tags]

Project Manager: jmlsteele
Current Version: 2.3
Downloads Today: 47
Downloads Total: 61,498
Favorites: 480
Comments: 59
  • About BonusScanner2.0
  •  

An updated version of BonusScanner, a utility addon that scans your equipment for various bonuses such as Attack Power.

This addon was originally written by Crowly.

From the original page:

Scans your equipment for cumulative bonuses like additional spell damage and sums them up.

Basic Usage: BonusScanner.active = 1, when BonusScanner is active BonusScanner.bonuses always contains a table of the bonuses of the current equipment. Example: BonusScanner.bonuses['HEAL'] contains the current healing bonus.

BonusScanner:GetBonus(bonus) - returns total of a certain bonus type or 0 if not that bonus type is not present. - example: BonusScanner:GetBonus('CRIT') returns crit chance bonus of your current equipment.

BonusScanner:GetSlotBonuses(slotname) - returns table of bonuses on a certain item slot or an empty table if nothing present. - example: BonusScanner:GetSlotBonuses('Trinket0') returns bonuses on your first trinket slot

BonusScanner:GetBonusDetails(bonus) - returns slot distribution of a certain bonus type


BonusScanner:GetSlotBonus(bonus, slotname) - returns the bonus amount of a certain bonus type on a certain item slot.. - example: BonusScanner:GetSlotBonus('DMG', 'Head') returns the spell damage bonus on your helmet.

BonusScanner_Update() - gets called, after bonuses get updated. Empty function to hook into.


BonusScanner also provides a slash command, mostly for debugging purposes. The Command is /bonusscanner or /bscan. The options are: - /bscan show - shows all bonuses of your current equipment - /bscan details - shows bonuses with slot distribution - /bscan <itemlink> - shows bonuses of linked item (insert link with Shift-Click) - /bscan <slotname> - shows bonuses of given equipment slot - /bscan target - shows bonuses for your target's equipped gear (must be in inspect range)

  • 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  
  BonusScanner2.0 2.3 Release 2.0.6 2,422 2/20/2007
  BonusScanner2.0 2.2 Release 2.0.3 6 1/12/2007
  BonusScanner2.0 Bonus Scanner 2.1 Release 2.0.0 6 12/21/2006
  BonusScanner2.0 Bonus Scanner 2.0 Release 2.0.0 7 12/17/2006
  • 1 page(s)
Advertisement
  • Comments

Add Comment

Add

You need to 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.
  • you're thinking of BOTTOMscanner, not BONUSscanner

  • ryoohki said 

    The latest version is available in the auctioneer pack download. It's included in the zip.

  • Gronyon said 

    arf, and the files are no longer on your website.

    Anyone knows an addon up to date, with if possible french translation, that do the same, or best that work like SuperInspect ^^

    My goal is to be able to quickly analyse a raidmate equipment.

  • Gronyon said 

    Hi.

    What should be done to help you localize in French ?

  • Updated this again, the bugfixes suggested by Denival are valid and have been ofc implemented in my version long ago. Embedded text color coded items were a pain to debug, simply reinstating the old enchantment fix made the trick. In addition I fixed a few more issues :

    - Added missing shield block rating pattern, values are added to regular block rating

    - Added "Minor Speed increase and +9 Stamina" pattern, correcting overall stamina values

    - Added pattern for Vitality on boots

    - Refined the generic parser to support metagems with the "&" separator

    - Added a couple of haste rating patterns to support Black Temple item equip bonuses (possibly more out there)

    Link is : http://www.lamerclub.com/bandit/BonusScanner/BonusScanner2.5.rar http://www.lamerclub.com/bandit/BonusScanner/Preferences.rar

    The preferences.lua file is required to be unzipped to the ..\Interface\AddOns\Titan\TitanItemBonuses folder (overwriting the old one) so that TitanItemBonuses can properly display the values scanned by BonusScanner.

    • Only English clients are supported on this version.

    Still hoping that jmsteele comes back so he can do a proper update.

    Edit : Will be supporting the mod, separately here : http://wowui.incgamers.com/ui.php?id=4613