-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved item picking time #19
Comments
This is honestly one of many things I've planned to work on improving but I currently have very little time to work on the bot hence why the bot is pretty messy with the current set Not sure if I'm missing something with the path you are showing but it won't pickup things that drop from augments on the left side of the board |
I have amended it myself, it will reduce about 4 seconds of pickup time and pickup all the items on the boards. As for the random champ when it's not in the final comp, I think we can still upgrade it until we roll out the exact final comp we need. |
Oh awesome. I'll push this along with some small fixes in a few hours I've wanted to implement a temp comp system for a while like what can be done from the the original bot this is forked from basically making comps more dynamic. |
The way you suggested is a good way, but so we will have to improve the item data because as far as I can see, it seems that the bot can only scan component items but not complete items. when they fall out. |
The bot does place completed items on units so if you have a rageblade on the bench and the comp has a unit that needs rageblade it will put the item on the unit even if it's already trying to build something for that unit. On the whole defensive champions will still get defensive items etc... There are different ways to do item stuff but I really think it will be too complicated and not really worth the time. |
I think there is a simpler method to solve this problem. That is to add a function so that when the items in the 10 slots are full and a specific round has arrived, for example, round 3-2, the bot will attach the items according to a determined list (random is also fine). ) up to any 2 or 3-star champ on the board. |
Is your feature request related to a problem? Please describe.
The time to pick up items in the current drop rounds is very long. This leads to a small bug, if leveling up at this point, auto won't have enough time to rescan the board size. This leads to sometimes some champions being placed on the board by the system and not being recognized by the Bot, then leaving the "?" mark.
Describe the solution you'd like
Taticans will speed up when moving towards an item, so can improve its movement to optimize pick up time
Describe alternatives you've considered
This is the Tacticans path that I used when building a bot with image scanning. You can consult.
The text was updated successfully, but these errors were encountered: