Download
(17 Kb)
Download
Updated: 04/15/24 06:16 PM
Pictures
File Info
Compatibility:
Gold Road (10.0.0)
Scions of Ithelia (9.3.0)
Updated:04/15/24 06:16 PM
Created:06/13/22 05:18 PM
Monthly downloads:507
Total downloads:11,963
Favorites:26
MD5:
Categories:PvP, Graphic UI Mods, Map, Coords, Compasses
9.3.0
Nine Resourcez - Track 3 keeps and 9 resources quests  Updated less than 3 days ago!  Popular! (More than 5000 hits)
Version: 1.3.6
by: Toirealach [More]
Available in the following languages:



Are you tired of taking the 'Capture Any Nine Resources' and 'Capture Any Three Keeps' quests in Cyrodiil and then not remembering which ones you've actually captured thus far?

Well, here is the answer to your prayers.

'Nine Resourcez' will track when you take, complete and abandon the Capture Any Nine Resources quest as well as the Capture Any Three Keeps quest and it will also keep track of each resource/keep that you capture as part of the quest. All captured resources/keeps will have a green circle around the resource icon on the map (see screenshots).

Also, if you type '/9rsz' in the chat window box, you can see a list of all the resources/keeps you've captured thus far (see screenshots).

And if you want to change the colour of the circle around the captured resources, you can do so in the settings.

Special shout out to @Spartan-721 for not killing me when I was looking at the addon code when I should have been fighting. And also a shout out to @gamesense for helping by letting me cap a resource without killing me to let me debug some of this code.

HUGE thanks to my #1 beta tester, Lady Sabrina: Vanquisher of Infinite Resource Flags

NOTE: IF YOU INSTALL THIS ADDON AND ALREADY HAVE THE QUEST ACTIVE, THE ADDON HAS NO WAY TO KNOW WHAT RESOURCES YOU HAVE ALREADY CAPTURED PRIOR TO INSTALL. SO THE CAPTURE DATA WILL BE INACCURATE UNTIL THE NEXT TIME YOU GRAB THE QUEST.

REQUIRED LIBRARIES (which you need to also install):

LibAddonMenu
LibMapPins
LibGPS
1.3.6 - U42, expanded localisation
1.3.5 - U41 compatibility
1.3.4.1 - U40 compatibility
1.3.4 - German translation!
1.3.3 - U39 compatibility
1.3.2 - Hopefully this fixes the obscure crash some folks are getting when they type /9rsz
1.3.1r1 - ZOS ****ed up parsing the ##APIVersion line in addon txt files so now latest API version must be FIRST in list rather than last in order for it not to be marked as an outdated addon.
1.3.1 - Necrom DLC compatibility
1.3 - Added a checkbox in settings to suppress all messages to the chat window regarding captures
1.2.2 - Minor bug fix in rare occasions where required addon libraries are missing
1.2.1 - Allow changing size of map pins
1.2 - Allow these quests to be tracked when the player is not in Cyrodiil when they accept the quest or abandon it.
1.1 - Added Missing Library Detection & Notification
1.0.9 - Update for Scribes of Fate DLC
1.0.8 - Update for Firesong DLC
1.0.7 - The pins put on the map to mark the resources and/or keeps are now no longer clickable. Thanks for catching this xen32!
1.0.6 - Updated for Lost Depths1.0.5 - Fixed a bug where pins were showing incorrectly in maps other than Cyrodiil
1.0.4 - Fixed a bug where pins were showing in city maps.
1.0.3 - Anthonysc wanted 3 Keeps tracking too, so here it is
1.0.2 - Lists all 9 captured resources upon completion
1.0.1 - This is the first official release of the addon.
Archived Files (1)
File Name
Version
Size
Uploader
Date
1.3.5
15kB
Toirealach
03/11/24 12:15 AM


Post A Reply Comment Options
Unread 06/20/22, 12:34 PM  
Anthonysc
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 100
Uploads: 1
Personally, I prefer the "Keep Tracker" addon for the makings uses (and since it tracks both Three Keeps and Nine Resources) but it's nice to have an alternative for people who might prefer something different!
Last edited by Anthonysc : 06/20/22 at 12:35 PM.
Report comment to moderator  
Reply With Quote
Unread 06/20/22, 12:50 PM  
Toirealach
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 90
Uploads: 7
Originally Posted by Anthonysc
Personally, I prefer the "Keep Tracker" addon for the makings uses (and since it tracks both Three Keeps and Nine Resources) but it's nice to have an alternative for people who might prefer something different!
Well there you go Anthony. Three Keeps now tracked too. Want the 3 towns quest also?
Report comment to moderator  
Reply With Quote
Unread 06/20/22, 01:15 PM  
Toirealach
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 90
Uploads: 7
Originally Posted by Anthonysc
Personally, I prefer the "Keep Tracker" addon for the makings uses (and since it tracks both Three Keeps and Nine Resources) but it's nice to have an alternative for people who might prefer something different!
And the other thing is...in looking at the code of that addon, the author of that addon is giving you credit for a keep capture through EVENT_KEEP_ALLIANCE_OWNER_CHANGED. This will work 100% of the time for the Three Keeps quest but is not guaranteed to work all the time for the Nine Resources quest. This will work 100% of the time for Keeps because your alliance has to flip & hold two flags to get the keep and receive the EVENT_KEEP_ALLIANCE_OWNER_CHANGED event.

