HomunculusK / GW2-BLTC-Bot

my first python project it's horrible but it works.
5 stars 1 forks source link

Multiple issues #1

Open ajmandourah opened 4 years ago

ajmandourah commented 4 years ago

Hey. Very great job considering your first project... keep it up

found some issues though.

-Its required too use the full path to the images and files in the data folder. -in the gw2sell module it breaks when the item name takes 2 lines instead of one. removing the region paramater in the locateonscreen fixes it but there is the issue with clicking in these long items . it misses the buttons.

check all your modules as I think there was 1 or 2 more issues around.

ajmandourah commented 3 years ago

I take your idea, improved it. took out the need to use selenium. added config file and a litte bit other stuff. of you are interested to be in the project let me know

alazare619 commented 2 years ago

@ajmandourah can you upload your changes if you still have it to a repo i'm working on this as well and i'm interested in your changes

ajmandourah commented 2 years ago

@ajmandourah can you upload your changes if you still have it to a repo i'm working on this as well and i'm interested in your changes

I actually have finished the bot completely around one year ago. Fully automated with nice gui. With the right item list which I made it so it can be fetched from a certain site you can get rich fast. I got totally 20000g in the matter of 2 months. Unfortunately I can't share the code as I have it in a private repo and sharing it will risk patches which will break it as its easy to do so. I can give you some pointers if you want.

What Lang are you going to use? I personally used python.

iamhellatall commented 2 years ago

@ajmandourah can you upload your changes if you still have it to a repo i'm working on this as well and i'm interested in your changes

I actually have finished the bot completely around one year ago. Fully automated with nice gui. With the right item list which I made it so it can be fetched from a certain site you can get rich fast. I got totally 20000g in the matter of 2 months. Unfortunately I can't share the code as I have it in a private repo and sharing it will risk patches which will break it as its easy to do so. I can give you some pointers if you want.

What Lang are you going to use? I personally used python.

hey sorry to go off topic but this is literally one of the few places ive found with a bot that seems to work.

Does the original bot still work or has it been broken with patches? How detectable is this by gw2/How much risk would this put someone at of getting banned. Do you ever plan on making the private bot you made out of the original available to the public in some format? How hard was it to get your bot to where it is using the original bot.

Sorry for all these questions I've been looking for a trading post bot for ages and the ones I've found seem extremely old and this is the closest I've gotten to someone talking about a modern one so i made an account just to ask you about it. thank you advance.

ajmandourah commented 1 year ago

@ajmandourah can you upload your changes if you still have it to a repo i'm working on this as well and i'm interested in your changes

I actually have finished the bot completely around one year ago. Fully automated with nice gui. With the right item list which I made it so it can be fetched from a certain site you can get rich fast. I got totally 20000g in the matter of 2 months. Unfortunately I can't share the code as I have it in a private repo and sharing it will risk patches which will break it as its easy to do so. I can give you some pointers if you want.

What Lang are you going to use? I personally used python.

hey sorry to go off topic but this is literally one of the few places ive found with a bot that seems to work.

Does the original bot still work or has it been broken with patches? How detectable is this by gw2/How much risk would this put someone at of getting banned. Do you ever plan on making the private bot you made out of the original available to the public in some format? How hard was it to get your bot to where it is using the original bot.

Sorry for all these questions I've been looking for a trading post bot for ages and the ones I've found seem extremely old and this is the closest I've gotten to someone talking about a modern one so i made an account just to ask you about it. thank you advance.

I don't think the original one works. It will miss alot of stuff when automating and the code has not been maintained.

Regarding detectability its virtually undetectable as its imitate mouse clicks. Unless someone know you are botting and you stay in lion arch black lion trading merchant all the time no one will know.

I have improved the bot further to allow it to run in the background while you do other things. And added telegram notifications so you know what it's doing. Taking the code from this repo further on is not hard but definitely will take time.

Read about python and automation and go further on