| | #1 |
| Junior Member Join Date: Aug 2009
Posts: 22
| Is there a way to multi-buff a target with one macro? Liek if i want to use 3 different buffs can i one button it without having to use the modify commands? |
| | |
| | #2 |
| Super Moderator | Yup. /cast sequence <buff1> <buff2> <buff3> Or, if there are different classes involved... On Druid: /cast <druid buff> On Priest: /cast <priest buff> On Shaman: /cast <shaman buff> and assign that to the same button on your guys
__________________ |
| | |
| | #3 |
| Moderator Join Date: Jul 2009
Posts: 1,213
| Code: /castsequence reset=target Spell1, Spell2, Spell3 or for 1 buff on different targets: Code: /castsequence [target=toona] Buff,,,, /castsequence [target=toonb] ,Buff,,, /castsequence [target=toonc] ,,Buff,, /castsequence [target=toond] ,,,Buff, /castsequence [target=toone] ,,,,Buff |
| | |
| | #4 | |
| Junior Member Join Date: Aug 2009
Posts: 22
| Quote:
| |
| | |
| | #5 |
| Member | for conditional buffing you're going to need an addon like SmartBuff - Addons - Curse
__________________ Elwoodblues81 aka Jarnie. Pwnboxing in My Dreams! |
| | |
| | #6 | |
| Junior Member Join Date: Aug 2009
Posts: 22
| Quote:
| |
| | |
| | #8 |
| Administrator Join Date: Jun 2009 Location: USA
Posts: 6,768
| Hey there, well also for conditionals I think you can use the ! command. So for example: Code: /cast !Mark of the Wild |
| | |
| | #9 |
| Junior Member Join Date: Aug 2009
Posts: 22
| So if I do /cast !buff1 /cast !buff2 /cast !buff3 if one and 2 already exist will it go to buff 3? |
| | |
| | #10 |
| Senior Member Join Date: Jul 2009
Posts: 871
| Try it and find out . I dont think it works like that, but Id love to be proven wrong.
__________________ This is the OLD profile. Check out "Lindline" for the new info. |
| | |