But if you watch closely when taking a resource that has only one flag, there is a time difference of up to 10-15 seconds between when you flip the flag to "take" the resource and when you are actually awarded the XP and AP for taking the resource. This is because if there are enemy forces also at the resource they can cause the resource to not be fully held. If you and your allies then die at that resource and the enemy forces take it back, that other addon will have given you credit for that resource but the game will not have given you credit for that resource. I saw this exact thing happen personally when testing my addon.

This is why I don't key off EVENT_KEEP_ALLIANCE_OWNER_CHANGED in my addon. So rather than with the other addon, my addon will only tell you that you got credit for taking a keep or resource once the game gives you credit for it and then subsequently add the pin to the map.

The other addon also doesn't seem to let you change the colour of the pin? The author chose a green pin, which can be problematic to some folks with forms of colour blindness. This is why I let users change the colour of the pin.
Last edited by Toirealach : 06/20/22 at 01:37 PM.
Report comment to moderator  
Reply With Quote
Unread 06/21/22, 11:09 AM  
Anthonysc
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 100
Uploads: 1
Originally Posted by Toirealach
Originally Posted by Anthonysc
Personally, I prefer the "Keep Tracker" addon for the makings uses (and since it tracks both Three Keeps and Nine Resources) but it's nice to have an alternative for people who might prefer something different!
Well there you go Anthony. Three Keeps now tracked too. Want the 3 towns quest also?

Great update, thanks for adding Keeps!
But don't be ridiculous, no one has ever done the capture Towns quest

And interesting note about the flag flip for the 9 Resources quest, I haven't seen that happen personally but I also may not have failed to capture a flag all the way to the tick though.
Report comment to moderator  
Reply With Quote
Unread 08/29/22, 12:28 PM  
xen32
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 104
Uploads: 1
Hi!
The fact that addon placed icon is targetable makes it a bit annoying, since instead of one click port I am getting keep set as destination and/or getting context menu to choose what I want to do. Is it possible to make it not targettable?

Also similar thing with Vampz when targeting Bruma
Report comment to moderator  
Reply With Quote
Unread 08/31/22, 04:15 PM  
Toirealach
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 90
Uploads: 7
Originally Posted by xen32
Hi!
The fact that addon placed icon is targetable makes it a bit annoying, since instead of one click port I am getting keep set as destination and/or getting context menu to choose what I want to do. Is it possible to make it not targettable?

Also similar thing with Vampz when targeting Bruma
Let me see what I can do. Just finished up working on a new addon for someone else, so I can look at this issue.
Report comment to moderator  
Reply With Quote
Unread 08/31/22, 06:04 PM  
Toirealach
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 90
Uploads: 7
Originally Posted by xen32
Hi!
The fact that addon placed icon is targetable makes it a bit annoying, since instead of one click port I am getting keep set as destination and/or getting context menu to choose what I want to do. Is it possible to make it not targettable?

Also similar thing with Vampz when targeting Bruma
New versions uploaded!

Now none of the pins put down by Nine Resourcez should be clickable. And there's a setting now in Vampz to allow them to be clickable or not. I use the clickability to set the vamp feeding ground as my destiantion in the map, but you can turn that feature off if you like.
Report comment to moderator  
Reply With Quote
Unread 09/02/22, 04:08 AM  
xen32
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 104
Uploads: 1
Originally Posted by Toirealach
Originally Posted by xen32
Hi!
The fact that addon placed icon is targetable makes it a bit annoying, since instead of one click port I am getting keep set as destination and/or getting context menu to choose what I want to do. Is it possible to make it not targettable?

Also similar thing with Vampz when targeting Bruma
New versions uploaded!

Now none of the pins put down by Nine Resourcez should be clickable. And there's a setting now in Vampz to allow them to be clickable or not. I use the clickability to set the vamp feeding ground as my destiantion in the map, but you can turn that feature off if you like.
Thanks a lot!

Yes, makes sense for Vampz indeed
Report comment to moderator  
Reply With Quote
Unread 04/10/23, 07:15 AM  
RhaunESO

Forum posts: 0
File comments: 5
Uploads: 0
Error messages

Since the last update I am receiving the following error message has anyone else had this error

I have tried unistalling and deleting saved variables and reinstalling

user:/AddOns/NineResourcez/NineResourcez.lua:766: attempt to index a nil value
stack traceback:
user:/AddOns/NineResourcez/NineResourcez.lua:766: in function 'OnLoad'
<Locals> eventCode = 65536, addOnName = "NineResourcez", requiredLibsT = [table:1]{} </Locals>
Report comment to moderator  
Reply With Quote
Unread 04/10/23, 10:39 AM  
InsaneShad0w92

Forum posts: 0
File comments: 40
Uploads: 0
Re: Error messages

Originally Posted by RhaunESO
Since the last update I am receiving the following error message has anyone else had this error

I have tried unistalling and deleting saved variables and reinstalling

user:/AddOns/NineResourcez/NineResourcez.lua:766: attempt to index a nil value
stack traceback:
user:/AddOns/NineResourcez/NineResourcez.lua:766: in function 'OnLoad'
<Locals> eventCode = 65536, addOnName = "NineResourcez", requiredLibsT = [table:1]{} </Locals>
Same
Report comment to moderator  
Reply With Quote
Unread 04/10/23, 06:04 PM  
Toirealach
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 90
Uploads: 7
Re: Re: Error messages

Originally Posted by InsaneShad0w92
Originally Posted by RhaunESO
Since the last update I am receiving the following error message has anyone else had this error

I have tried unistalling and deleting saved variables and reinstalling

user:/AddOns/NineResourcez/NineResourcez.lua:766: attempt to index a nil value
stack traceback:
user:/AddOns/NineResourcez/NineResourcez.lua:766: in function 'OnLoad'
<Locals> eventCode = 65536, addOnName = "NineResourcez", requiredLibsT = [table:1]{} </Locals>
Same
This should be fixed in the latest version. Sorry. Let me know if its not.
Last edited by Toirealach : 04/10/23 at 06:12 PM.
Report comment to moderator  
Reply With Quote
Unread 04/10/23, 06:05 PM  
Toirealach
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 90
Uploads: 7
Re: Error messages

Originally Posted by RhaunESO
Since the last update I am receiving the following error message has anyone else had this error

I have tried unistalling and deleting saved variables and reinstalling

user:/AddOns/NineResourcez/NineResourcez.lua:766: attempt to index a nil value
stack traceback:
user:/AddOns/NineResourcez/NineResourcez.lua:766: in function 'OnLoad'
<Locals> eventCode = 65536, addOnName = "NineResourcez", requiredLibsT = [table:1]{} </Locals>
This should be fixed in the latest version. Sorry. Let me know if its not.
Last edited by Toirealach : 04/10/23 at 06:12 PM.
Report comment to moderator  
Reply With Quote
Unread 04/11/23, 03:57 PM  
RhaunESO

Forum posts: 0
File comments: 5
Uploads: 0
Smile Re: Re: Error messages

Originally Posted by Toirealach
Originally Posted by RhaunESO
Since the last update I am receiving the following error message has anyone else had this error

I have tried unistalling and deleting saved variables and reinstalling

user:/AddOns/NineResourcez/NineResourcez.lua:766: attempt to index a nil value
stack traceback:
user:/AddOns/NineResourcez/NineResourcez.lua:766: in function 'OnLoad'
<Locals> eventCode = 65536, addOnName = "NineResourcez", requiredLibsT = [table:1]{} </Locals>
This should be fixed in the latest version. Sorry. Let me know if its not.
Thanks for the prompt fix this seems to be working great again
Report comment to moderator  
Reply With Quote
Unread 04/16/23, 01:04 PM  
tim99
 
tim99's Avatar
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 159
Uploads: 12
Hi,
i run into another problem, that it didnt recognise the correct quest. In quest overview i have 9 resources, but the addon somehow thinks its 3 keeps. (now i might have had 3 keeps open on the previous character, not sure if that matters) and i got this quest shared from a friends when we still were in PVE area and i might had canceled the 3 keeps right before.



A reload UI didnt change anthing.



Report comment to moderator  
Reply With Quote
Unread 04/19/23, 12:44 AM  
Toirealach
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 90
Uploads: 7
Re: Wrong quest

Originally Posted by tim99
Hi,
i run into another problem, that it didnt recognise the correct quest. In quest overview i have 9 resources, but the addon somehow thinks its 3 keeps. (now i might have had 3 keeps open on the previous character, not sure if that matters) and i got this quest shared from a friends when we still were in PVE area and i might had canceled the 3 keeps right before.

A reload UI didnt change anthing.
I have not seen anyone else have that issue.

savedVariables = ZO_SavedVars:NewCharacterIdSettings(NineResourcez.SavedVariablesName, NineResourcez.savedVarsVersion, nil, defaults)

It saves your quest data on a per character basis.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: