Download
(10 Kb)
Download
Updated: 06/18/24 02:38 AM
Pictures
File Info
Compatibility:
Gold Road (10.0.0)
Updated:06/18/24 02:38 AM
Created:06/04/24 03:51 PM
Monthly downloads:16,827
Total downloads:16,938
Favorites:25
MD5:
10.0.0
Script Tracker - Track Scribing Scripts on other Characters  Popular! (More than 5000 hits)
Version: 1.12
by: akamatsu02 [More]
This addon lets you track your progress on collecting scripts on all your characters.

How to use:

- To open the window, you have to enter the command: /str or just navigate to the scribing tab on your skill window

- > Optional < install LibChatMenuButton to open the window with a chat button

Required Dependencies: LibAddonMenu-2.0
1.12
- fixed keybind bug
- added option to hide specific characters from the addon

1.11
- moved addon settings to ESC -> Settings -> Addons -> ScriptTracker
- added option to change the text size of the addon
- separated saved variables from NA and EU server (you need to log through all characters again, sorry for that ^^")
- fixed a small issue with the script counting in your bank/inventory
- added LibAddonMenu2.0 as dependency

1.10
- changed script sorting
- added column titles
- added source tag

1.9
- small bugfix

1.8
- added option to enable a Luminous Ink-Tracker (it just notifies you when you loot one and shows you the achievement progress)
- added keybind
- added button to open the scribing window (only for a quick lookup, scribing doesn't work in this window!)
- when you own a script (the item) on another character, the script will be orange instead of red

1.7
- added option to set favorite scripts by clicking on them in the list

1.6
- changed char-name to char-id in saved variables so that the addon still works correctly after a name change

1.5
- added option to hide all unlocked scripts

1.4
- fixed bug that some users reported

1.3
- window now opens when you open the scribing tab
- rework of the addon ui

1.2
- added unlock progress in item tooltip

1.1
- added some colors in the tooltip
- added character list in the tooltip for easier comparison
Archived Files (12)
File Name
Version
Size
Uploader
Date
1.11
10kB
akamatsu02
06/17/24 02:58 PM
1.10
10kB
akamatsu02
06/12/24 05:29 PM
1.9
9kB
akamatsu02
06/10/24 05:21 PM
1.8
9kB
akamatsu02
06/10/24 03:45 PM
1.7
6kB
akamatsu02
06/08/24 09:29 AM
1.6
5kB
akamatsu02
06/07/24 05:20 PM
1.5
5kB
akamatsu02
06/07/24 10:12 AM
1.4
5kB
akamatsu02
06/06/24 06:59 AM
1.3
5kB
akamatsu02
06/05/24 10:03 PM
1.2
4kB
akamatsu02
06/05/24 01:25 PM
1.1
4kB
akamatsu02
06/04/24 07:27 PM
1.0
4kB
06/04/24 03:51 PM


Post A Reply Comment Options
Unread 06/17/24, 10:04 PM  
Kammakazi

Forum posts: 1
File comments: 18
Uploads: 0
"separated saved variables from NA and EU server (you need to log through all characters again, sorry for that ^^")"

Nearly died having to relog onto all 16 characters

:')
Report comment to moderator  
Reply With Quote
Unread 06/17/24, 08:18 PM  
Thrasher

Forum posts: 8
File comments: 217
Uploads: 0
Thank you so much for this addon!

When swapping to different characters that have learned scribing, the tracking window does not open when opening the scribing window in the skills window.
Report comment to moderator  
Reply With Quote
Unread 06/17/24, 06:54 PM  
DohNotAgain

Forum posts: 1
File comments: 114
Uploads: 0
Key bind stopped working

In version 1.11 the key bind doesn't work any more.
I swapped back to 1.10 and it works.
Then I swapped 1.11 back in to see if maybe something was "stuck."
That didn't help.

Love this addon.
This entire script collecting routine is a bit frustrating.
Report comment to moderator  
Reply With Quote
Unread 06/17/24, 05:46 PM  
dafameless

Forum posts: 0
File comments: 1
Uploads: 0
Ability to custom sort or remove characters that are acting as mule

Hi,

Thank you for the script tracker.
However, I was wondering if there was an ability to sort the chars by the most done to the least or custom sort based on personal preference?
Also, would it be possible to ignore accounts that are acting as mules.

Cheers mate.
Report comment to moderator  
Reply With Quote
Unread 06/17/24, 12:24 PM  
doctor3bud

Forum posts: 0
File comments: 23
Uploads: 0
Re: Re: Reduce text size?

Originally Posted by akamatsu02
Originally Posted by doctor3bud
Is there a way to reduce the scale of the text so that more can fit on the screen when using high resolutions?
I can add a setting for this ^^
That's great--thanks!
Report comment to moderator  
Reply With Quote
Unread 06/14/24, 10:59 PM  
akamatsu02
 
akamatsu02's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 38
Uploads: 11
Re: Reduce text size?

Originally Posted by doctor3bud
Is there a way to reduce the scale of the text so that more can fit on the screen when using high resolutions?
I can add a setting for this ^^
Report comment to moderator  
Reply With Quote
Unread 06/14/24, 10:58 PM  
akamatsu02
 
akamatsu02's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 38
Uploads: 11
Re: I Love the Addon, But....

Originally Posted by ithildae
The addon doesn't respect the server you are playing on. All my EU character are smooshed together with my NA characters. Even worse, I have a couple of characters with the same name, so they overwrite each other each session. The fix is super simple

Code:
	ScriptTracker.savedVars = ZO_SavedVars:NewAccountWide("ScriptTracker_Data", 1, nil, {
		chatButton = true,
		lootTacker = false,
		devmode = false,
		left = nil,
		top = nil,
		width = nil,
		height = nil,
		charData = {},
		inventory = {
			bank = {},
			characters = {}
		},
		fav = {}
	}, GetWorldName())
Adding the GetWorldName() call in the save keeps everything separated by server. Nothing else needs to change
Thanks for adding the fix for it, I'll add it with the next update
Report comment to moderator  
Reply With Quote
Unread 06/14/24, 10:56 PM  
akamatsu02
 
akamatsu02's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 38
Uploads: 11
Originally Posted by EF321
I think there is a problem with script counter in inventory/bank, it does not go down after I use script.
Ah I didn't noticed that yet, I'll fix it with the next update
Report comment to moderator  
Reply With Quote
Unread 06/14/24, 03:13 PM  
ithildae

Forum posts: 0
File comments: 16
Uploads: 0
I Love the Addon, But....

The addon doesn't respect the server you are playing on. All my EU character are smooshed together with my NA characters. Even worse, I have a couple of characters with the same name, so they overwrite each other each session. The fix is super simple

Code:
	ScriptTracker.savedVars = ZO_SavedVars:NewAccountWide("ScriptTracker_Data", 1, nil, {
		chatButton = true,
		lootTacker = false,
		devmode = false,
		left = nil,
		top = nil,
		width = nil,
		height = nil,
		charData = {},
		inventory = {
			bank = {},
			characters = {}
		},
		fav = {}
	}, GetWorldName())
Adding the GetWorldName() call in the save keeps everything separated by server. Nothing else needs to change
Report comment to moderator  
Reply With Quote
Unread 06/14/24, 03:10 PM  
doctor3bud

Forum posts: 0
File comments: 23
Uploads: 0
Reduce text size?

Is there a way to reduce the scale of the text so that more can fit on the screen when using high resolutions?
Report comment to moderator  
Reply With Quote
Unread 06/14/24, 02:21 AM  
Wendiga

Forum posts: 0
File comments: 14
Uploads: 0
Originally Posted by akamatsu02
Originally Posted by Wendiga
Personally, I would love to see the complete description of the script in the tooltip as is the original, with its corresponding values.

As it is, it reports what it does, but not "how much."
I'll take a look how to implement it
Thanks!
Report comment to moderator  
Reply With Quote
Unread 06/13/24, 11:35 PM  
EF321

Forum posts: 1
File comments: 22
Uploads: 0
I think there is a problem with script counter in inventory/bank, it does not go down after I use script.
Report comment to moderator  
Reply With Quote
Unread 06/13/24, 10:45 AM  
akamatsu02
 
akamatsu02's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 38
Uploads: 11
Originally Posted by Alessondria
This add-on has everything I wanted for scribing: a way to see the scripts location/ source and a popup to show me when I get ink.

I have a question though: when I eventually complete the achievement to gather 500 ink will I still get a popup to tell me when I gather one? Because that is something I would love.

Next, the UI window for the scripts is a bit large. SO large I need to kill the window every time I edit a skill. Would it be possible to prevent the UI window from showing up when crafting/ editing a skill? I really only would like it to show when I navigate to my character skills via ALT -> skills -> scrying tab. Other then this it's fantastic so far.
Yes, after completing the achievement, you'll still get those notifications just without the achievement progress
For the window, I can change it so that it remembers when you closed/opened the window and restores the last state for the current scene.
Report comment to moderator  
Reply With Quote
Unread 06/13/24, 09:28 AM  
Alessondria

Forum posts: 0
File comments: 98
Uploads: 0
This add-on has everything I wanted for scribing: a way to see the scripts location/ source and a popup to show me when I get ink.

I have a question though: when I eventually complete the achievement to gather 500 ink will I still get a popup to tell me when I gather one? Because that is something I would love.

Next, the UI window for the scripts is a bit large. SO large I need to kill the window every time I edit a skill. Would it be possible to prevent the UI window from showing up when crafting/ editing a skill? I really only would like it to show when I navigate to my character skills via ALT -> skills -> scrying tab. Other then this it's fantastic so far.
Report comment to moderator  
Reply With Quote
Unread 06/13/24, 07:47 AM  
EF321

Forum posts: 1
File comments: 22
Uploads: 0
Thanks for the update, love new grouping by source
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.