The Gold Road Chapter – which includes the Scribing system – and Update 42 is now available to test on the PTS! You can read the latest patch notes here: https://forums.elderscrollsonline.com/en/discussion/656454/

Is it possible to record all items bought or sold at guild traders?

s7732425ub17_ESO
s7732425ub17_ESO
✭✭✭✭✭
I'm trying to create an addon that keeps a list of all items I have purchased at guild stores. I also want to keep track of all items I have sold. Are there API calls to get this information, such as an event that fires when I buy an item in a guild store?
  • Phinix1
    Phinix1
    ✭✭✭✭✭
    ✭✭✭✭✭
    AwesomeGuildStore has an option that can output the information (name, price, time of purchase, etc.) to your chat as a gold system message whenever you buy something.

    Take a look at the conditions that generate that. Probably something like on item added combined with if the menu is the guild store. Then, create a saved variable table and add a string entry to it with this information each time you buy something, instead of outputting to chat.

    Use normal saved variables for the table if you want to track separately per character, or account wide if you want to combine them all together.
Sign In or Register to comment.