Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

losing roubles #4

Closed
Unique201 opened this issue Jul 4, 2020 · 11 comments
Closed

losing roubles #4

Unique201 opened this issue Jul 4, 2020 · 11 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@Unique201
Copy link

Unique201 commented Jul 4, 2020

Sorry for bothering again , managed to get it working but after running it for 45 mins i went on to check how it was doing and was down -500k roubles not sure if thats meant to happen

@Blind444
Copy link

Blind444 commented Jul 4, 2020

same problem

@Niker19
Copy link

Niker19 commented Jul 4, 2020

same issue ran it for 8 hours lost 200k roubles

@Niker19 Niker19 mentioned this issue Jul 4, 2020
@Avnsx
Copy link
Owner

Avnsx commented Jul 4, 2020

Check your inventory, for items that were not sold and try to sell them manually. It's prolly because there are too many concurent users of this bot(with these settings) which causes heavy item price fluctuations. If you've not edited any code of source.py so far, this should not even happen since in line 516 it clearly says if int(offer['itemsCost'] * 0.75) - offer['summaryCost'] > min_price: # price check. This code basicaly should've long ago, made this impossible.

But it might also be the case that the recent RMT changes, to traders made the prices fluctuate so that the items this bot requests to buy give you an negative income instead of allowing you to profit of it. There are 317 items this bot looks for each of them are listed by ID inside wishlist (line 103 - 165) & and complete Entry (line 170 - 276). Incase this happens for more people I would strongly recommend going into source.py and adjusting / finetuning these IDs to check which of them causes such a heavy income drop. You can search for each ID individualy in google, and it will give you further information about the item that the script calls for. You can go check the price inside Flea Market and then compare it to the one Therapist gives you. If it is not profitable then just remove the item from the list. You can also share the list you've updated on this issue ticket, with us.

Another possible cause might be, as said too many users, to counter that you can set the min_price = 1487 (line 100 in source.py) generally lower to such as min_price = 379. This will end up making the bot look for smaller amounts of rouble profit before purchsing items, equaling in overall more requests to the Tarkov server. But this might still be an possible solution. You just gotta try it out!

@Avnsx Avnsx pinned this issue Jul 4, 2020
@Avnsx Avnsx added question Further information is requested help wanted Extra attention is needed labels Jul 4, 2020
@Blind444
Copy link

Blind444 commented Jul 4, 2020

Battlestate Games
@bstategames
·
Jul 1
Traders buying price was decreased (it was a bug related to incorrect price calculation which lead to many related bugs) #EscapefromTarkov

can this maby be the problem , that the prices the bot thinks therapist pays has been decreased and because of that is not profitable?

This is the problem , Therapists prices need to be updated, anyways can I do that myself?

@Avnsx Avnsx unpinned this issue Jul 4, 2020
@Avnsx Avnsx pinned this issue Jul 4, 2020
@matibalcer
Copy link

yeah lost 300k in like 3 minutes

@Blind444
Copy link

Blind444 commented Jul 5, 2020

Fine Tuning a fix reall quick will post it here when im done

@dontletdaddyknow
Copy link

@Blind444 Please let us know when you are done!

@Blind444
Copy link

Blind444 commented Jul 5, 2020

Yep I changed a bit of stuff; it works now and actually turns into profit!

if int(offer['itemsCost'] * 0.60) - offer['summaryCost'] > min_price: # price check

that line
from 0.75 to 0.60
and thats it

@Niker19

This comment has been minimized.

@Niker19
Copy link

Niker19 commented Jul 5, 2020

However, an updated Therapist Item cost would be more efficient to retain profits ^^

@Avnsx Avnsx modified the milestones: turned rouble loss to gain, higher efficiency Jul 5, 2020
Repository owner deleted a comment from Blind444 Jul 5, 2020
Repository owner deleted a comment from Blind444 Jul 5, 2020
Repository owner deleted a comment from Blind444 Jul 5, 2020
Repository owner deleted a comment from Unique201 Jul 5, 2020
Repository owner deleted a comment from Blind444 Jul 5, 2020
@matibalcer
Copy link

With these settings this bot makes ~500k per hour

Repository owner deleted a comment from Dedeham Jul 6, 2020
Repository owner deleted a comment from Blind444 Jul 8, 2020
Repository owner deleted a comment from matibalcer Jul 8, 2020
Repository owner deleted a comment from Blind444 Jul 8, 2020
Repository owner deleted a comment from SirMrYeetMcGee Jul 8, 2020
Repository owner deleted a comment from matibalcer Jul 8, 2020
Repository owner deleted a comment from SirMrYeetMcGee Jul 8, 2020
Repository owner deleted a comment from matibalcer Jul 8, 2020
Repository owner deleted a comment from Blind444 Jul 8, 2020
Repository owner deleted a comment from matibalcer Jul 8, 2020
@Avnsx Avnsx closed this as completed Jul 8, 2020
@Avnsx Avnsx unpinned this issue Feb 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

6 participants