Download
(49Kb)
Download
Updated: 03-26-22 10:13 AM
Pictures
File Info
Compatibility:
TBC Patch (2.5.4)
TBC Patch (2.5.3)
TBC Patch (2.5.2)
The Burning Crusade Classic (2.5.1)
Updated:03-26-22 10:13 AM
Created:05-30-21 10:36 AM
Downloads:5,759
Favorites:9
MD5:
Categories:The Burning Crusade Classic, Data Mods, ToolTip

Little Buster  Popular! (More than 5000 hits)

Version: 1.14.0
by: PingZing [More]

Little Buster is an addon that will convert ratings and attributes in tooltips to the actual value of stat that your character will receive.

Inspired by the original RatingBuster.

The source code for this addon can be found on GitHub at https://github.com/pingzing/LittleBuster and is GPLv3 licensed.

Known issues:
- Does not convert resillience to crit/damage reduction.
- Currently does not support krKR (Korean) locale.
- Currently does not convert stats in profession recipe links.

Changelog:

1.14.0
+ TOC version bump. Patch 2.5.4 is now supported.
+ AP should no longer be incorrectly detected as Str in Russian (ruRU) locales.
+ Spell Crit should no longer be incorrectly detected as Spell Hit in German (deDE) locales.
+ Talents that increase AP by percentage values should now be properly factored in when calculating AP and RAP bonuses from Agility.
+ Fix possible crash when viewing tooltips when playing as a Warrior.

1.13.1
TOC version bump for 2.5.3.

1.13.0
Huzzah! With this release, Little Buster now supports all major attributes, and all ratings except for Resillience.

+ Add support for Strength. Strength is broken down into:
- Attack Power
- Block Value
Each of these can be individually toggled from the options menu under Settings -> Interface -> Addons -> Little Buster.
+ Fix Shield Block Value being displayed as Shield Block Rating in zhCN (Simplied Chinese) locales.
+ Fix issue with disabled stats still being displayed in tooltips if they were similar to other, enabled stats.

1.12.1
+ Remove stray debug print to chat log

1.12.0
+ Add support for Stamina. Stamina is broken down into:
- Health
- Spell Damage (only for Warlocks with the Demonic Knowledge talent, and an active pet)
Each of these can be individually toggled from the options menu under Settings -> Interface -> Addons -> Little Buster.
+ Items with the same item ID but different random suffixes will no longer be mistakenly detected as the same item.
+ Updates to the zhTW translations (courtesy of acelan. Thanks!)
+ Updates to the zhCN translation (courtesy of extrame911 and MadLeon119. Thanks!)

1.11.1
+ Fixed crash when Priests would view an item with Spirit

Optional Files (0)


Archived Files (20)
File Name
Version
Size
Author
Date
1.13.1
49kB
PingZing
02-07-22 01:25 PM
1.13.0
49kB
PingZing
11-20-21 10:35 AM
1.12.1
47kB
PingZing
08-08-21 12:37 PM
1.12.0
47kB
PingZing
08-08-21 09:26 AM
1.11.1
46kB
PingZing
07-05-21 12:30 AM
1.11.0
46kB
PingZing
07-03-21 12:06 PM
1.10.1
42kB
PingZing
06-27-21 12:35 PM
1.10.0
42kB
PingZing
06-25-21 12:27 PM
1.9.1
36kB
PingZing
06-21-21 05:03 PM
1.9.0
36kB
PingZing
06-20-21 06:14 AM
1.8.0
26kB
PingZing
06-09-21 02:26 AM
1.7.1
24kB
PingZing
06-08-21 04:52 PM
1.6.0
22kB
PingZing
06-07-21 01:20 PM
1.5.0
23kB
PingZing
06-06-21 06:10 AM
1.4.0
22kB
PingZing
06-05-21 06:44 PM
1.3.0
19kB
PingZing
06-04-21 06:25 AM
1.1.1
19kB
PingZing
06-03-21 11:58 AM
1.1.0
19kB
PingZing
06-01-21 01:28 PM
1.0.1
17kB
PingZing
05-31-21 12:13 AM
1.0.0
17kB
PingZing
05-30-21 10:36 AM


Post A Reply Comment Options
Unread 05-30-21, 11:40 PM  
oh_noes
A Kobold Labourer

Forum posts: 0
File comments: 16
Uploads: 0
Folder missing

Hi, just tried to take a look at your addon. Something's wrong with the packaging. There's no folder in the zip, just loose files. This won't work.
Report comment to moderator  
Reply With Quote
Unread 05-31-21, 12:14 AM  
PingZing
A Kobold Labourer
 
PingZing's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 2
Re: Folder missing

Originally Posted by oh_noes
Hi, just tried to take a look at your addon. Something's wrong with the packaging. There's no folder in the zip, just loose files. This won't work.
Oop, good catch. Uploaded 1.0.1, which is now correctly wrapped in a folder.
Last edited by PingZing : 05-31-21 at 12:15 AM.
Report comment to moderator  
Reply With Quote
Unread 05-31-21, 07:47 AM  
RENgOLD
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Only enGB locale? Shows nothing on RU:
Report comment to moderator  
Reply With Quote
Unread 05-31-21, 08:00 AM  
PingZing
A Kobold Labourer
 
PingZing's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 2
Originally Posted by RENgOLD
Only enGB locale? Shows nothing on RU:
Hm, it should at least sort of work, unless Blizzard's variables aren't localized. I only use string parsing for items that don't follow standard conventions, and "weird" phrasings like in trinket descriptions.

Unfortunately, I don't really have the time to investigate issues with clients in other languages, but I'd very happy to accept a PR! https://github.com/pingzing/LittleBuster
Report comment to moderator  
Reply With Quote
Unread 05-31-21, 01:31 PM  
PingZing
A Kobold Labourer
 
PingZing's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 2
...so I couldn't resist, and did a little further digging.

I leanred that a handful of my fallback techniques made a few assumptions about the way things were worded that didn't apply to other languages. In addition, item tooltips from before TBC are horribly inconsistent, and it's even worse in other languages.

You MIGHT see better results on TBC-era items, but it's hard to be sure.

I've updated the code to better support localization, but without a native speaker and a good chunk of effort, support for each language isn't something I can do alone. Each will probably going to require the assistance of someone who actually speaks that language.
Last edited by PingZing : 05-31-21 at 04:50 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: