ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   General Authoring Discussion (https://www.esoui.com/forums/forumdisplay.php?f=174)
-   -   What Functions are for Guild Store Searching? (https://www.esoui.com/forums/showthread.php?t=7626)

Dalisar 02/13/18 05:19 PM

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!

Ayantir 02/13/18 05:37 PM

Use AwesomeGuildStore favorites feature ?

Rhyono 02/13/18 05:38 PM

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.

Dalisar 02/13/18 05:38 PM

@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.

Dalisar 02/13/18 05:39 PM

Quote:

Originally Posted by Rhyono (Post 33926)
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.

Rhyono 02/13/18 05:41 PM

I believe the relevant features are situated near SetTradingHouseFilter in the API.

sirinsidiator 02/14/18 07:23 AM

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 ;)


All times are GMT -6. The time now is 10:04 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI