The example macro file has been updated with all new combat macros that are both more effective DPS-wise and safer with randomized queue timers, release timers, and sleep timers. I will post the file on Discord, and you can always download the current version of the file here: https://speedercheats.vip/downloads/#throne_and_liberty.
The new macros make use of a new macro command:
- "ch*[hotbar slot],[timeout]" — Speeder will wait until the ability in the hotbar slot "hotbar slot" is on cooldown or until "timeout" is reached. "Timeout" should be the number of milliseconds to wait until Speeder should assume the activation of the ability has failed (to prevent the script from getting stuck). you may omit "timeout," in which case Speeder will use a default timeout of 5000 milliseconds. This command is useful for determining when to release keys in a combat macro. Example:
- keys=ch1,0.5|49d|dbg % pressing slot 1 key|s500|ch*1|s100|49u|dbg % releasing slot 1 key
Some abilities require multiple key presses to activate. For these abilities, you cannot use ch* and should instead use something like
keys=ch2|50d|dbg % slot2|s(VAR % sleepDelay)|50u
where "sleepDelay" is a random timer between 100 and 500 milliseconds.
Another big change with macros is it is no longer possible to press and release a key instantly. For example, writing "49" is no longer possible. You must use "49d" when you want to press the key, and "49u" when you want to release it. This is to keep you safe as it is, of course, impossible for a human to instantly press and release a key. Any time you are pressing a key, it is a good idea to randomize the amount of time before the key is released. You can look at the example macro file for examples on how to do this.
These changes require updating Speeder to version 69.