|
You last visited: Today at 20:26
Advertisement
Tap Titans 2 Advanced ClickBot (HiroMacro)
Discussion on Tap Titans 2 Advanced ClickBot (HiroMacro) within the Mobile Games forum part of the Other Online Games category.
02/09/2017, 07:22
|
#61
|
elite*gold: 128
Join Date: Jan 2011
Posts: 614
Received Thanks: 248
|
Quote:
Originally Posted by Mackkz
Have you had any issues with auto prestige Elal? I ended up making the change you mentioned in your last post, and my last two runs at 85 minutes/60 minutes for auto prestige, the prestige itself just doesn't happen. About 40 minutes into the first run, the macro hovered over the prestige button and then closed it, which was the closest I got to it working. Just not sure if that modification would have any effect on the rest of the macro.
Any thoughts Whyno?
To clarify, this is the first time running the macro since the earliest versions so I've never managed to have a successful auto prestige so far.
*Clarification Two* As mentioned before, it would be great if there was some way to modify the macro to ignore the "skipping action because of boss fight" part of it. As someone with level 10 IP, this pops up constantly throughout my runs.
As always, thanks a lot for your hard work Whyno. The potential of this is keeping me interested in the game.
|
Just delete this lines:
HTML Code:
//skill available but checking boss fight first
if #statusFresh == 0
#statusFresh = 1
goto :refreshStatus
elseif #statusFresh == 1 and #skillActive == 1
toast skipping actions - firesword in progress
#statusFresh = 0
goto :start
elseif #statusFresh == 1 and #bossFightInProgress == 1
toast skipping actions - bossfight in progress
#statusFresh = 0
goto :start
endif
I add this to the settings with the next update, I alo try to fix this prestige issu (after work).
|
|
|
02/09/2017, 07:45
|
#62
|
elite*gold: 0
Join Date: Jan 2017
Posts: 24
Received Thanks: 3
|
Appreciate the response. Looking forward to a potential prestige fix.
|
|
|
02/09/2017, 09:23
|
#63
|
elite*gold: 0
Join Date: Feb 2017
Posts: 1
Received Thanks: 0
|
Hey there! I am trying this bot too and i found a stucky thing. Btw my english is mit good.
I am Premium tapper and the Macro stucks a Bit in opening the flying chests. Because it do not akzept the uppopping window like "do you wona fill up Mana?" Yes or no. In every question window it stucks in that yes or no uppopping window.
Is there a way to fix this?
Thx and a Nice Day!
|
|
|
02/09/2017, 13:44
|
#64
|
elite*gold: 0
Join Date: Jan 2017
Posts: 4
Received Thanks: 1
|
Quote:
Originally Posted by pGF4lk
Hey there! I am trying this bot too and i found a stucky thing. Btw my english is mit good.
I am Premium tapper and the Macro stucks a Bit in opening the flying chests. Because it do not akzept the uppopping window like "do you wona fill up Mana?" Yes or no. In every question window it stucks in that yes or no uppopping window.
Is there a way to fix this?
Thx and a Nice Day!
|
Go into settings and disable fairy ads.
|
|
|
02/09/2017, 18:10
|
#65
|
elite*gold: 0
Join Date: May 2013
Posts: 21
Received Thanks: 0
|
Hey, I am a completly noob, but would love to use this, could anyone change the options for me, All I want is that it lvls my hero to like 600 for warcry, and then lvl 1 warcry all the time, while upgrading all my heroes, and I am able to skipp adds, not sure if thats possible with the script, would be rly thankfull, thanks alot.
|
|
|
02/09/2017, 22:05
|
#66
|
elite*gold: 0
Join Date: Apr 2009
Posts: 44
Received Thanks: 3
|
@  Nope, absolutely no issue it just sometimes last for 28min intead of 25.
@  He got no ads ; so he's asking for a fix... @  I think you should active debug mode in hiromacro to see what the script try to do ; this should help Whyno to solve your problem (i'm not premium so can't help on this one).
@  Not sure Whyno's script provide a "lvl 600 max for Mastersword" ; but having an option to just learn a skill (and not level it up after) could be great for permacrying while farming.
For now when i want to push i just learn warcry level 1 with those settings, my mana regen is enough to warcry when asked by the script :
Quote:
// ----------- Settings --- General
var #enableChestserton 0
var #enableClanQuest 1
var #enableHeroes 1
var #enableSkills 0
var #enableAutoprestige 0
var #runActionsOnStart 1
// ----------- Settings --- Mana
var #fullManaSkill 5
// ----------- Settings --- Prestige
var #prestigeAfterXMinutes 25
// ----------- Settings --- Heroes
var #levelHeroXTimesOnAction 1
// ----------- Settings --- Skills
//interval in minutes set to 1 or more if you want to press this skill every x minutes
var #intervalCrit 0
var #intervalFireBlade 0
var #intervalMidas 0
var #intervalShadowClone 0
var #intervalHeroes 1
|
|
|
|
02/09/2017, 22:23
|
#67
|
elite*gold: 0
Join Date: Jan 2017
Posts: 24
Received Thanks: 3
|
Do you mind attaching the entirety of your version of the script in notepad? Curious to see if there's something that I modified that I shouldn't have modified.
|
|
|
02/09/2017, 22:34
|
#68
|
elite*gold: 0
Join Date: Jan 2017
Posts: 40
Received Thanks: 7
|
Is it just me or does it always use the Fire Blade skill? I want it to use War Cry or Hand of Midas but it seems to ignore what I set and always default to Fire Blade.
|
|
|
02/09/2017, 22:35
|
#69
|
elite*gold: 0
Join Date: May 2013
Posts: 21
Received Thanks: 0
|
// ----------- Settings --- General
var #enableChestserton 0
var #enableClanQuest 1
var #enableHeroes 1
var #enableSkills 0
var #enableAutoprestige 0
var #runActionsOnStart 1
// ----------- Settings --- Mana
var #fullManaSkill 5
// ----------- Settings --- Prestige
var #prestigeAfterXMinutes 25
// ----------- Settings --- Heroes
var #levelHeroXTimesOnAction 1
// ----------- Settings --- Skills
//interval in minutes set to 1 or more if you want to press this skill every x minutes
var #intervalCrit 0
var #intervalFireBlade 0
var #intervalMidas 0
var #intervalShadowClone 0
var #intervalHeroes 1
where do u find those settings, I can't find them in mine
I just found out in the newer versions there are not these settings, there is only settings, not like settings general etc
|
|
|
02/09/2017, 22:42
|
#70
|
elite*gold: 0
Join Date: Apr 2009
Posts: 44
Received Thanks: 3
|
@  =>
@  => i just don't learn it, so dunno.
@  => First part of the script attached on first page on this thread, version 0.9.3
|
|
|
02/09/2017, 23:02
|
#71
|
elite*gold: 128
Join Date: Jan 2011
Posts: 614
Received Thanks: 248
|
Quote:
|
ll I want is that it lvls my hero to like 600
|
This is not possible I can only calculate the time.
Quote:
|
Because it do not akzept the uppopping window like "do you wona fill up Mana?"
|
Ads are not supported
Quote:
|
it would be great if there was some way to modify the macro to ignore the "skipping action because of boss fight" part of it.
|
Quote:
|
An option to disable and enable auto boss fights
|
Done -> #checkBossFight 0
Quote:
|
Appreciate the response. Looking forward to a potential prestige fix.
|
I added some delays, set prestige time to 1 and test it out.
Quote:
|
or maybe the bot should just do a quick check, before it starts a boss fight
|
That was implemented 2-3 versions ago, I add this again with an option -> #startBossWithoutFireBlade
Alpha v0.9.4 (09.02.2017)- Optimized boss detection on high lvl push
- Add option for high lvl push with fireblade
- Add option for enable/disable boss fight checks
- Add option for hero leveling intensity
- Removed some useless code (improve performance)
Next Update:
Quote:
|
I want it to use War Cry or Hand of Midas but it seems to ignore what I set and always default to Fire Blade.
|
Quote:
|
i just learn warcry level 1 with those settings
|
I try to add an feature, that allows you to adjust the skill level (per prestige), and changeable skills on boss starts - you can already fire skills in intervals
Other:
Quote:
|
Do you mind attaching the entirety of your version of the script in notepad? Curious to see if there's something that I modified that I shouldn't have modified.
|
encodings:
editor:
|
|
|
02/09/2017, 23:50
|
#72
|
elite*gold: 0
Join Date: Jan 2017
Posts: 40
Received Thanks: 7
|
Thanks for the update.
I think it needs to level the sword master before trying to unlock skills. It goes through the list trying to add them even though the sword master is only level 1.
Also it's still using Fire Blade over War Cry with the following settings:
Code:
// ----------- Settings --- Mana
var #fullManaSkill 5
// ----------- Settings --- Heroes
var #skillIntensity 2
// ----------- Settings --- Boss
var #startBossWithoutFireBlade 1
var #checkBossFight 0
// ----------- Settings --- Skills
//interval in minutes set to 1 or more if you want to press this skill every x minutes
var #intervalCrit 0
var #intervalFireBlade 300 (I set this high hoping it would disable it but it hasn't)
var #intervalMidas 0
var #intervalShadowClone 0
var #intervalHeroes 5
Am I doing something wrong?
|
|
|
02/10/2017, 21:16
|
#73
|
elite*gold: 128
Join Date: Jan 2011
Posts: 614
Received Thanks: 248
|
Just a little quick fix update:
Alpha v0.9.5 (10.02.2017)- Optimized action stepper (faster switching between actions)
- Added warcry to full mana trigger
- Swapped sm leveling with skill leveling
|
|
|
02/10/2017, 22:02
|
#74
|
elite*gold: 0
Join Date: Feb 2017
Posts: 18
Received Thanks: 2
|
Anyone having issues getting Tap Titans 2 to start in Nox? I even tried making a new google account. It just sits at the loading screen and the loading bar doesn't move at all. Same thing happens for me in Bluestacks too.
|
|
|
02/10/2017, 22:06
|
#75
|
elite*gold: 0
Join Date: Feb 2012
Posts: 49
Received Thanks: 3
|
Hey guys.
I can reach 3500 with a little bit of farming, but outside of tournaments I prestige at like 3200-3300, to shorten my prestige times.
Also I dont need to tap, just hero / pet auto attack and sometimes WC to reach that stage.
My question:
Is the bot / script in its current state ablte to
- Lvl up heros + their skills
- detect the stage your at OR the time since last prestige
- prestige and start over
?
Thanks!
|
|
|
 |
|
Similar Threads
|
Tap Titans 2 bit advanced progress script. (bot)
07/20/2017 - Mobile Games - 25 Replies
Hi there guys, I did made a simple script for TapTitans 2 to kill titans, level up your character and even heroes, all works nicely on my phone. All you need is rooted phone, install HiroMacro, import my script and you are ready to go. Script is made for 1080x1920 screen, I dont know if it will work on other resolutions. If you need detailed info how to, just ask in reply, and I will help you.
I will maybe improve my bot in future, depends on how you will like it.
Script download right here...
|
[Selling] Clickbot für die Web App
10/02/2016 - Fifa Trading - 2 Replies
Hallo Leute.
Ich verkaufe einen Clickbot für die Web App (Geht natürlich für alles andere auch, aber es geht hier ja um Fifa). Mit diesem ist es möglich, die eigenen Spieler stündlich draufzustellen, ohne dass man selbst etwas machen muss.
Als Bezahlung nehme ich UT Coins oder Paysafekarten :)
Anbei ein Bild zur Erläuterung, für Fragen stehe ich jederzeit zur Verfügung, denkt dran: Es gibt keine dummen Fragen, nur dumme Antworten :)
...
|
Working clickbot around?
09/24/2015 - S4 League - 1 Replies
All the one's I've seen don't work and / or are for Multiclient only and have set timers, which is really stupid.
The old ones do not work anymore either..
Is there any oldschool farmbot, that does ENTER, CLICK, F5, ENTER, CLICK, F5
in infinite loops?
I play ks4 so farming is not a ban reason and some ppl there have such macros, but my keyboard cant record loop macros, which is sad. Whatever, I remember old bots being around, I think it was AHK? Someone knows of a working one?
|
Darkorbit Clickbot
07/19/2011 - DarkOrbit - 6 Replies
Gibt es einen Clickbot für DO? Wenn ja würde ich mich über'nen Link freuen. :D
|
[BOT] Cboy - Clickbot
06/18/2008 - General Gaming Releases - 1 Replies
CBoy is a small, easy to use clickbot.
It can be used to auto-attack as a caster, anti-afk, and even anti-afk in WoW. However, it was designed to be a quick, simple bot for AoC Casters.
Tried it on my necromancer, and it worked like a charm.
It's only 18 KB in size, and if you wish to try it, open up notepad, activate the bot, and watch for yourself.
Download:
RapidShare: Easy Filehosting
|
All times are GMT +1. The time now is 20:27.
|
|