Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter merchants based on items sold #103

Open
jonathansharpe opened this issue Dec 22, 2023 · 1 comment
Open

Filter merchants based on items sold #103

jonathansharpe opened this issue Dec 22, 2023 · 1 comment

Comments

@jonathansharpe
Copy link

I was trying to locate all the traveling merchants that sold a specific ingredient, but through trying various search queries based on the help text on the object map, I was unable to get it to work. Not sure if this feature isn't implemented or I just couldn't figure it out. Either way I would love to be able to do this.

@savage13
Copy link
Contributor

You can search for Merchants to get a category of NPCs that walk around; they are a special category of actors/objects.
To search on an item they sell, you need to use the internal actor name.
Example: Merchants Item_Fruit_M
will get those who have Hylian Tomatoes associated with them
You can search for the item name and use the returned Actor: name.

  • We can probably add a field to the shop data to include the UI Name for each item (this would solve your issue).
  • If you find that NPCs are missing shop data, please do let me know about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants