Hi. Is it legal/allowed to set up macros in this game to combine your attacking skills? If so how do i do it? There doesnt seem to be an option in game.
Another quick question. What will be the max level when this game finally gets released?
Hi. Is it legal/allowed to set up macros in this game to combine your attacking skills? If so how do i do it? There doesnt seem to be an option in game.
Another quick question. What will be the max level when this game finally gets released?
If there is no in-game settings for setting up macros, then its against Terms of Service, because you have to use a 3rd-party program through the game for your desired feature.
Some may argue that it doesn’t go against Terms of Service because you’re not messing with any code, But some ToS in-fact state that any use of third party programs to directly influence their game is prohibited.
I would advise against it, but here’s how its done:
For all examples I will use Heal and Cure (Cleric Abilities)
For step 3, Many Macro programs will automatically press the next key in the cycle after .5 or .25 seconds (initially as fast as possible). This means that your 2nd ability would not be able to go off since the key would be pressed during the 1st ability’s cast time. You will need to test out how long it takes for ability 1 to fully cast, then add a delay timer in the macro accordingly to then press ability 2.
Example: Ability 1 takes 3 seconds to cast
Macro {P [Key 1]; Delay 3s; P [Key 2]; } and continue with any other skills you want to input.
For combinations, you can use CTRL, ALT, and SHIFT with any other key and it should be recognizable.