 
        joaolucas89
Member- 
                Posts27
- 
                Joined
- 
                Last visited
Everything posted by joaolucas89
- 
	Thx m8. Will not easy. Maybe a job queue with 10 retrys ahahaha :'(
- 
	Cancel offer if user wants to select bot itemsjoaolucas89 replied to joaolucas89's topic in node-steam-tradeoffer-manager And "receivedOfferChanged" too? Right?
- 
	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?
- 
	Cancel offer if user wants to select bot itemsjoaolucas89 replied to joaolucas89's topic in node-steam-tradeoffer-manager So, if only my bot sent offers, I can ignore this event? :-P
- 
	Cancel offer if user wants to select bot itemsjoaolucas89 replied to joaolucas89's topic in node-steam-tradeoffer-manager 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?
- 
	Receive right event offer namejoaolucas89 replied to joaolucas89's topic in node-steam-tradeoffer-manager Deal!!
- 
	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? :/
- 
	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.
- 
	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?"
- 
	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?
- 
	Really thanks :-D
- 
	I created an account, added 5$, I use your script to activa 2FA and now, I need to wait 7 days? Only that? :-D
- 
	I added 5$ to my bot, now, I need to use this funds for something?
- 
	In what?
- 
	I must use wallet funds?
- 
	I can use this: https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/blob/master/examples/storehouse-steamcommunity.js ??
- 
	Yes. And confirming operations too.
- 
	Dr. McKay, U have any snippet showing how to send and receive offers?
- 
	I can switch any time in any machine?
- 
	I can use any ip?
- 
	I need to wait 7 days to send and receive trade offers instantly?
- 
	( ) 1 - Get Steam Guard codes from the Steam app on my phone Make the Steam Mobile app on your smart phone a Steam Guard Mobile Authenticator. This is the best level of account security. (x) 2 - Get Steam Guard codes by emailWhen I log into Steam from a new computer or browser, require a Steam Guard code I receive by email. ( ) 3 - Turn Steam Guard off (not recommended) Don't protect my account with Steam Guard. I promise never to share my password or use my Steam credentials on a non-secured website. - - - I have not used the script on this account, supposedly, if I use the script, the first option will be selected, right?
- 
	Just using enable_twofactor.js code?
- 
	Steamguard is enable automatically?