Does anyone know if you can macro where you spam one macro and if fire procs you cast fire 3 on next spell? If you do please help me out!
Printable View
Does anyone know if you can macro where you spam one macro and if fire procs you cast fire 3 on next spell? If you do please help me out!
You mean an auto pilot macro to make the class play itself?
The in game macro system was not designed to allow you to script a class, and does not allow for conditional affects.
The best you could do is not have enough MP for fire 3... and have your macro be
This would always attempt to cast fire 3 first, and would fall back on casting Fire, if for any reason you couldn't cast fire 3 (lack of MP)Code:/ac "Fire III" <t>
/ac "Fire" <t>
No, there is no way to make a macro that shoots off procs whenever they occur. You just have to pay attention and not waste them.
If only SE will add condition to macro that will be really good. Example
/ac [Firestarter] "Fire III" <t>
/ac [Thundercloud] "Thunder III" <t>
/ac Fire <t>
Only macro you could possibly use is the following
/ac "Fire" <t>
/wait 2.5
/ac "Fire III" <t>
When u see u get firestarter, stop spamming the button.