Jump to content
McKay Development

joaolucas89

Member
  • Posts

    27
  • Joined

  • Last visited

joaolucas89's Achievements

  1. Thx m8. Will not easy. Maybe a job queue with 10 retrys ahahaha :'(
  2. Im using this code: offer.getReceivedItems(true, function(err, items) { console.log(err); console.log(JSON.stringify(items)); });But response dont have float value, how can I get it?
  3. Yes I have something like that. I always decline offers sent by users. manager.on('newOffer', function(offer) { console.log("New offer #" + offer.id + " from " + offer.partner.getSteam3RenderedID()); offer.decline(function(err) { if (err) { console.log(err); return; } console.log('Offer was declined, we dont accept external offers. Only our bots can send an offer :-D'); }); });So, the big question is: When the event "newOffer" is called?
  4. After send a trade offer with my bot to pick some user items and after accepted, sometimes this event is called... manager.on('sentOfferChanged', function(offer) {Sometimes this event is called: manager.on('receivedOfferChanged', function(offer, oldState) {What is the difference? :/
  5. A lot of ips(not important here). The details of machine is here -> https://www.digitalocean.com/pricing/ What is the best plan in digitalocean for host a bot? How many bots is good to use in one machine? Just imagine if the app have 500 bots.
  6. I am making an application in which it goes well I will need huge bots and would like to distribute bots by machine. My question is: "How many bots I must have on each machine and what the minimum configuration acceptable for each of them?"
  7. Hey, I'm here again. I'm trying to get "auth code" to make login in website to make some bot badges and other things, but, I already have 2fa installed in my server. How can I get the code to make a login in browser?
  8. I created an account, added 5$, I use your script to activa 2FA and now, I need to wait 7 days? Only that? :-D
  9. I added 5$ to my bot, now, I need to use this funds for something?
×
×
  • Create New...