Voidform not acting like Void Eruption

#showtooltip Voidform
/cast [@mouseover, exists] Power Infusion; Power Infusion
/cast Voidform
/use 14

The above macro used to work with “voidform” being replaced by the old Void Eruption. When Void Eruption turned into Void Bolt you could still use the same button to cast Void Bolt. The skill transformed itself so casting Void Eruption again using the macro above would cast Void Bolt.

This new Voidform cooldown transforms itself into Void Volley, a castable skill like the old Void Bolt, however, it doesn’t do that inside this macro so Void Volley needs to be on a separate keybind? Is there a change I can make to this macro (I’ve been using it for years) that would allow me to do this?

#showtooltip Voidform
/cast [@mouseover, exists] Power Infusion; Power Infusion
/cast Voidform
/cast Void Volley
/use 14

It works but tooltip is messed up. Even
#showtooltip [known:1242173]Void Volley;Voidform
doesn’t resolve the problem. So separete keybinding seems to be the only solution.

Thanks for your help anyway. With all the pruning I’ve got extra keybinds. The silly thing is that you can’t get the Void Volley skill from your spell book unless you use Voidform, then have to grab it and put it on your bar before it disappears.

I have this so far and it works, tooltips and everything. The only problem is it only cast void volley once. If someone can solve that problem we got the macro up and running.

#showtooltip [known: Void Volley] Void volley; Voidform
/cast [nochanneling:void torrent, @mouseover,harm,nodead][nochanneling: Void Torrent] Voidform; Void Volley

I’ve got this to work, basically it’s designed so it will not clip the channel of Void Torrent. And has a modifier key for Void Volley. So First time you click it, it will Voidform then you click it again with mod key and it will cast Void Volley. If you take out the mod key you can only use it for Void Volley once .

#showtooltip [known: Void Volley] Void volley; Voidform
/cast [mod:alt;@mouseover] Void Volley;
/cast [nomod, nochanneling:void torrent, @mouseover,harm,nodead][nochanneling: Void Torrent] Voidform;

Try this instead

#showtooltip [known:Void Volley] Void Volley; Voidform
/stopmacro [channeling:Void Torrent]
/cast [known:Void Volley,@mouseover,harm,nodead] [known:Void Volley] Void Volley; [@mouseover,harm,nodead] [] Voidform
1 Like

This worked, just added the extra part with mouse over for PI. Thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.