Jump to content
McKay Development

mrxbell

Member
  • Posts

    44
  • Joined

  • Last visited

Everything posted by mrxbell

  1. Error display when assetid not exits . I post for someone find this error
  2. When Web session expired i use webLogOn() create new session , but event webSession not fire . Thanks !
  3. Some time . I see error when bot sent offer ! . How many offer can sent 1 minues ? Thanks !
  4. Thank. But this is only iventory of one account. I need get all items in game ?
  5. Thanks. But i need get all items (example DOTA2 have ~ 10 000 items ...) .
  6. How get all items of DOTA2 , TF2, CS:GO . Thanks !
  7. Thank a lot. I need count item in inventory, i find method loadInventory but i only count items because method seem slow ? there are other api ?
  8. How many items limit on DOTA2 , CS:GO , TF2 ? Thanks !
  9. I run web with multi bot system. Now i need algorithm for auto select bot when send or receive trade when user deposit and withdraw . Any suggestions are welcome ? Thanks !
  10. I need convert steamID64 to steamID3 . If i use var steamid3 = steamid64 & 0xffffffff; not true when using 64 bit system. Thanks !
  11. When i using method logOff() for steam bot. this event 'sessionExpired' emitted continuously. How stop this. I want logOff() completed as i click logout on steam client . Thank !
  12. When i sent item as gift steam need verify in steam mobile app. How steam bot can this ? Thanks !
  13. Thank. Then , how i can auto addFriend when they send trade offer for me ?
  14. This is demo code : user.on('tradeRequest', function(steamID, respond) { console.log("Incoming trade request from " + steamID.getSteam3RenderedID() + ", accepting"); respond(true); }); I want addFriend when user trade request ? But event tradeRequest not Emitted ? Please help me ! Thanks
  15. I am newbie. I must using 2 libs or 1 libs. What the best libs ? Thanks !
×
×
  • Create New...