Download
(15Kb)
Download
Updated: 12-29-11 10:37 PM
Pictures
File Info
Updated:12-29-11 10:37 PM
Created:12-27-11 10:35 PM
Downloads:2,206
Favorites:8
MD5:

WhatGives

Version: 1.1
by: FitzCC [More]

If you've ever spent time poring over tooltips in your character screen trying to find how in the world you have X% of some stat, this is the mod for you.

Using WhatGives
This addon is very simple. Open your character screen with the mod enabled. You will see a new dropdown at the botton of the screen. The dropdown contains all the statistics and slot types awarded by your gear. If you want to see which of your gear has Hit, for example, select "Hit Rating" from the dropdown menu. All your gear that awards Hit Rating will now be highlighted.

There are a few slash commands available. To hide WhatGives in the character window, use /wg hide. Likewise, to show it: /wg show. For a list of all commands, type /wg or /wg help.

Does WhatGives Handle Reforging/Gemming/Enchanting/Set Bonuses/Etc?
Yes. The addon works by scanning your equipment every time you open your character screen. It captures all stats awarded by gear, including set bonuses and reforging.

Is WhatGives Available in My Language?
Yes and no. The stats use Blizzard's localization, and should display/parse correctly in any language (caveat: not tested). However, the few addon-specific strings are only in English at the moment. Hit me up if you're interested in translating!

Cool! But I Want WhatGives to ALSO do X/Y/Z....
I'm happy to add features if you have ideas for expansion, and have a few ideas myself if the addon takes off. Reply in the comments or open a ticket. Also, feel free to hack it yourself.

Optional Files (0)


Post A Reply Comment Options
Unread 01-25-12, 12:46 AM  
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2364
File comments: 116
Uploads: 11
Having a problem, and I don't know why:
Code:
BugGrabberDB = {
	["lastSanitation"] = 3,
	["session"] = 1,
	["errors"] = {
		{
			["message"] = "whatgives-r3\\WhatGives-r3.lua:222: bad argument #1 to \"pairs\" (table expected, got no value)",
			["time"] = "2012/01/25 01:32:00",
			["locals"] = "button = CharacterHeadSlot {\n 0 = <userdata>\n UpdateTooltip = <func> @FrameXML\\PaperDollFrame.lua:2435\n popoutButton = CharacterHeadSlotPopoutButton {}\n backgroundTextureName = \"interface\\paperdoll\\UI-PaperDoll-Slot-Head.blp\"\n border = <unnamed> {}\n count = 1\n hasItem = 1\n searchOverlay = CharacterHeadSlotSearchOverlay {}\n icon = CharacterHeadSlotIconTexture {}\n ignoreTexture = <unnamed> {}\n}\nunit = \"player\"\nslotId = 1\nstats = <table> {}\nitemLink = \"|cffffffff|Hitem:61522:0:0:0:0:0:0:1911558272:36:0|h[]|h|r\"\n_BUTTONS = <table> {\n (null) = 1\n}\nGetStatsFromTooltip = <func> @whatgives\\WhatGives.lua:173\n_ITEMS = <table> {}\n_FUNC_INSERT = <func> =[C]:-1\n",
			["stack"] = "<in C code>\nwhatgives-r3\\WhatGives-r3.lua:222: in function <whatgives\\WhatGives.lua:212>\nwhatgives-r3\\WhatGives-r3.lua:250: in function <whatgives\\WhatGives.lua:243>\nwhatgives-r3\\WhatGives-r3.lua:380: in function <whatgives\\WhatGives.lua:379>\n<in C code>\nFrameXML\\PaperDollFrame.lua:2293: in function \"PaperDollItemSlotButton_OnShow\"\n<string>:\"*:OnShow\":1: in function <string>:\"*:OnShow\":1\n<in C code>\nFrameXML\\UIParent.lua:1607: in function \"SetUIPanel\"\nFrameXML\\UIParent.lua:1451: in function \"ShowUIPanel\"\nFrameXML\\UIParent.lua:1338: in function <FrameXML\\UIParent.lua:1334>\n<in C code>\nFrameXML\\UIParent.lua:2044: in function <FrameXML\\UIParent.lua:2032>\n<in C code>\nFloatingFrames\\FloatingFrames-2.5.lua:320: in function \"ff_DragBar_MakeBar\"\nFloatingFrames\\FloatingFrames-2.5.lua:554: in function \"ff_OnEvent\"\n<string>:\"*:OnEvent\":1: in function <string>:\"*:OnEvent\":1",
			["session"] = 1,
			["counter"] = 14,
		}, -- [1]
	},
}
Sorry, just a "copy-n-paste" directly from "BugGrabber.lua" file in the WTF SavedVariables folder. I hope it makes sense to you. It still works, it just throws this error.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?

