This is not an afk macro, just something I want to use so that I feel less like a bard while chain casting those spells.
As you can see the macro is very very basis atm, it works but doesn't manage fizzles, and never end.
What I would like to do is to make him manage fizzles, interrupt etc, stop when the target is down, and cast Harvest of Druzzil and Harvest, if oom.
Can I do that simply by including and maybe modifying spellcast.mac ? if yes, how so ?
Code: Select all
| - Cold.mac -
|
| Usage: /macro Cold
| Usage: Put Jboots in slot 3, memorize ISS in spell slot 8, Concussion in spell slot 1
| and Destruction of Ice in spell slot 4
| Purpose: Chain Cast ISS, DOI and Concussion Alternatively.
| Written by : Moriakorm
Sub Main
| Reset ctrl, alt, shift so keys work correctly
/press ctrl
/press shift
/press alt
:CastDoI
| Cast "Ancient: Destruction of Ice"
/Cast 4
/delay 35
/press 3
/delay 15
/cast 1
/delay 25
/press 3
/delay 10
/goto :CastISS
:CastISS
| Cast "Ice Spear of Solist"
/cast 8
/delay 35
/press 3
/delay 15
/cast 1
/delay 25
/press 3
/delay 10
/goto :CastDoI
