Crispy Posted October 11, 2017 Report Posted October 11, 2017 Hey Forum,so first off I know you can set the cancleTime in the Constructor to cancle the offer after a specific time, but I wanna know if there is a way out there to manually cancle the offer at any time.Secondly, how do I effectifly increase the API Limits of the getUserInventoryContents ? And for the last question, how do I send a tradeoffer with Items without having to use the Items I get out of the getUserInventoryContents function ? Thank you in advance Chris Quote
xLeeJYx Posted October 11, 2017 Report Posted October 11, 2017 (edited) 1.You'd need to retrieve the TradeOffer object using getOffer or getOffers then call cancel() on that object.2.idk 3. You add items using appid,contextid,assetid so i dont think it is possible to do it without getUserInventoryContents Edited October 11, 2017 by xLeeJYx Quote
Vanilla Posted October 11, 2017 Report Posted October 11, 2017 3. You add items using appid,contextid,assetid so i dont think it is possible to do it without getUserInventoryContents It's possible without getUserInventory, but somehow you need to put appid, contextid, and assetid correctly. Quote
xLeeJYx Posted October 11, 2017 Report Posted October 11, 2017 u It's possible without getUserInventory, but somehow you need to put appid, contextid, and assetid correctly.unless you got other method to get the ids :V Quote
Vanilla Posted October 11, 2017 Report Posted October 11, 2017 unless you got other method to get the ids :V Yep.. "somehow" you need to know the id..That's why you need to cache it when using getUserInventory Quote
xLeeJYx Posted October 12, 2017 Report Posted October 12, 2017 Yep.. "somehow" you need to know the id..That's why you need to cache it when using getUserInventory That 'somehow' make me thinking Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.