Download
(18Kb)
Download
Updated: 02-23-08 03:49 PM
Pictures
File Info
Updated:02-23-08 03:49 PM
Created:unknown
Downloads:4,677
Favorites:30
MD5:

Alchemy Stats

Version: r577
by: Shadowed [More]

Meant as a simple way to track to track alchemy stats like how much of a specific potion you made, or what your total chance for different procs area, if you see the screenshot it's broken down into per potion and total overalls. Tracks data between all characters as well, will add an option to only show the currently logged in characters data soon.
Type /alchemy to pull up the stat window, no configuration as of yet (and probably won't have one).

Proc stats are only counted for items that you have the mastery for, meaning if you're an Elixir Master you won't have your total proc chance changed because you made Potions.

Procs are simply numMade - actualMade, if you make 3 Elixirs and you're supposed to make only 1, then it's two proc and so on.

Optional Files (0)


Post A Reply Comment Options
Unread 04-04-10, 11:26 AM  
Zidomo
A Cliff Giant
 
Zidomo's Avatar

Forum posts: 76
File comments: 1046
Uploads: 0
Well, started another character with alchemy and decided to dig into this again. As Alchemy Stats is the only (efficient) mod I know of that records stats like this besides the also abandoned FuBar_AlchemyFu.

A few code changes and (drum roll), no more errors turning it on, scrolling or at any other time. Scrolling works properly again and it functions as it used to pre-WoW 3.0.

As well, it has always properly recorded items made and procs, despite the WoW 3.x changes. However, it is not designed to record gem transmutes.

Do the following code edits to the alchemystats.lua file (from the r577 download here) to get it working properly again in WoW 3.3.3a:

--Line 300, change the existing:
Code:
header:SetTextFontObject(GameFontNormal)
to
Code:
header:SetNormalFontObject(GameFontNormal)
--Line 358, change the existing:
Code:
title:SetTextFontObject(GameFontNormal)
to
Code:
title:SetNormalFontObject(GameFontNormal)
--Line 397, change the existing:
Code:
item:SetTextFontObject(GameFontHighlightSmall)
to
Code:
item:SetNormalFontObject(GameFontHighlightSmall)
--Line 443, change the existing:
Code:
self.frame.scroll:SetScript("OnVerticalScroll", function() FauxScrollFrame_OnVerticalScroll(22, self.UpdateGUI) end)
to
Code:
self.frame.scroll:SetScript("OnVerticalScroll", function(self, value) FauxScrollFrame_OnVerticalScroll(self, value, 22, AlchemyStats.UpdateGUI) end)
Last edited by Zidomo : 04-25-10 at 03:39 AM.
Report comment to moderator  
Reply With Quote
Unread 10-31-08, 01:43 AM  
Zidomo
A Cliff Giant
 
Zidomo's Avatar

Forum posts: 76
File comments: 1046
Uploads: 0
Dead in WoW 3.0.x live (r577).

Try to open the window via /alchemystats (or the other registered slash commands: /alchemy & /alchemystat) and the following errors come up immediately:

AlchemyStats-$Revision: 322 $\\AlchemyStats.lua:358: attempt to call method 'SetTextFontObject' (a nil value)\nAlchemyStats-$Revision: 322 $\\AlchemyStats.lua:49: in function `value'\nInterface\\FrameXML\\ChatFrame.lua:3212: in function `ChatEdit_ParseText':\nInterface\\FrameXML\\ChatFrame.lua:2911: in function `ChatEdit_SendText':\nInterface\\FrameXML\\ChatFrame.lua:2932: in function `ChatEdit_OnEnterPressed':\n<string>:\"*:OnEnterPressed\":1: in function <[string \"*:OnEnterPressed\"]:1>

Interface\\FrameXML\\UIPanelTemplates.lua:163: attempt to index local 'frame' (a nil value):\nAlchemyStats-$Revision: 322 $\\AlchemyStats.lua:545: in function `UpdateGUI'\nAlchemyStats-$Revision: 322 $\\AlchemyStats.lua:51: in function `?'\nInterface\\FrameXML\\ChatFrame.lua:3191: in function `ChatEdit_ParseText':\nInterface\\FrameXML\\ChatFrame.lua:2911: in function `ChatEdit_SendText':\nInterface\\FrameXML\\ChatFrame.lua:2932: in function `ChatEdit_OnEnterPressed':\n<string>:\"*:OnEnterPressed\":1: in function <[string \"*:OnEnterPressed\"]:1>

The Alchemy Stats frame never opens.

Have data stored over several months in its saved variables. Be nice to see this updated .
Report comment to moderator  
Reply With Quote
Unread 05-01-08, 11:57 AM  
csharon1
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Not Opening

I also am typing /alchemy, and not opening the window. Does it not run with 2.4 patch??
Report comment to moderator  
Reply With Quote
Unread 03-30-08, 04:40 PM  
rouge776
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
help on install plz

ive downloaded alchemy stats and extraced to my interface folder, and made sure it was turned on in game but its not showing up after typing /alchemy.

i was looking through the alchemy stats folder and in the libs folder noticed ace2 and other mod folders , do i need to install these also to get this mod to work?

thanks in advance for any help on this issue
Report comment to moderator  
Reply With Quote
Unread 03-04-08, 06:11 PM  
Fin
An Aku'mai Servant
 
Fin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 74
Uploads: 3
Overall %age

Hello,

Thanks for writing this mod. One request: I'm quite surprised this isn't there already, but could you possibly add the overall proc rate as a percentage, please? Perhaps an overall overall percentage, and overall for the your particular mastery?

cheers,

- Fin
Report comment to moderator  
Reply With Quote
Unread 02-13-08, 06:03 AM  
Kalfo
A Defias Bandit

Forum posts: 2
File comments: 14
Uploads: 0
Originally posted by Shadowd
It tracks everything made through alchemy, but it only tracks proc stats for things you have the mastery for at the time you created the item.
After i made some pots and elixirs i saw it
Report comment to moderator  
Reply With Quote
Unread 02-06-08, 11:25 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Originally posted by Kalfo
Great addon you have made, perfectly for me!


Does it track only the mastery you have? or does it track other potions/elixirs/flasks/transmutes too?


Kalfo
It tracks everything made through alchemy, but it only tracks proc stats for things you have the mastery for at the time you created the item.
Report comment to moderator  
Reply With Quote
Unread 02-06-08, 09:29 AM  
Kalfo
A Defias Bandit

Forum posts: 2
File comments: 14
Uploads: 0
Great addon you have made, perfectly for me!


Does it track only the mastery you have? or does it track other potions/elixirs/flasks/transmutes too?


Kalfo
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.