[SIGPIC][/SIGPIC]
Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
Report comment to moderator  
Reply With Quote
Unread 12-30-11, 12:08 AM  
Worcester
A Deviate Faerie Dragon
 
Worcester's Avatar

Forum posts: 13
File comments: 91
Uploads: 0
Re: Re: Another thought...

Originally Posted by FitzCC
Originally Posted by Worcester
I'm having trouble seeing what things I've reforged with each particular stat. Might be nice if I could filter items where I've added Expertise, for example. Just a thought.
Can you be more specific? Are you reporting a bug where your reforged items aren't showing up highlighted correctly, or asking for a feature?

One idea (which I think is what you're asking for) is to highlight things differently for the source of the stat--i.e. red for base, blue for enchant, etc etc. That'd be fairly trivial to add, and could be really useful.

Thanks for the comment!
Not a bug, I was just thinking it would be nice to see what items have been reforged and with what stat changes. Turns out there are other addons that take care of this, however. Thanks!
__________________
I prefer rogues to imbeciles, because they sometimes take a rest.
--Alexandre Dumas
Report comment to moderator  
Reply With Quote
Unread 12-29-11, 10:38 PM  
FitzCC
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 3
Originally Posted by FitzCC
Originally Posted by Kithalaul
I like the idea of this add-on but the only thing i don't like is how it shows it self on the reputation pane and currency pane. it would be great if it restricted itself to just the character gear pane. otherwise great add-on.
Gotcha, good call. Going to push an update tonight, seems like a good fix to roll in.

Thanks for the comment!
Update 1.1 submitted. Fixed bugs. Major bugfixes of note:

- Added missing event handling that was causing WG to not get updated when swapping equipment, gems, enchants, etc.

- WG no longer appears on screens other than the character screen.

I'll see if I can't add some of the features requested in this thread this weekend. Thanks for the comments!
Report comment to moderator  
Reply With Quote
Unread 12-29-11, 11:46 AM  
FitzCC
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 3
Originally Posted by Kithalaul
I like the idea of this add-on but the only thing i don't like is how it shows it self on the reputation pane and currency pane. it would be great if it restricted itself to just the character gear pane. otherwise great add-on.
Gotcha, good call. Going to push an update tonight, seems like a good fix to roll in.

Thanks for the comment!
Report comment to moderator  
Reply With Quote
Unread 12-28-11, 11:00 PM  
Kithalaul
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
I like the idea of this add-on but the only thing i don't like is how it shows it self on the reputation pane and currency pane. it would be great if it restricted itself to just the character gear pane. otherwise great add-on.
Report comment to moderator  
Reply With Quote
Unread 12-28-11, 12:57 PM  
Aanson
A Flamescale Wyrmkin

Forum posts: 124
File comments: 13
Uploads: 0
Great!

This is an amazing idea mate! The simple ones can often be the best.

Just posting here because I second the idea about specific border colours depending on where the stat comes from (Gem, Enchant, enhancement, Reforge etc).

Please try to steer clear of stat quality colours though. Easily confused, me!
__________________
__________________
Last edited by Aanson : 12-28-11 at 12:57 PM.
Report comment to moderator  
Reply With Quote
Unread 12-28-11, 11:19 AM  
FitzCC
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 3
Re: Another thought...

Originally Posted by Worcester
I'm having trouble seeing what things I've reforged with each particular stat. Might be nice if I could filter items where I've added Expertise, for example. Just a thought.
Can you be more specific? Are you reporting a bug where your reforged items aren't showing up highlighted correctly, or asking for a feature?

One idea (which I think is what you're asking for) is to highlight things differently for the source of the stat--i.e. red for base, blue for enchant, etc etc. That'd be fairly trivial to add, and could be really useful.

Thanks for the comment!
Report comment to moderator  
Reply With Quote
Unread 12-28-11, 02:00 AM  
Worcester
A Deviate Faerie Dragon
 
Worcester's Avatar

Forum posts: 13
File comments: 91
Uploads: 0
Another thought...

I'm having trouble seeing what things I've reforged with each particular stat. Might be nice if I could filter items where I've added Expertise, for example. Just a thought.
__________________
I prefer rogues to imbeciles, because they sometimes take a rest.
--Alexandre Dumas
Report comment to moderator  
Reply With Quote
Unread 12-28-11, 12:35 AM  
FitzCC
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 3
Originally Posted by Zanaken
Nice concept. I like addons like this, if I can recommend a feature to add; instead of a drop down menu, have the red border appear when mousing over the stats themselves (on the menu on the right)
Hey cool idea, could definitely add that. Thanks!
Report comment to moderator  
Reply With Quote
Unread 12-27-11, 11:09 PM  
Zanaken
A Deviate Faerie Dragon

Forum posts: 12
File comments: 17
Uploads: 0
Nice concept. I like addons like this, if I can recommend a feature to add; instead of a drop down menu, have the red border appear when mousing over the stats themselves (on the menu on the right)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: