WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Macro Help (https://www.wowinterface.com/forums/forumdisplay.php?f=140)
-   -   Macro / Script Question (https://www.wowinterface.com/forums/showthread.php?t=39472)

Wickedshifts 03-30-11 01:24 PM

Macro / Script Question
 
I was wondering if it is possible to setup a Macro / Script that when the button is pressed it casts one spell, waits for the 1.5 GCD & the casts another one, something similair to this (Rough example):

/castsequence reset=1.5 Living Bomb, Combustion

To explain: So if I pressed the button the macro / script would cast Living Bomb then after the GCD it casts Combustion... I don't think it can be done, but is it possible?

Thanks,

--Wicked

zynix 03-30-11 01:33 PM

As far as I know you will need to press it two times to get the desired (or undesired) effect, but I need someone to confirm it :)

Seerah 03-30-11 04:07 PM

Yes. One hardware event per secure action. What the above macro does is this: on the first click, it will cast Living Bomb. On the second click, it will click Combustion. The reset=1.5 bit is a "reset" timer - the sequence will reset to the first spell if the button is not pressed within 1.5 seconds. (Though, reset may only accept whole numbers...) If you keep spamming the button, it will never reset until either the second spell is cast or you stop and wait.

Wickedshifts 03-30-11 04:22 PM

Quote:

Originally Posted by Seerah (Post 233311)
Yes. One hardware event per secure action. What the above macro does is this: on the first click, it will cast Living Bomb. On the second click, it will click Combustion. The reset=1.5 bit is a "reset" timer - the sequence will reset to the first spell if the button is not pressed within 1.5 seconds. (Though, reset may only accept whole numbers...) If you keep spamming the button, it will never reset until either the second spell is cast or you stop and wait.

Ok I figured it wouldnt work, I knew about having to press the castsequence macro button each time for each spell in the sequence, it was just an example. And No, im pretty sure Castsequence macros have to be whole numbers, 2,4,6,120, etc...

Thanks for the replies.

---Wicked :banana:

Xinhuan 03-30-11 08:46 PM

If it helps, Combustion will no longer be on GCD in patch 4.1, so it can be cast with other spells in a macro.

However, it is not recommended to do so because the application of the LB debuff is not instant, and casting Combustion at the same time as LB will cause Combustion not to take into account the LB debuff, unless one already exists on the target.


All times are GMT -6. The time now is 12:56 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI