Download
(9 Kb)
Download
Updated: 11/23/20 01:32 PM
Pictures
File Info
Compatibility:
Markarth (6.2.5)
Updated:11/23/20 01:32 PM
Created:09/03/18 07:18 PM
Monthly downloads:48
Total downloads:6,236
Favorites:18
MD5:
Refinement Tracker  Popular! (More than 5000 hits)
Version: 0.9.6
by: Kyzeragon [More]
Refinement Tracker is a simple addon that displays how many raw materials you have refined and the boosters (tannins, tempers, resins, plating dust) obtained from them.

The result window can be opened by typing the command /refined or by setting a keybind in controls. By default, the window also shows up when you enter a relevant crafting station if your extraction level is max.

Outdated
I will not be updating this addon with new features or changes, only to fix breaking bugs.
v0.9.6
- API bump for Markarth
- Removed LibStub dependency
- Unbundled the standalone libraries
- Note: I have no intention of updating this addon with new features or changes, only to fix breaking bugs

v0.9.5
- API bump for Scalebreaker
- Fixed materials used/obtained not adding correctly to the window because of multicraft (but displaying correctly in chat)

v0.9.4
- API bump for Murkmire
- Fixed error with libraries

v0.9.3
- Add a reset button in the results window to clear all values to 0

v0.9.2
- Minor version bump to fix file hierarchy

v0.9.1
- Initial release
Optional Files (0)


Archived Files (5)
File Name
Version
Size
Uploader
Date
0.9.5
54kB
Kyzeragon
08/24/19 05:42 PM
0.9.4
54kB
Kyzeragon
10/22/18 02:23 AM
0.9.3
53kB
Kyzeragon
09/23/18 07:07 AM
0.9.2
50kB
Kyzeragon
09/04/18 01:42 AM
0.9.1
49kB
Kyzeragon
09/04/18 01:34 AM


Post A Reply Comment Options
Unread 11/15/23, 05:35 PM  
tmbrinks
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 27
Uploads: 5
Changes to make for U40

In the RefinementTracker folder in live/add-ons
In RefinementTracker.lua

Line 306 changed to:
itemType == ITEMTYPE_JEWELRYCRAFTING_BOOSTER or


In RefinementTrackerUI.lua

Lines 103-106 changed to:
203631, -- = "Terne Platings",
203632, -- = "Iridium Platings",
203633, -- = "Zircon Platings",
203634 -- = "Chromium Platings"

Then, to have it display correctly, because resetting the item counts doesn't delete the old items, just resets the count to zero (and how it pulls would register the "0" value for the old grains it was tracking.

With the game closed:

In live/SavedVariables

