Thread Tools Display Modes
02/13/18, 05:19 PM   #1
Dalisar
Join Date: Feb 2018
Posts: 3
What Functions are for Guild Store Searching?

I've been looking at the list of all the functions that can be utilized and have put a handful of them to use, but am still having difficulties trying to figure out which ones are for interacting with the guild store. I see a lot for "Market" or "Kiosk" or "TradingHouse".

I love AwesomeGuildStore, but I also wouldn't mind having something light weight to just check for a single item. For example, you want to just look for Ta runes (for whatever reason). I have an xml set with buttons to run functions and the like, so I would like to just be able to be in a guild store, hit a button and have it execute a search for those runes.

Nothing fancy, more just I wanted to try my hand at LUA since not used it before. Any help would be appreciated in pointing me in the right way.

Thanks!
  Reply With Quote
02/13/18, 05:37 PM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Use AwesomeGuildStore favorites feature ?
  Reply With Quote
02/13/18, 05:38 PM   #3
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
Without implementing an intelligent item selection analysis, this could only be done via cycling through every page (~3s? intervals) until it ran into Ta runes. AGS can already do this if you set it to auto move to the next page if there are no matches. It's far slower than just going to the right item group in the first place.
  Reply With Quote
02/13/18, 05:38 PM   #4
Dalisar
Join Date: Feb 2018
Posts: 3
@Ayantir
Sure, but part of this is just dinking around to try and do something with LUA and learn the API. Like I said, I love AGS and use it daily, just was wondering what functions I'd use if I wanted to toy around with something.
  Reply With Quote
02/13/18, 05:39 PM   #5
Dalisar
Join Date: Feb 2018
Posts: 3
Originally Posted by Rhyono View Post
Without implementing an intelligent item selection analysis, this could only be done via cycling through every page (~3s? intervals) until it ran into Ta runes. AGS can already do this if you set it to auto move to the next page if there are no matches. It's far slower than just going to the right item group in the first place.
Yeah looking at the lua files form AGS it looked pretty in depth, but was just curious of what functinos would acutally cause the query or filters.
  Reply With Quote
02/13/18, 05:41 PM   #6
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
I believe the relevant features are situated near SetTradingHouseFilter in the API.
  Reply With Quote
02/14/18, 07:23 AM   #7
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Text search is not part of the API. You'll have to roll your own filter system in order to do something like that... 10/10 can't recommend as a beginners task
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » What Functions are for Guild Store Searching?

Thread Tools
Display Modes

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