Results: 2035Comments by: Sharlikran
File: HarvestMap04/12/14
I am getting 3-4 errors everytime i...
Posted By: Sharlikran
I am getting 3-4 errors everytime i logon. all are for this addon and say something about CustomHarvetPins. lmk if you need screenshots or a list of addons im running. thanks! keep up good work! I got this too but it quit after uninstalling TreasureMaps - v0.5. You could probably just disable it in game though. Don't forget...
File: HarvestMap04/12/14
However, see my post below and use...
Posted By: Sharlikran
However, see my post below and use the updated code. I did as you said. Downloaded the latest "Esohead.lua" file from that website and placed it in the "SavedVariables" folder. I then opened the "HarvestMap.lua" file and added the code at the bottom like this: http://gyazo.com/d0cac9455b06b0c87773e8601d6e7c9c Whan I import ingame...
File: HarvestMap04/11/14
Shinni, this is all I have so far,...
Posted By: Sharlikran
Shinni, this is all I have so far, but I can probably get more. It might be nice to translate English to German as well. ;) If you are interested, a few more German location names can be found in old version of my addon. Do you speak German by any chance, and have a German copy of the game?
File: HarvestMap04/11/14
Unconfirmed Node Name ] - ]...
Posted By: Sharlikran
Unconfirmed Node Name ] - ] Buche is beech. Beech, that makes sense. Thanks! Shinni, this is all I have so far, but I can probably get more. It might be nice to translate English to German as well. ;) If you are interested, a few more german location names can be found in old vesion of my addon SkyShards-0.2.1, in S...
File: HarvestMap04/11/14
Shinni, this is all I have so far,...
Posted By: Sharlikran
Shinni, this is all I have so far, but I can probably get more. It might be nice to translate English to German as well. ;) Translations. Node Names: ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ] ] - ]...
File: HarvestMap04/11/14
are you sure that's because of /imp...
Posted By: Sharlikran
are you sure that's because of /import? the import command imitates the harvesting of a node for every entry in the Esohead addon. It can only add data not remove it... Did you do something else what may have reset your data? Which file stores the resource locations? And can I download a file from this site to get them all back ht...
File: HarvestMap04/11/14
If they add that it will completely...
Posted By: Sharlikran
If they add that it will completely skip everything else too, once it finds any node with ^ in it. Since LUA has no continue statement, you would have to wrap the loop block in a positive check. if string.find(map, "^", 1, true) == nil then d("import data from "..map) for index, nodes in pairs(data) do .......
File: HarvestMap04/11/14
if string.find(map, "^", 1, true) ~...
Posted By: Sharlikran
if string.find(map, "^", 1, true) ~= nil then break end If they add that it will completely skip everything else too, once it finds any node with ^ in it. Since LUA has no continue statement, you would have to wrap the loop block in a positive check. if string.find(map, "^", 1, true) == nil then d("import data from "..m...
File: HarvestMap04/11/14
I went through and edited everythin...
Posted By: Sharlikran
I went through and edited everything I could translate through the internet via German fan sites. There are one I couldn't figure out Bruchhauer^pd,an had to post on https://gist.github.com/anonymous/10487999 due to posting limitations on postbin. is Do you have a list of what you translated it from, and the English translation...
File: HarvestMap04/11/14
This one hundred percent works as i...
Posted By: Sharlikran
This one hundred percent works as i have just updated my file 10 mins ago. just so people no it is the esohead.lui file you change only in the SavedVariables Having the same problem - followed the instructions for merging posted earlier but cannot see any nodes marked. Also the file HarvestMap.lua in the SavedVariables fold...