AFAIK, macros can't cast a spell, change targets, and cast another spell.
There are 2 ways to do this.
First way: Using click macros to click individual macros that do a simple /tar party1 /cast power word: shield /targetlasttarget.
Second way: Create a keymap in ISBoxer that has 5 steps (one for each group member) that has the macro above.
Here is the mapped key (copy & paste into an ISBoxer KeyMap)
You can spam this key as fast as you want, and even though you'll blow right paste the GCD everyone will get bubbled. it will just require you spam the button for 5 GCDs to get everyone.
Code:
<?xml version="1.0" encoding="utf-8"?>
<Box xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ObjectType>ISBoxer_Toolkit.Configs.KeyMaps.MappedKey</ObjectType>
<SerializedObject><?xml version="1.0" encoding="utf-8"?>
<MappedKey xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>BubbleSpam</Name>
<Combo>
<Combo>Shift+F1</Combo>
<Modifiers>Shift</Modifiers>
<Key>
<Key>F1</Key>
<Code>59</Code>
</Key>
</Combo>
<SendNextClickBlockLocal>false</SendNextClickBlockLocal>
<ManualLoad>false</ManualLoad>
<ResetTimer>0.1</ResetTimer>
<ResetType>Never</ResetType>
<Mode>OnRelease</Mode>
<Steps>
<Step>
<Stick>0</Stick>
<Actions>
<MappedKeyAction xsi:type="WoWMacroAction">
<ShortName />
<Target>Satinworship-Kil'Jaeden</Target>
<Combo>
<Combo>Shift+F1</Combo>
<Modifiers>Shift</Modifiers>
<Key>
<Key>F1</Key>
<Code>59</Code>
</Key>
</Combo>
<WoWMacro>
<PreCommand>None</PreCommand>
<MacroCommands>/run SetCVar("Sound_EnableSFX","0")
/tar satinworship
/cast Power Word: Shield
/targetlasttarget
/run SetCVar("Sound_EnableSFX","1")</MacroCommands>
<TargetLastTarget>false</TargetLastTarget>
</WoWMacro>
</MappedKeyAction>
</Actions>
</Step>
<Step>
<Stick>0</Stick>
<Actions>
<MappedKeyAction xsi:type="WoWMacroAction">
<ShortName />
<Target>Satinworship-Kil'Jaeden</Target>
<Combo>
<Combo>Shift+F2</Combo>
<Modifiers>Shift</Modifiers>
<Key>
<Key>F2</Key>
<Code>60</Code>
</Key>
</Combo>
<WoWMacro>
<PreCommand>None</PreCommand>
<MacroCommands>/run SetCVar("Sound_EnableSFX","0")
/tar party1
/cast Power Word: Shield
/targetlasttarget
/run SetCVar("Sound_EnableSFX","1")</MacroCommands>
<TargetLastTarget>false</TargetLastTarget>
</WoWMacro>
</MappedKeyAction>
</Actions>
</Step>
<Step>
<Stick>0</Stick>
<Actions>
<MappedKeyAction xsi:type="WoWMacroAction">
<ShortName />
<Target>Satinworship-Kil'Jaeden</Target>
<Combo>
<Combo>Shift+F3</Combo>
<Modifiers>Shift</Modifiers>
<Key>
<Key>F3</Key>
<Code>61</Code>
</Key>
</Combo>
<WoWMacro>
<PreCommand>None</PreCommand>
<MacroCommands>/run SetCVar("Sound_EnableSFX","0")
/tar party2
/cast Power Word: Shield
/targetlasttarget
/run SetCVar("Sound_EnableSFX","1")</MacroCommands>
<TargetLastTarget>false</TargetLastTarget>
</WoWMacro>
</MappedKeyAction>
</Actions>
</Step>
<Step>
<Stick>0</Stick>
<Actions>
<MappedKeyAction xsi:type="WoWMacroAction">
<ShortName />
<Target>Satinworship-Kil'Jaeden</Target>
<Combo>
<Combo>Shift+F4</Combo>
<Modifiers>Shift</Modifiers>
<Key>
<Key>F4</Key>
<Code>62</Code>
</Key>
</Combo>
<WoWMacro>
<PreCommand>None</PreCommand>
<MacroCommands>/run SetCVar("Sound_EnableSFX","0")
/tar party3
/cast Power Word: Shield
/targetlasttarget
/run SetCVar("Sound_EnableSFX","1")</MacroCommands>
<TargetLastTarget>false</TargetLastTarget>
</WoWMacro>
</MappedKeyAction>
</Actions>
</Step>
<Step>
<Stick>0</Stick>
<Actions>
<MappedKeyAction xsi:type="WoWMacroAction">
<ShortName />
<Target>Satinworship-Kil'Jaeden</Target>
<Combo>
<Combo>Shift+F5</Combo>
<Modifiers>Shift</Modifiers>
<Key>
<Key>F5</Key>
<Code>63</Code>
</Key>
</Combo>
<WoWMacro>
<PreCommand>None</PreCommand>
<MacroCommands>/run SetCVar("Sound_EnableSFX","0")
/tar party4
/cast Power Word: Shield
/targetlasttarget
/run SetCVar("Sound_EnableSFX","1")</MacroCommands>
<TargetLastTarget>false</TargetLastTarget>
</WoWMacro>
</MappedKeyAction>
</Actions>
</Step>
</Steps>
</MappedKey></SerializedObject>
</Box>
Connect With Us