Maintenance for the week of September 22:
• NA megaservers for maintenance – September 22, 4:00AM EDT (8:00 UTC) - 10:00AM EDT (14:00 UTC)
• EU megaservers for maintenance – September 22, 8:00 UTC (4:00AM EDT) - 14:00 UTC (10:00AM EDT)

Excel data dump

Lunaugh
Lunaugh
✭✭✭
Hello all! I’m limited in my abilities to look at in game data, as I am Lua-ignorant. No coding here.
That said, I know Excel very well, and I know of several systems which export raw data into .xls and .cvs (comma’s delineated) formats. I want to be able to export my combat data, or every item listed in a guild trader (seeing tamriel trade center makes me feel like this should be obtainable.) into a spreadsheet. Just walls of data organized by column headers.

Can someone help me with this?
I’m willing to delve into coding, but headsup, I’m at 0 knowledge right now.
<~> Lunaugh

P.S. After pooking over some samples of raw data, I understand some things will populate as I.D.s in a raw format. This is fine by me. Someone help me achieve a very lightly organized data dump?
Edited by Lunaugh on 13 March 2018 13:55
dataOutput ={ }
function: ConvertMagica (dataOutput, magicaInput, skill,fn)
>>> if skill then do
>>>>>> magicaInput = fn(skill)
>>>>>>table.insert(dataOutput, magicaInput)
>>>end
end
Sign In or Register to comment.