Skip to content
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

Bot doesnt scroll down?? #94

Open
limburgerrr opened this issue May 17, 2019 · 2 comments
Open

Bot doesnt scroll down?? #94

limburgerrr opened this issue May 17, 2019 · 2 comments

Comments

@limburgerrr
Copy link

Bot doesnt scroll all the way down too maya
it only scrolls down ones when i go prestige..

how do i set the bot too scroll all the way down too maya?

Greetz

@DaBest1Evar
Copy link

I also have this problem, but the new script doesn't scroll down at all. It just opens the hero window and closes and repeats forever. I thought it was the new script but my old script does this as well... could something else have changed, like colors, maybe?

@chrisreyn

@ormagoden
Copy link

just a quick fix here
just comment line 1631 to line 1648

but it will scroll to bottom hero all the time

so you can save your time by adding a logic like this

add var at top of file
var #scrollDownLevelHeroesBool 0

then add and edit these code at line 1631

if #scrollDownToBottomHero == 0
    // scroll to bottom hero
    #scrollDownToBottomHero = 1
else
    // scroll to nearby hero
    #scrollDownToBottomHero = 0
endif

if #scrollDownLevelHeroesBool = 0 or #lateRun > 0
    //slide down
    touchDown 1 280 740
    sleep 200
    touchMove 1 280 710
    sleep 50
    touchMove 1 280 500
    sleep 50
    touchMove 1 280 410
    sleep 50
    touchMove 1 280 400
    touchUp 1

    sleep 300
    #time = #time + 650
		
    goto :levelHeroesPressLevelUp
endif

it will be
scroll to bottom hero -> scroll to nearby hero -> scroll to bottom hero -> ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants