|
Post by vampiredbr9 on Jan 8, 2017 8:51:34 GMT
Change the first 2 values of continueClick for coordinates x and y. -- ========== Settings ================ Settings:setCompareDimension(true, 540) Settings:setScriptDimension(true, 540)
-- ========== main program =========== while (true) do continueClick(270, 320, 20, 20, 100) end How can I edit it? Do i need a certain app to edit it? I use QLua on my android phone. It's free!
|
|
|
Post by jetrees on Jan 18, 2017 15:23:43 GMT
Using the setContinueClickTiming function makes this script function betting in my opinion. Before when using in Tap Titans 2 you could see all the clicks visually but it was too fast for them all to be registered as actual attacks which led to dips in and pauses in DPS. The following adjust the timing so that there is a steady stream of consistent attacks that will actually do damage. It's a bit harder to stop because it is clicking 400 times in 1 run through instead of 100 as well. I modified that because there is a slight pause between each run of continueClick.
-- ========== Settings ================ Settings:setCompareDimension(true, 540) Settings:setScriptDimension(true, 540)
-- ========== main program =========== setContinueClickTiming(0.005, 45) while (true) do continueClick(270, 320, 20, 20, 400) end
Edit: Where you will really notice the difference is on boss fights that take longer to kill.
|
|
jonse
New Member
Posts: 1
|
Post by jonse on Feb 7, 2017 12:55:57 GMT
Works very well, much appreciated 👍
|
|
|
Post by lokylax on Feb 13, 2017 23:31:56 GMT
Hi, his there a way to make the script stop after 40 seconds please ? Thanks.
|
|
|
Post by h4h4h4 on Feb 21, 2017 11:41:47 GMT
im using xiaomi red me 3 its not working help me...
|
|
|
Post by AnkuLua on Feb 21, 2017 12:19:44 GMT
Does the calculator plus example work?
Please try "(BETA) Use alternative ..." in settings.
|
|
|
Post by alexxei on Feb 24, 2017 2:23:46 GMT
Using the setContinueClickTiming function makes this script function betting in my opinion. Before when using in Tap Titans 2 you could see all the clicks visually but it was too fast for them all to be registered as actual attacks which led to dips in and pauses in DPS. The following adjust the timing so that there is a steady stream of consistent attacks that will actually do damage. It's a bit harder to stop because it is clicking 400 times in 1 run through instead of 100 as well. I modified that because there is a slight pause between each run of continueClick. -- ========== Settings ================ Settings:setCompareDimension(true, 540) Settings:setScriptDimension(true, 540) -- ========== main program =========== setContinueClickTiming(0.005, 45) while (true) do continueClick(270, 320, 20, 20, 400) end Edit: Where you will really notice the difference is on boss fights that take longer to kill. This is the best i've tried yet. Is there a way to make it click 20 clicks per second or whatever, for duration i can set up?
|
|
psss
New Member
Posts: 3
|
Post by psss on Mar 11, 2017 9:33:28 GMT
Hi, I am also Xiaomi user. All managed to install daemon, i loaded tap titans script and started it, and AnkuLua says "service ready" but i cant see 'play' button nowhere Anyone have faced that problem?
|
|
|
Post by AnkuLua on Mar 11, 2017 9:41:18 GMT
MIUI Users: If the translucent "play" button doesn't show. Change following setting. MIUI: Settings-->installed app-->AnkuLua-->Permission manager-->Display pop-up window-->Accept
|
|
psss
New Member
Posts: 3
|
Post by psss on Mar 11, 2017 10:17:00 GMT
Wow, quick answer and very relevant But further problems appeard: - when i run original script, after pressing play, nothing happens its not clicking at all - when i run modified script posted in previous comments - message: "syntax error:/sdcard/download/TT2 2.lua:11 '=' expected near 'more'
|
|
|
Post by AnkuLua on Mar 11, 2017 10:33:06 GMT
|
|
psss
New Member
Posts: 3
|
Post by psss on Mar 11, 2017 11:08:13 GMT
Well it works, dont know why and how, but after openning calculator it started to tap Thanks for help
|
|