ozeki6 32 Share Posted October 19, 2018 (edited) Is there a way to check if an items is untradeable? Edited October 19, 2018 by ozeki6 Link to comment Share on other sites More sharing options...
dQw4w9WgXcQ 184 Share Posted October 19, 2018 theres a hook for can sell to shop (general store) otherwise u can just load http://rsbuddy.com/exchange/summary.json on start and parse it to a map Link to comment Share on other sites More sharing options...
qwAQ 17 Share Posted October 19, 2018 (edited) 3 hours ago, dQw4w9WgXcQ said: theres a hook for can sell to shop (general store) otherwise u can just load http://rsbuddy.com/exchange/summary.json on start and parse it to a map RSBuddy only includes items in grand exchange. So unless you want to check if item not within the map and guess that it's an untradeable. You can use to get all untradeables: https://raw.githubusercontent.com/tanlines/powerbot-scripts/master/items_useful_data.json If you don't like the idea of depending on another site, you could scrape your own list and host a .txt containing all the items. <-- This solution is very easy to do, however you have to maintain the list as new untradeables are introduced to the game Edited October 19, 2018 by qwAQ Found a better link Link to comment Share on other sites More sharing options...
ozeki6 32 Author Share Posted October 19, 2018 10 hours ago, dQw4w9WgXcQ said: theres a hook for can sell to shop (general store) otherwise u can just load http://rsbuddy.com/exchange/summary.json on start and parse it to a map 7 hours ago, qwAQ said: RSBuddy only includes items in grand exchange. So unless you want to check if item not within the map and guess that it's an untradeable. You can use to get all untradeables: https://raw.githubusercontent.com/tanlines/powerbot-scripts/master/items_useful_data.json If you don't like the idea of depending on another site, you could scrape your own list and host a .txt containing all the items. <-- This solution is very easy to do, however you have to maintain the list as new untradeables are introduced to the game Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now