dQw4w9WgXcQ 184 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
qwAQ 17 Posted October 19, 2018 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
ozeki6 32 Author 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.