Closed fRzlegendz closed 11 years ago
I would much like some detail on what you had to change to make it work for dota 2 items. I'd like to encapsulate these details to make the Inventory and schema classes extensible to work with many different games or steam items.
I'll be back to give you tips.
Another solution is to use these API's:
ISteamEconomy/GetAssetClassInfo ISteamEconomy/GetAssetPrices
@cwhelchel Someone already started this integration.
Take a look at: https://github.com/StormReaper/SteamBot/tree/steam/SteamTrade
I'd use whatever those APIs have available as that may have some segue into other trade stuff.
StormReaper seams to have the api stuff there. I was hoping for a bit more as far as the schema objects themselves go.
iam still looking for this problem, cant trade dota2 items :(
I already fixed my bot, mods can close this.
Thanks
fRzlegendz, how u fixed it? Help, please
Hello,
First of all, I want to thanks to all who had helped to keep this project.
I have finished my dota 2 bot, but I've just one little problem to solve.
(1) Dota 2 Web API is still under development and some attributes like rarity of the itens are still missing. The only solution i found is to merge dota 2 item schema with items_game. (You can find it downloading "items_game_url" on dota item schema).
At the moment I'm using a big array with organized defindex to define rares, mythicals and legedary items. (Too much work to keep it updated)
If someone can help me giving me some tips, I will be very grateful!
Thanks