Giter Site home page Giter Site logo

Comments (18)

Egoistically avatar Egoistically commented on June 2, 2024

Was this on an event map?

from alauto.

MetalDevOps avatar MetalDevOps commented on June 2, 2024

Was this on an event map?

can we using on event map? LUL

from alauto.

nooblvlboss avatar nooblvlboss commented on June 2, 2024

No it was on 8-4. I think the issue was I exited the map and came back manually (like when the bot killed 1 enemy). It went on clearing map as usual but then got stuck when it was unable to access. The bot seems fine if I don't touch it at all though.

from alauto.

Egoistically avatar Egoistically commented on June 2, 2024

can we using on event map? LUL

Yes and no, assets can be manually added but it will treat it as a normal map.

No it was on 8-4. I think the issue was I exited the map and came back manually (like when the bot killed 1 enemy). It went on clearing map as usual but then got stuck when it was unable to access. The bot seems fine if I don't touch it at all though.

Yeah you are not supposed to interfere in any way. So now it works fine?

from alauto.

nooblvlboss avatar nooblvlboss commented on June 2, 2024

Yep!

from alauto.

MetalDevOps avatar MetalDevOps commented on June 2, 2024

Farming on 10-3 and got stuck like our friend

the bot keep click on mark

I dont do anything, was the 3rd run without problems.

from alauto.

nooblvlboss avatar nooblvlboss commented on June 2, 2024

Sorry for re-opening this issue. Just woke up, and same thing had happened.

from alauto.

hjk22 avatar hjk22 commented on June 2, 2024

I believe the problem is that the target type is added together with the coordinates to the blacklist, so the script is unable to correctly filter them out. In combat.py line 282 to the variable location is assigned the result of the get_closest_target function, which contains also the target type. Try substituting this line with location = self.get_closest_target(self.blacklist)[0:2], this should solve this issue.

from alauto.

MetalDevOps avatar MetalDevOps commented on June 2, 2024

I believe the problem is that the target type is added together with the coordinates to the blacklist, so the script is unable to correctly filter them out. In combat.py line 282 to the variable location is assigned the result of the get_closest_target function, which contains also the target type. Try substituting this line with location = self.get_closest_target(self.blacklist)[0:2], this should solve this issue.

Will try, thanks.

from alauto.

Egoistically avatar Egoistically commented on June 2, 2024

Should be fixed with @hjk22's solution. Pushed it already 01e18b5.
Please let me know whether or not it works.

from alauto.

MetalDevOps avatar MetalDevOps commented on June 2, 2024

looks like it didn't work, farming at 7-3 got stuck here

I marked X where the bot was clicking

from alauto.

Egoistically avatar Egoistically commented on June 2, 2024

It's a different issue at least, the blacklist checks for exact coordinates and those are different by a pixel or a few. Some kind of checker for near coordinates needs to be coded to solve that.
Will check it out tomorrow.

from alauto.

MetalDevOps avatar MetalDevOps commented on June 2, 2024

It's a different issue at least, the blacklist checks for exact coordinates and those are different by a pixel or a few. Some kind of checker for near coordinates needs to be coded to solve that.
Will check it out tomorrow.

alright, no problem.

Just another example

I marked X where the bot was clicking

I noticed that whenever the node ends in this pattern gives error in this map.

7-3 btw.

from alauto.

Egoistically avatar Egoistically commented on June 2, 2024

@whoamikyo Try this: 8551e86, now it filters close coordinates too.
I have no idea about the bot clicking on that red cross, it is kinda nonsense.

from alauto.

MetalDevOps avatar MetalDevOps commented on June 2, 2024

@whoamikyo Try this: 8551e86, now it filters close coordinates too.
I have no idea about the bot clicking on that red cross, it is kinda nonsense.

Testing now, thanks.

from alauto.

MetalDevOps avatar MetalDevOps commented on June 2, 2024

Looks like it didn't work, the bot tries to reach the target but even giving error because the path is closed, he keeps trying.

from alauto.

Egoistically avatar Egoistically commented on June 2, 2024

@whoamikyo Now? 5419ff2.

from alauto.

MetalDevOps avatar MetalDevOps commented on June 2, 2024

let me test again.

from alauto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.