Wynncraft Item Finder and Wynntills Waypoint Converter
Search an item, inspect/edit its JSON, then convert the coordinates into Wynntills waypoints.
Item JSON (editable)
This is the raw response from the Wynncraft API. You can edit it before converting.
Wynntills Waypoints
Map Preview
Notes
- API endpoint used: https://api.wynncraft.com/v3/item/search/{itemName}
- Only items with the "droppedBy" (Ingredients) and "dropMeta" (Boss altars, Dungeon Merchants, etc) fields are supported.">
- Defaults: color "#ffffffff", icon "flag".
- Map preview: Uses Wynntills main map; x → pixel x, z → pixel y; applies offsets (+2383, +6572).
- Source code at: GitHub