Thread Tools Display Modes
05/04/18, 10:34 AM   #1
Lunaugh
Join Date: May 2018
Posts: 8
I appreciate your concerns.
I am however, of the Undaunted.

Tamriel Trade Center and Master Merchent are indeed vet-dungeons and I'm non-champion point lvl 20 wandering in.

I will not, however, change my ambitious goal.
I need to strive for the advanced, because I want the advanced.
I've been trolling the wiki for some of the API commands, but I didn't know there was another page that would help me identify when to trigger certain functions.

When I began coding, it was specifically because I wanted to take the data that tamriel trade center collects and import it to an excel file: https://forums.elderscrollsonline.co...ta-dump#latest
Not finding what I wanted, I resolved to create my own. I've gone from zero coding experience to manipulating xlsx files with python openpyxl; I now have Visual Studio, SQL and a few other DYI coding applications.

tl;dr
thanks for your help! I won't take your advice regarding MM and TTC.

P.S. your signature just ran a while-loop on me:
function checkForTypo (text)
do -------
end
counter = 0
while counter ~=5
do checkForTypo (sirinsidiator's signature)
counter = counter + 1
end

P.P.S.:
what is the difference between zos term 'gamepad' and 'keyboard'?

Last edited by Lunaugh : 05/04/18 at 11:48 AM. Reason: Forgot to end
  Reply With Quote
05/04/18, 06:01 PM   #2
ziggr
 
ziggr's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 27
Originally Posted by Lunaugh View Post
When I began coding, it was specifically because I wanted to take the data that tamriel trade center collects and import it to an excel file
Minimize the number of puzzles you need to solve at once, focus on what's essential: read Tamriel Trade Centre data and export it as an Excel spreadsheet (aka a text file, either comma-separated or tab separated).

You don't need to write an add-on to do that. Just a stand-alone script that loads SavedVariables/TamrielTradeCentre.lua and then uses the data stored in that file to populate a text file.

Then the only puzzles you're left with are
* how to write a stand-alone Lua script
* that can read a SavedVariables file
* and write a text file
* and understands whatever format/table/arrangement is within that SavedVariables

--Z
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Looking for a bone: help with trading house rules


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off