You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: