Whitetooth

Filters

NameUpdatedCategoryAuthorStage
NameUpdatedCategoryAuthorStage
Stat Breakdown

RatingBuster

07 Nov 2009 Whitetooth Release
Rating Buster - A tool for item comparison If you can help on localization updates, feel free to send me the files and I'll include them in the release About RatingBuster RatingBuster started out as an addon that converts combat ratings in your tooltips into percentages, so that you have more meaningful information when comparing different items. The design aim of RatingBuster is to provide detailed, meaningful and customizable information about items so you can easily decide for yourself...

LibStatLogic-1.1

07 Nov 2009 Whitetooth Release
StatLogic 1.1 now uses LibStub instead of AceLibrary API Documentation :BuildGemmedTooltip(item , red , yellow , blue , meta) Arguments item number or string or table - tooltip or itemId or "itemString" or "itemName" or "itemLink" red number or string - gemID to replace a red socket yellow number or string - gemID to replace a yellow socket blue number or string - gemID to replace a blue socket meta number or string - gemID to replace a meta socket Notes Returns a modified link with all empty...

TankPoints

25 Sep 2009 Whitetooth Release
TankPoints 2.0 - A benchmark for survivalbility gear About TankPoints TankPoints was created to help myself compare different pieces of tanking gear, because it was difficult to decided at a glance like whether 12 defense is better then 1 dodge. TankPoints can be seen as how much damage you can take before damage reduction, it considers your max health, armor, defense, dodge, parry, block, block value, resilience, crushing blow chance, miss, crit reduction, talants, buffs, stance/forms, and...
Fix this spam in battlegounds

YouArentInAPartyFix

06 Sep 2009 Whitetooth Release
Temporary fix for the "You aren't in a party." spam in battlegrounds, caused by old addons calling SendAddonMessage to "RAID" when in battlegrounds or arenas. This is a bug on Blizzard's part introduced in 3.2.0. Type /yaiap and it will print out debug text every time an addon triggers the "You aren't in a party." message, best used before joining a battleground. Sample code for fixing this problem:function SendAddonMessageToRaid(pre, msg) if GetRealNumRaidMembers() == 0 or...

LibTipHooker-1.1

31 Aug 2009 Whitetooth Release
TipHooker 1.1 now uses LibStub instead of AceLibrary Maintains support for most tooltip mods Also hooks dynamically created tooltips Why not use the OnTooltipSetItem script hook? OnTooltipSetItem is bugged that it's called twice on proffesion patterns, once for the pattern and once for the item it makes. This is what happens if you use OnTooltipSetItem:

UnicodeFont

15 Aug 2009 Whitetooth Release
Enables you to see Chinese, Japanese and other languages in game. Also adds "UnicodeFont" to LibSharedMedia-3.0, so you can select to use the font in addons which support LibSharedMedia-3.0. Chatter Users: You will need to setup Chatter to use UnicodeFont, type /chatter, in "Chat Font" and "Edit Box Polish" set the Font to UnicodeFont. The font included is GPL v2 licensed The WenQuanYi Zen Hei is a Hei-Ti style (sans-serif type) Chinese outline font. It was designed for general purpose text...

LibSimpleTimer-1.0

06 Mar 2009 Whitetooth Release
A Simple Timer
GridCooldownText

GridCooldownText

19 Oct 2008 Whitetooth Release
Displays the remaining time on grid icon's cooldown animation.

StatFrameLib

14 Oct 2008 Whitetooth Beta
A library to add and manage stat frames in the character panel