chrisreyn / Tap-Titans-2-Progress-Bot

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

hs build #43

Open alex28noni opened 6 years ago

alex28noni commented 6 years ago

?How can i make HS spammable?

maelstromsh commented 6 years ago

Change your #intervalHS value in the // ---------- Actions ---------- [ Skills ] section.

var #intervalHS 4

cyR273 commented 6 years ago

No matter what number I enter, HS is only activated every 10 seconds.

When I set var #intervalHS to 1 its still every 10 seconds

chrisreyn commented 6 years ago

skill activation is tied to time update. simply change #resultUpdateTime = #loopCount % 75 to have a smaller number so it refreshes faster (on slower machines this might be too much to handle). also, var #timeScaleAddition 20 adjust it higher or lower depending on if the timer is delayed or advanced respectively

cyR273 commented 6 years ago

reducing #resultUpdateTime = #loopCount % 75 works fine. thanks