Non-craftable, Non-TP Crafting Items
To find if the item is craftable or not, I do a check through the dictionary of recipes, if it contains the said item as an output.
If item is not present on TP but is craftable – it is soul/acc bound.
If not present on TP and not craftable (forge including) – karma item.
What I’m looking for is a list of items, sold by vendors. I can live without karma-merchants, but really need simple vendors to not take incorrect prices from TP. Any idea?
(edited by DarkMagister.7429)
Web Programmer
If item is not present on TP but is craftable – it is soul/acc bound.
As a note, it’s probably better to check the SoulbindOnAcquire/AccountBindOnAcquire flags from the /v2/items response.
True. I just work with crafting and TP now, so come to such items from that side.