Jump to content

backpack.tf automatic help thread


Brad Pitt

Recommended Posts

On 2018.02.13. at 8:58 PM, zol said:

Can somebody help with 2.54, 2.32, 3.65 ref fix ?

Yes, im actualy having the same problem, but its wery strange, cuz my metal values are correct but item values have 2.54, 2.32, 3.65 ref problems.

Julia in 80 page was talking how to fix this, but i dont understand it...

Link to comment
Share on other sites

On 19/2/2018 at 6:45 PM, Cipis said:

Yes, im actualy having the same problem, but its wery strange, cuz my metal values are correct but item values have 2.54, 2.32, 3.65 ref problems.

Julia in 80 page was talking how to fix this, but i dont understand it...

It is a problem with the way that the script counts metal, it is not rounding it properly.

Link to comment
Share on other sites

On 7/1/2018 at 5:55 PM, Julia said:

Rounds to the nearest scrap value.

 

nv4HPWR.png

You should take into consideration that you can also offer craft weapons as metal. round(1.05) should return 1.05 and not 1.

Link to comment
Share on other sites

1 hour ago, Slavyanin said:

Who know how to turn on key exchanger?

You don't want it on, that was part of a vulnerability that was never fixed.

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

  • 3 weeks later...
5 hours ago, Bank Bot Bob trade.tf said:

does anyone know why backpack.tf automatic is not bumping properly?

working fine for me 

Link to comment
Share on other sites

  • 2 weeks later...

Hello everyone!

 

I've been reading though this thread and ive seen many people asking for a fixed backpack.tf automatic bot.

one which it has all the code needed so you can just run it and your back on track.

v1.3.3

ive been running this version just fine even after all the changes of it not being supported 

things that you might want to download this for are:

>FIXED< metal exchanges so that it no longer shows 1.32 ref or 7.65 ref

>FIXED< message saying that you can no longer use bp.tf automatic.

 

to the very smart guys out there that may say this is obvious and easy, this is for those people who dont want/cant go in and fix the bugs that came around with backpack.tf not supporting it anymore. thanks.

 

THINGS I COULDN'T FIX 

for those who want the lightning bolt and want their listings bumped, sadly i couldn't fix this.

i am not a good coder at all. im just good at following steps

ive ran backpack automatic for just around 4 years now, and every day it seems to get pushed out more, and more.

 

GET IT HERE ------> https://github.com/ThePoot/Backpack.tf-automatic-v1.3.3--all--fixes-are-in-this

 

Link to comment
Share on other sites

13 hours ago, Poot said:

>FIXED< metal exchanges so that it no longer shows 1.32 ref or 7.65 ref

>FIXED< message saying that you can no longer use bp.tf automatic.

 

THINGS I COULDN'T FIX 

for those who want the lightning bolt and want their listings bumped, sadly i couldn't fix this.


I'd recommend do not use this at all.

The 2 major bugs it has. 
> Australium weapon bug 
> War painted weapon bug (the automatic reads the warpainted item as base item)
For example if you have a buyorder for strange pro ks Iron bomber and if a trade comes with a strange pro ks warpainted ironbomber it will get accepted at the str pro ks iron bomber price


I can point out more bugs if needed. Unless these 2 major bugs are fixed its recommended not to use it. 
P.S lightning bolt is an easy fix {Cashew fixed it.} that can be found if you scroll up on this thread

  • Like 2
Link to comment
Share on other sites

thanks!

 

its true what your saying, and i did leave a warning message on git hub saying that its not supported.

 

im trying to find other alternatives. but they all seem to cost some money or the free ones are broken

 

ill try the lightning bolt fix and up date the git hub. thanks again.

 

 

Link to comment
Share on other sites

Thank you smokey!

 

i modified it like Cashew said and it worked first try.

 

anyone wondering about a fixed version of bp.tf automatic you can go here

i just fixed the bumping and lightning bolt symbol!!

 

Get it here -->>>https://github.com/ThePoot/Backpack.tf-automatic-v1.3.3--all--fixes-are-in-this

remember, Backpack.tf automatic is unsupported and contains bugs. some of them have been fixed 

BUT USE IT AT YOUR OWN RISK.

>>FIXED<< bumping and lightning bolt!!

 

get it here Get it here -->>>https://github.com/ThePoot/Backpack.tf-automatic-v1.3.3--all--fixes-are-in-this

NOTE do not download v1 of it.

download the one that says  (backpack-automatic-1.3.3-all.2) THE .2 IS IMPORTANT IF YOU WANT THE LIGHTNING BOLT SYBOL

 

Link to comment
Share on other sites

Hey Poot, how did you fixed wrong currencies counting? Can you post the code or point in what files search?

 

And why did you pack the bot in zip archives, why not preserve the changes history?

It would be much convenient to have the commit history.

Link to comment
Share on other sites

The reason i packed it into zip archives is because it was my first time using git hub, and i dont know how they work.

i would agree that the commit history is good. i wanted to do that, i just dont know it works

 

to fix the currency counting i used this fix

https://bitbucket.org/jessecar/backpack.tf-automatic/pull-requests/21/backpacktfjs-edited-line-151-to-fix/diff

you have to change their value from .01 to .05

all directions are in there.

line 151 & 152 etc.

 

if you dont wanna open links here it is, but i recommend going to the link because i may be more helpful.

+        // Adding as a temp fix to rounding error for buy orders
+         theirs.metal += 0.05;

in this code i already changed it from .01 to .05. 

its posted in backpack.js line 151 &152

Anyone wanting to fix this go to the link or download automatic with all the fixes 

get automatic with all the fixes here -->> https://github.com/ThePoot/Backpack.tf-automatic-v1.3.3--all--fixes-are-in-this

 

again sorry for the commit history, im just clueless how it all works.

the reason i added automatic with their fixes was because i was scrolling through and saw many people wanting an updated automatic without wanting to go in and fiddle with code,

in fact the reason im getting more involved is because i want to help.

 

Thanks.

Link to comment
Share on other sites

System code how do i get it? i am pretty sure you guys had a post somewhere but its gone now...

Edited by GKPeng
Link to comment
Share on other sites

On 29/3/2018 at 7:12 AM, « SɱokEy » said:

I can point out more bugs if needed. Unless these 2 major bugs are fixed its recommended not to use it. 

 

Can you point the other bugs? I didn't use much this app

Australium bug is easy to fix, i can fork the other fixed version if you want. will see what can i do with the war paint one 

Link to comment
Share on other sites

On 2/4/2018 at 5:44 AM, Poot said:

The reason i packed it into zip archives is because it was my first time using git hub, and i dont know how they work.

i would agree that the commit history is good. i wanted to do that, i just dont know it works

 

If you give me the original version you fixed, and the thing you did i can make another fork with each fix as commit, so it's easier to check what was done and make more changes. or just try to explain you to make it yourself.

Link to comment
Share on other sites

On 4/2/2018 at 10:44 AM, Poot said:

The reason i packed it into zip archives is because it was my first time using git hub, and i dont know how they work.

i would agree that the commit history is good. i wanted to do that, i just dont know it works

 

to fix the currency counting i used this fix

https://bitbucket.org/jessecar/backpack.tf-automatic/pull-requests/21/backpacktfjs-edited-line-151-to-fix/diff

you have to change their value from .01 to .05

all directions are in there.

line 151 & 152 etc.

 

if you dont wanna open links here it is, but i recommend going to the link because i may be more helpful.


+        // Adding as a temp fix to rounding error for buy orders

+         theirs.metal += 0.05;

in this code i already changed it from .01 to .05. 

its posted in backpack.js line 151 &152

Anyone wanting to fix this go to the link or download automatic with all the fixes 

get automatic with all the fixes here -->> https://github.com/ThePoot/Backpack.tf-automatic-v1.3.3--all--fixes-are-in-this

 

again sorry for the commit history, im just clueless how it all works.

the reason i added automatic with their fixes was because i was scrolling through and saw many people wanting an updated automatic without wanting to go in and fiddle with code,

in fact the reason im getting more involved is because i want to help.

 

Thanks.

 

This is what I'm getting. Kinda annoying because it took like 3 hours to unzip. 93cf54a1e498acb0a430e3d3aedf4372.png
https://gyazo.com/93cf54a1e498acb0a430e3d3aedf4372

Link to comment
Share on other sites

OK, another bug with killstreak items. I'm not sure who it was that wanted to fix the bugs but here it is.

 

I had a buy order for the strange killstreak rocket launcher for 18.44 ref.

 524afdeefd702a97fca55c893ffa2e6b.png
https://gyazo.com/524afdeefd702a97fca55c893ffa2e6b

 

And here, I had a buy order for the strange killstreak panic attack for 6.22 as shown. Somebody listed the right amount and the thing said it accepted it. Even though it didn't even show as waiting for confirmation on the steam client.31627b267585f05aeff9f1f28c058260.png
https://gyazo.com/31627b267585f05aeff9f1f28c058260

Link to comment
Share on other sites

On 4/3/2018 at 10:59 PM, SunriseM said:

 

If you give me the original version you fixed, and the thing you did i can make another fork with each fix as commit, so it's easier to check what was done and make more changes. or just try to explain you to make it yourself.

That would be nice, i just reorganized every over there. check it out, maybe i did it wrong. im not sure what you mean be original fix.

 

im not sure why people want me not to upload zip files. i cant upload the node_modules unless its a zip. ill do both then

 

Anyone wanting a fixed version of automaic can go here and get it

get automatic with all the fixes here -->> https://github.com/ThePoot/Backpack.tf-automatic-v1.3.3--all--fixes-are-in-this

more fixes will come in the future.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...