Either just delete RefinementTracker.lua in your SAVED VARIABLES folder (if you don't mind a basically clean install)

Or, if you have other data you want to save.
Open RefinementTracker.lua
Scroll until you see
[7] =
{
delete any lines between these two
},

Will reset all jewelry refining to zero.

Log into game
Last edited by tmbrinks : 11/15/23 at 05:36 PM.
Report comment to moderator  
Reply With Quote
Unread 09/19/23, 10:53 PM  
Kyzeragon
 
Kyzeragon's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 266
Uploads: 8
Re: Update for 40?

Originally Posted by ezchunka
If it's the same as with other addons, this may not work for the new itemization for jewelcraft mats. Possible to change that?

Thanks in advance!
To be quite honest, I haven't even had this in my AddOns folder for years. I don't expect it would need a big fix, maybe just a different ID. I'll take a look sometime, but I don't think I'll be uploading the fix, because I don't want this to be pushed to recently updated. If anything, I'll write the changes here as a comment.

I also see that I missed a comment from years ago below... :awkward: Yeah, unfortunately I'm not really invested in this anymore, it was kinda my first learn-to-write-addon experience but not something I actually still want to use, so I'd rather spend my limited time on other things than figuring out what seems like a complicated bug.
Report comment to moderator  
Reply With Quote
Unread 09/18/23, 06:22 PM  
ezchunka

Forum posts: 3
File comments: 53
Uploads: 0
Update for 40?

If it's the same as with other addons, this may not work for the new itemization for jewelcraft mats. Possible to change that?

Thanks in advance!
Report comment to moderator  
Reply With Quote
Unread 05/27/21, 12:08 PM  
spacewolfplays

Forum posts: 1
File comments: 6
Uploads: 0
Just used the addon. definitely has some issues. refined 4k -6k of pretty much each category. It ignored a lot of the materials I put in, generally only paying attention to the lowest and highest tier stuff. Completely ignoring the jewelry section.



no bugs in bug-catcher.

I know you're not working on this much anymore, but if you see this, /gestures.
Report comment to moderator  
Reply With Quote
Unread 11/23/20, 01:33 PM  
Kyzeragon
 
Kyzeragon's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 266
Uploads: 8
Originally Posted by Gamer1986PAN
Could you please unbundle the libDialog and use the libDialog as standalone lib? Your old LibDialog version potential leads to errors in other Addons.
Originally Posted by Akopian Atrebates
Wonder if anybody is working on this anymore. Just found out it is using the old libDialog as well. Had to go through all my lib files in all addons to correct a ton of errors I was having so that the standalone libs really did get to stand alone! Anyway, this was one of those bundled libs that has a standalone, potentially causing problems. Does it? I do not know yet, but having to keep track of which addon bundles which app is difficult!



Originally Posted by Gamer1986PAN
Could you please unbundle the libDialog and use the libDialog as standalone lib? Your old LibDialog version potential leads to errors in other Addons.
Ah, sorry... think I missed the other comment. I haven't updated this in quite some time (obviously), I barely even use it myself anymore :P Should be fixed now.
Report comment to moderator  
Reply With Quote
Unread 11/23/20, 03:06 AM  
Akopian Atrebates

Forum posts: 9
File comments: 230
Uploads: 0
Wonder if anybody is working on this anymore. Just found out it is using the old libDialog as well. Had to go through all my lib files in all addons to correct a ton of errors I was having so that the standalone libs really did get to stand alone! Anyway, this was one of those bundled libs that has a standalone, potentially causing problems. Does it? I do not know yet, but having to keep track of which addon bundles which app is difficult!



Originally Posted by Gamer1986PAN
Could you please unbundle the libDialog and use the libDialog as standalone lib? Your old LibDialog version potential leads to errors in other Addons.
Report comment to moderator  
Reply With Quote
Unread 06/07/20, 07:13 AM  
Gamer1986PAN
AddOn Author - Click to view AddOns

Forum posts: 87
File comments: 641
Uploads: 2
Could you please unbundle the libDialog and use the libDialog as standalone lib? Your old LibDialog version potential leads to errors in other Addons.
Last edited by Gamer1986PAN : 09/13/20 at 01:56 PM.
Report comment to moderator  
Reply With Quote
Unread 03/12/20, 05:16 AM  
lordtyrion

Forum posts: 0
File comments: 4
Uploads: 0
Hey,

To anyone that wants to increase the size of the fonts in the tracker - I was really struggling to read them personally. You just need to replace all instances of ZoFontGameSmall with ZoFontGameMedium in the following files: RefinementTracker\RefinementTrackerUI.xml and RefinementTracker\Libs\LibAddonMenu-2.0\controls\slider.lua.

It doesn't scale the icons of course - but it displays much better and is very readable.

cheers
Report comment to moderator  
Reply With Quote
Unread 11/20/19, 07:48 PM  
CookieDuster

Forum posts: 0
File comments: 11
Uploads: 0
Turning debug off still leaves an "Initializing RefinementTracker..." in chat; could we have it moved under that setting?

Also, could we have the refined material count be tracked as well?
Report comment to moderator  
Reply With Quote
Unread 01/12/19, 01:23 PM  
aodminc

Forum posts: 0
File comments: 6
Uploads: 0
larger font

any way to increase the size of the font or the window. Getting older hard to see that small print lol.
Report comment to moderator  
Reply With Quote
Unread 01/08/19, 11:25 AM  
Mix

Forum posts: 0
File comments: 19
Uploads: 0
Would it be possible to have a totals row added for each material type?

total ore refined and then total of each upgrade mat for instance
Report comment to moderator  
Reply With Quote
Unread 10/23/18, 05:42 PM  
Kyzeragon
 
Kyzeragon's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 266
Uploads: 8
Re: :(

Originally Posted by Runs
Haven't gotten around enough to test again with jc dust but was just doing a small amount of rubedite ore about 250... Got 2 tempers and only 1 of them was noticed by the addon.

Love the idea of the addon but if it's not picking up all the materials gained then all the data it's saving is bad.

Not sure if it's because I'm using refine all with Do It All, but that's the only way I refine.
Sorry, forgot about your original post since I saw you were editing it and thought I would wait. I use MultiCraft when refining, and I haven't noticed discrepancies. I'll try testing it with Do It All soon, though I've been a bit too busy with this event and all the new stuff... :P
Report comment to moderator  
Reply With Quote
Unread 10/22/18, 11:56 PM  
Runs

Forum posts: 0
File comments: 15
Uploads: 0
:(

Haven't gotten around enough to test again with jc dust but was just doing a small amount of rubedite ore about 250... Got 2 tempers and only 1 of them was noticed by the addon.

Love the idea of the addon but if it's not picking up all the materials gained then all the data it's saving is bad.

Not sure if it's because I'm using refine all with Do It All, but that's the only way I refine.
Report comment to moderator  
Reply With Quote
Unread 10/22/18, 04:19 AM  
CarlBar

Forum posts: 0
File comments: 9
Uploads: 0
Originally Posted by Kyzeragon
Originally Posted by CarlBar
Tried removing everything but this mod from my mods folder and this si what i get:
Fixed, I was initializing a library wrongly, but it wasn't noticeable when other addons initialized it first probably.


Originally Posted by santialonso
Can you make the window and icons bigger?
I'll do this eventually. Will have to rewrite stuff because I had no idea about UI scaling when I initially wrote it.
Cool, cheers.
Report comment to moderator  
Reply With Quote
Unread 10/22/18, 02:27 AM  
Kyzeragon
 
Kyzeragon's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 266
Uploads: 8
Originally Posted by CarlBar
Tried removing everything but this mod from my mods folder and this si what i get:
Fixed, I was initializing a library wrongly, but it wasn't noticeable when other addons initialized it first probably.


Originally Posted by santialonso
Can you make the window and icons bigger?
I'll do this eventually. Will have to rewrite stuff because I had no idea about UI scaling when I initially wrote it.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: