chrisreyn / Tap-Titans-2-Progress-Bot

A HiroMacro Progress Bot for Tap Titans 2
14 stars 14 forks source link

PRESTIGE BUTTON #100

Open maverik13 opened 5 years ago

maverik13 commented 5 years ago

Hello . witht he newest update the prestige button is not working,. they propably change the colour. @chrisreyn

Byklet commented 5 years ago

@maverik13 Hello. I changed it and it worked

>>getColor #color1 350 550<<<
if #color1 == -4089562<<<<
    touchDown 0 330 535
    sleep #btnDelay
    touchUp 0
    sleep 17000
    goto :afterPrestige
else
    touchPress 350 550<<<<
    touchPress 350 550<<<<
    touchPress 350 550<<<<
    touchPress 350 550<<<<
    #prestigeSlide = 0
    goto :checkPrestige
endif 
maverik13 commented 5 years ago

@Byklet which line i should replace? i mean the number in notepad++

maverik13 commented 5 years ago

found but did not work

Byklet commented 5 years ago

starting at line 802 What needs to be changed, I highlighted with such a symbol <<<

Richu58 commented 4 years ago

Since all that is not working for you is prestige I was wondering if you can tell me what version of memu you are using? Wondering if my version is being painful

maverik13 commented 4 years ago

6.0.1

endyminion commented 4 years ago

@Byklet works fine for me, thanks a lot!

maverik13 commented 4 years ago

@Byklet thats why i could not found it the line. u are using a very old macro

Richu58 commented 4 years ago

Could someone dump a copy of there working code on here or link to it please? No matter what i've done its still not working for me

I-Am-The-Liquor commented 4 years ago

@Richu58 Here's my modified file it's been working pretty great for me. It's not perfect but it's doing the trick for the most part. I have 2 issues I plan to fix but been too lazy. #1 is anytime a CQ finishes the prompt gets clicked for rewards which sometimes leads to links in announcements making it leave the app so need to make that like a no-click zone or something and #2 is every once in a while it fails to get skills to 30 but it's super rare. I have a pretty slow build so you may need to adjust prestige time.

https://drive.google.com/open?id=1X8kfUo6W4tWeBg0h1CTrl5e1SpmoAKJU

Edit: using google link instead since copy / pasting the entire document led to a pretty sloppy format.

Richu58 commented 4 years ago

Thanks heaps will try it out

endyminion commented 4 years ago

@maverik13 Hello. I changed it and it worked

>>getColor #color1 350 550<<<
if #color1 == -4089562<<<<
  touchDown 0 330 535
  sleep #btnDelay
  touchUp 0
  sleep 17000
  goto :afterPrestige
else
  touchPress 350 550<<<<
  touchPress 350 550<<<<
  touchPress 350 550<<<<
  touchPress 350 550<<<<
  #prestigeSlide = 0
  goto :checkPrestige
endif 

@Byklet hello brosky! do you have the codes for this last update? v3.5.0 I think they change colors again, and the position for the prestigie. I try to figure out, but im too noob, help plz, just those lines for that you make last time.