Download
(29 Kb)
Download
Updated: 06/25/14 03:46 PM
Pictures
File Info
Compatibility:
Craglorn (1.1)
Live (1.0)
Beta (0.18)
Updated:06/25/14 03:46 PM
Created:03/01/14 08:55 PM
Monthly downloads:42
Total downloads:28,855
Favorites:71
MD5:
XrysGatherer  Popular! (More than 5000 hits)
Version: 1.0.4
by: Xrystal [More]
Latest News:
Time to move on. The game hasn't pulled at my brain strings enough to keep me away from WoW long enough to make it worth paying for any longer. Anyone is welcome to take over the addon as they see fit. Otherwise I would suggest the following addon which should work in a similar way and with HarvestMerge allows importing of data from other sources:

http://www.esoui.com/downloads/info57-HarvestMapEsoheadMarkers.html

What it does:
  • v1.0.0 - New Data Layout so make a backup of your old data as it will be replaced with an empty file.
  • Tracks and Records Harvest Nodes and tradeskill related items as you loot from them.
  • Optionally Displays Output on screen.
  • Stores in the Saved Variables table account wide.
  • Map and compass shows nodes stored - Icon is for tradeskill of an item looted from it, wording is of the node itself
  • Options to filter display of nodes on map and compass as well as verbose output per character.
  • Scrollable and Filterable History Window listing what is in the harvest history table
  • Ability to import other saved variables files of the same version, it is tricky so instructions are in the readme file.
  • Control Panel to show current location and buttons to open the other windows.
  • Now locale enabled. Simply create a copy of the locale/en.lua file and save as your own locale name file if it doesn't exist and change the words inside to be more language specific.

Slash commands:
  • /xrga toggle - Toggle the Control Panel Window
  • /xrga help - Display the commands available

Credits
I want to thank the following people for figuring the following items out for me to learn from:
  • Pawkette - For the Console addon which enabled me to see how Combo Boxes were made
  • Dolby - For the Esohead addon which helped me start working on the saved variables system
  • Shinni - For the Esohead Markers addon which will help me get the harvesting pins and filters in place
  • Zerorez - For the zrMinimap addon which has inspired me to create an optional gatherer minimap
  • Skyraker - For being a guinea pig to help find out the problems he was getting

To Do
  • Gatherer Database Website Upload/Download Facility - Under Investigation

Git Repository Links
v1.0.4
Changed Version Number in txt file and globals lua file.
Changed API Version in txt file.
Add TOU for Addons to txt file.
Removed XrysGatherer_ImportData table from saved variables table list in the txt file as it seems to cause a repeat of an empty table. Should not affect importing as long as the table name copied into the file as per the import readme is changed to that name. Import ability will be added in version 2.0.0 as a separate mini addon that won't need to be run if you have nothing to import.
Removed ImportData saved variables initialisation from the savedvars.lua file.
Added a mention of the new changes in the HowToImport readme file.
Added check in History file to make sure that the node data table contained items before it tried accessing it.

v1.0.3
Changed Version Number in txt file and globals.lua file.
Changed API Version in txt file.
Done my best via multiple reverse google translates to actually set the German and French locale files up.
No longer stores node info for nodes that are unknown. Old Unknown nodes will be removed when the new data conversion routine is in place in Version 2.0.0.
Removed NoTarget event as I have yet to have that triggered since it was implemented.
Added language and addonVersion to NodeData and ItemData tables within the SavedVars to help keep track of language version.
It is assumed that you have only imported same language data from other sources.
Tidied up some non localed text and placed it into the locale files.
Added some validation code to catch extraneous data in the wrong format ( as in my initial attempt at v2.0.0 data conversion first time round without making a data backup rofl).

v1.0.2
Changed Version Number in txt file and globals.lua file.
NodeInteract:
Various changes to the code to ensure that looting works as close to identically as possible regardless of loot options.
Tested under : Auto Loot = on or off and Consolidate Loot = on or off. But did not test Auto Loot = Off and Consolidate Loot = Off as I suspect that would work the same as with Consolidate Loot = on.

v1.0.1
Too many changes to list them separately here but the PatchInfo.info file does have everything detailed.
Basically, this update fixes the accidental access to someone else node data ( and throws in debug tests for those that want to test it to see whether it gets all of the gathering data without messing up the person gathering it).
It also fixes some minor glitches noticed such as no verbose mode at all on old nodes and the compass pins not resizing based on position around the player and the chance that you harvest a node before realising you don't have space to loot at the same time, old versions may not have caught the details to record the pin data. You need to loot to get that information correctly at least once for each item.
If you wish to test the possibility of sharing node information amongst nearby harvesters or group members, maybe even guild members then set the value in the nodeinteract.lua file debugOtherLoot to true to display 3 debug messages per looted item from a harvest node. Screen printing these and keeping these on file until I ask for the information would be appreciated. I am however unsure whether this will work accurately enough for the map and compass pin required data. Which is why this part isn't activated outside of displaying the information.

v1.0.0
Rewrite of the whole addon working around the map and compass pins to ensure they are in the correct location regardless of what map you may have viewed prior to gathering.
Import is back and will allow import from Version 1 data. Version 0 data is now invalid for the most part. Version 0.0.9 data may have some salvagability to it but the ability to import that data isn't in the addon. Email me a copy of 0.0.9 data and I will see if I can convert it to 1.0.0 format to the best of my abilities. It may take a little while.
History window is still there but without the wipe ability. All data is gathered, you just choose what to display on the map and compass based on your options.
Data is stored account wide but options on what gets tracked on the map and compass is character wide.
The same /xrga toggle exists like before to display the mini control panel that houses your position and buttons to open the other windows.

v0.0.9a
Bypass areas of the harvest data that are not in the correct and expected format.
Made sure that the newly introduced information that isn't being used yet is saved in the right location, the cause of the error.


v0.0.9
Added Description field to txt file.
Added the ability to Import new Data from another file ( see the included readme file for the details) and Remove selected portions of the table.
Removed the old alert window and replaced it with a scrolling message window that is embedded into the new control panel.
Added a new control panel where you can now click buttons rather than type your way around the addon.
There is now only 1 slash command and that is the one to toggle the addon into activity by toggling the visibility of the control panel.
The alert message screen colorises the text to reflect a close or nearby node.
Addon is now localised. There is now an EN, FR and DE language files but the FR and DE versions contain the same text as the EN version. But I have been unable to test it due to a massive download.
The new Control Panel now controls the node alerter update routine and it can be toggled off if you want to view the list that has been shown for the area you are in without it refreshing on you every second. This also stops the harvestHistory table from being updated but see below regarding that.
The harvestHistory table that is used for quick access cycle reading is rebuilt from the latest data every time you open the import window, history window and every 5 minutes if you have the alerter on.
All the old slash commands have been removed and a new one created /xrga toggle to toggle the display of the control panel.

v0.0.8
Added selection boxes on the history window to allow some flexibility in what is displayed.
Frames are now created in XML files with flexible values updated programmatically, at least until I can write them all in lua.
All frames are movable but at present do not save their place. All windows default to the center of the screen when you log in and can be moved.
Split the History and Alert frame functions into their own files and their own copy of the history data update function.

v0.0.7
A slight addition to the addon whereby it also keeps track of items looted from said nodes and records the tradeskill and type of item which has been looted. Additional slash commands have been added to match.
/xrga tradeskill [tradeskill]
/xrga itemtype [itemtype]
Removed testing text display from the history window.
Added test for CraftingInteractionType so that it traps and ignores crafting which sometimes triggers a harvesting action.
Uses table.insert instead of creating an index key.
Slash commands are no longer case specific.
Changed the width of the History Window to hold the new longer TradeSkill Loot History Lines.

v0.0.6
Next best thing to displaying pins on the map, a little frame to let you know there is a know node in the area (0.05) or nearby (0.01).
Added /xrga alert to toggle the display on or off.
Ooops added the show/hide slash commands.

v.0.0.5
Added /xrga show and /xrga hide to display the harvest history window that offers a scrolling frame view of all the harvests recorded so far.
Put the creation of the Harvest History table into a separate function as it is used in several places.


v0.0.4
Thanks to BluePhoenix, cause of the missing action/object values has now been explained to moving the recepticle off of the object milliseconds after interacting with it and the information being wiped out. Have now stored the last successful interaction so it can be used for the database.

v0.0.3
PatchInfo.txt renamed to PatchInfo.info so it doesn't appear in addon screen.
Fixed Slash Commands so that you can now use it without errors, including spaces words.
Added "Unknown Action" for when the action truly is unknown.

v0.0.2
Added a temporary harvestHistory table for easier traversing as required for reporting/viewing
Now keeps track of the last item harvested for viewing where else it has been gathered before
Use, Talk and Examine have been known to intermittently think they are interacting with a harvest node, so ignore those
Added a PlayerActivated Event Function to initially generate the harvestHistory table.
Added slash commands for traversing the history table in verbose mode:

/xrga update - Rebuild the harvestHistory table with the latest data
/xrga history - Traverse the harvestHistory table and report all harvests in verbose mode
/xrga zone [zone] - Traverse the harvestHistory table and report on all harvests in the selected/current zone
/xrga item [item] - Traverse the harvestHistory table and report on all harvests of the selected/last item
/xrga help - Display the commands available

v0.0.1 - New Addon
Tracks and Records Harvest Nodes into the Saved Variables table.
Optional Files (0)


Archived Files (14)
File Name
Version
Size
Uploader
Date
1.0.3
28kB
Xrystal
05/25/14 05:02 AM
1.0.2
28kB
Xrystal
05/15/14 05:43 PM
1.0.1
28kB
Xrystal
05/11/14 07:30 PM
1.0.0
26kB
Xrystal
04/25/14 11:03 PM
0.0.9a
15kB
Xrystal
04/13/14 05:54 PM
0.0.9
15kB
Xrystal
04/13/14 05:09 AM
0.0.8
11kB
Xrystal
04/05/14 03:31 PM
0.0.7
8kB
Xrystal
03/30/14 04:59 PM
0.0.6
7kB
Xrystal
03/15/14 03:19 PM
0.0.5
6kB
Xrystal
03/15/14 10:21 AM
0.0.4
5kB
Xrystal
03/15/14 05:33 AM
0.0.3
4kB
Xrystal
03/14/14 05:13 PM
0.0.2
4kB
Xrystal
03/04/14 03:34 PM
0.0.2
3kB
Xrystal
03/01/14 08:55 PM


Post A Reply Comment Options
Unread 03/01/14, 10:21 PM  
Toldorn

Forum posts: 0
File comments: 18
Uploads: 0
Thanks for the up - but I just get errors whenever I try to harvest anything with this enabled

(apologies, but I can't copy/paste error at the moment as the servers keep ****ting themselves)
Report comment to moderator  
Reply With Quote
Unread 03/01/14, 10:27 PM  
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 369
File comments: 85
Uploads: 0
Originally Posted by Toldorn
Thanks for the up - but I just get errors whenever I try to harvest anything with this enabled

(apologies, but I can't copy/paste error at the moment as the servers keep ****ting themselves)
Hmm, let me wipe my Saved Variables table again just in case the last change I made was messed up for some reason.
Report comment to moderator  
Reply With Quote
Unread 03/02/14, 04:16 PM  
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 369
File comments: 85
Uploads: 0
Due to the way that saved variables are stored I have had to rewrite the way it is written to.

If I can find a programmatic way to fix the data for those that have gathered tons of data already I will implement it into a new version I will do so but seeing as the problem traversing the saved variables table was the reason for a rewrite of that section I doubt I will be that lucky.

edit:
Scratch that, it looks like I won't need to rewrite the data at all. My new way of traversing the list works with the old data layout with no problems that I can see. I have implemented and tested a slash command system but I just need to look at the correct match command to use for a spaced string for specific searches.

I'll upload a new version in the next few days once I have either got that part sorted or removed that functionality for the moment.
Last edited by Xrystal : 03/02/14 at 10:09 PM.
Report comment to moderator  
Reply With Quote
Unread 03/03/14, 05:12 PM  
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 369
File comments: 85
Uploads: 0
Version 0.0.2 Uploading...

Not sure how long it will take but just implemented version 0.0.2 of the addon.

Slash commands and verbose history output available in this new version, ran out of time to get that extracted data into a more visual display so for now I have made it a little bit easier to list parts of the table.

The only thing I didn't get to testing before I went to be this morning was a better slash command string match pattern to include spaces. I did a search today and found one used in wow that hopefully will work so I would be appreciated if anyone in the active addon beta with the addon on their system could double check that the slash commands work with the multi word, apostrophe'd zone and item names.
Report comment to moderator  
Reply With Quote
Unread 03/04/14, 02:55 PM  
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 369
File comments: 85
Uploads: 0
Just to throw a spanner in the works it looks like my last updatte is under the other files beta. I thought the whole addon was set up to be beta but I guess I misunderstood. I will rectify as soon as possible to avoid confusion.

The 0.0.2 version is now properly downloadable via the normal download button. I apologise for the confusion.
Last edited by Xrystal : 03/04/14 at 03:53 PM.
Report comment to moderator  
Reply With Quote
Unread 03/05/14, 03:59 AM  
Toldorn

Forum posts: 0
File comments: 18
Uploads: 0
I will happily re-download once another beta weekend (or live) comes.
Report comment to moderator  
Reply With Quote
Unread 03/05/14, 03:23 PM  
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 369
File comments: 85
Uploads: 0
hopefully not long after that I will have a nice visual display option for the history, was in the process of that when I had problems traversing the table.
Report comment to moderator  
Reply With Quote
Unread 03/11/14, 09:05 PM  
Kuvu

Forum posts: 11
File comments: 41
Uploads: 0
I can appreciate the work you have put into this but this is a bad and leads into bot situations, mapping the cords with this then they just make the character move and mine...
Report comment to moderator  
Reply With Quote
Unread 03/12/14, 04:07 AM  
Mõh

Forum posts: 1
File comments: 28
Uploads: 0
@Kuvu : boting will happen eventually like in every MMO, and if every modder has to keep in mind that this sort of deviant behavior could happen and feel responsible for it, there will be no addons at all.

I'm tracking this one as I plan to be a good blacksmith in ESO and will need lots of mats, and I will enjoy keeping tracks of the nodes found around tamriel.
Report comment to moderator  
Reply With Quote
Unread 03/12/14, 03:58 PM  
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 369
File comments: 85
Uploads: 0
@Kuvu:
I can understand that unscrupulous people will figure out some way to utilise this addon in a way that it isn't intended to be used.
I assume people will be responsible for the use of the addons they use.
I am sure that the ESO developers have made sure that players are not able to macro/addon their way through the world without pressing a button to move.
As Spock always says ... the needs of the many outweigh the need I mean greed of the few.

@Mõh:
Me too, I aim to concentrate on crafting in ESO in the offset. My brother has already informed me that I will be making ALL his gear rofl. I have never really been one to do all that end of game raids and dungeons etc. Now and then with friends of course but I prefer the other elements in the game.
Report comment to moderator  
Reply With Quote
Unread 03/14/14, 06:22 AM  
Maygus

Forum posts: 1
File comments: 3
Uploads: 0
Originally Posted by Kuvu
I can appreciate the work you have put into this but this is a bad and leads into bot situations, mapping the cords with this then they just make the character move and mine...
Bot makers won't need this addon - they'll code it themselves...
Report comment to moderator  
Reply With Quote
Unread 03/14/14, 11:33 AM  
Anceane
 
Anceane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 306
File comments: 1017
Uploads: 1
Error LUA

Error popped up after i started to gather wood if that may help
Code:
stack traceback:
	[C]: in function 'string.format'
	user:/AddOns/XrysGatherer/XrysGatherer.lua:89: in function 'XrysGatherer_Update'
	16076604668310648033:3: in function '(main chunk)'|r
2014-03-14T13:24:14.156-05:00 |cff0000Lua Error: bad argument #3 to 'string.format' (string expected, got nil)
Report comment to moderator  
Reply With Quote
Unread 03/14/14, 04:13 PM  
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 369
File comments: 85
Uploads: 0
Just to let you know I am in game and started a new character as per the beta request, to test the new starting quest zones. Will check and see if I get the same problem when I harvest a log or something.


edit:
Well not been able to replicate the problem you are getting but I know the interaction action names were not as expected so I will add a catch all to specify an "Unknown Action" if it didn't know what action was performed to harvest the node.
Last edited by Xrystal : 03/14/14 at 05:00 PM.
Report comment to moderator  
Reply With Quote
Unread 03/14/14, 05:19 PM  
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 369
File comments: 85
Uploads: 0
Version 0.0.3 uploading ....

Hopefully won't take too long but this update fixes the problem that occurs with the last minute post beta weekend attempt at listing history for a specific item that was more than one word.

It also attempts to catch the intermittent problem where the action is blank. Have assumed it is valid but for some reason not set properly.
Report comment to moderator  
Reply With Quote
Unread 03/14/14, 06:35 PM  
Anceane
 
Anceane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 306
File comments: 1017
Uploads: 1
Re: Version 0.0.3 uploading ....

Originally Posted by Xrystal
Hopefully won't take too long but this update fixes the problem that occurs with the last minute post beta weekend attempt at listing history for a specific item that was more than one word.

It also attempts to catch the intermittent problem where the action is blank. Have assumed it is valid but for some reason not set properly.
Thank you!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: