Potion only in a Raid
11 posts
• Page 1 of 1
Potion only in a Raid
I couldn't find this anywhere so
/cast Tiger's Fury
/cast Berserk
/stopmacro [nogroup:raid]
/use Virmen's Bite
This will only use your potions when you are in a raid. Obviously I have a few more lines to this, but this is the basic macro.
/cast Tiger's Fury
/cast Berserk
/stopmacro [nogroup:raid]
/use Virmen's Bite
This will only use your potions when you are in a raid. Obviously I have a few more lines to this, but this is the basic macro.
Re: Potion only in a Raid
Lol, my DPS Cooldown Macro doesn't have enough room for that line:
- Code: Select all
#showtooltip [form:1] Berserk; Tiger's Fury
/cast [form:3] Tiger's Fury
/cast [form:1/3,mod][form:1] Berserk
/cast [form:1/3,mod][form:1] Berserking
/cast [form:1/3,mod][form:1] Nature's Vigil
/use [form:3,mod][form:1] 13
/use [form:3,mod:ctrl] item:76089
Re: Potion only in a Raid
You can use /use instead of every /cast line. That will save you 4 extra chars.
Also, [form:1/3,mod][form:1] can be replaced by [form:3,mod][form:1], saving 8 extra chars.
But if you are Feral/Guardian, you are always in the appropriate forms when pressing this, you can skip the forms part altogether. Or you could do a /stopmacro [noform:1/3] in the beginning. Lots of possibilities.
Also, [form:1/3,mod][form:1] can be replaced by [form:3,mod][form:1], saving 8 extra chars.
But if you are Feral/Guardian, you are always in the appropriate forms when pressing this, you can skip the forms part altogether. Or you could do a /stopmacro [noform:1/3] in the beginning. Lots of possibilities.
- Jaymzhendo
-
- Posts: 35
- Joined: Thu Mar 10, 2011 3:07 pm
- Location: Indianapolis
Re: Potion only in a Raid
Add to that, that your entire second line isn't necessary, iirc, because ; means else if... thus line 2 is simply repeating line 1's else if statement, and since TF is only usable in cat form there is no need for a form modifier on it. That's another 24-27 characters freed up.
- Tinderhoof
- Exalted
-
- Posts: 1106
- Joined: Mon May 24, 2010 10:21 pm
Re: Potion only in a Raid
kokomala wrote:I couldn't find this anywhere so
/cast Tiger's Fury
/cast Berserk
/stopmacro [nogroup:raid]
/use Virmen's Bite
This will only use your potions when you are in a raid. Obviously I have a few more lines to this, but this is the basic macro.
Something to think about. You likely don't want the Potion part in your Berserk macro unless you use a shift modifier for it. Reason being you don't always want to use your only potion on your first (second if you pre pot) Berserk.
Re: Potion only in a Raid
Yes, with bitw rolling, you'll want to use your pot on the last berserk for almost every fight, which means you'll need it to be a modifier.
This also means you might not even want to pop your pot with berserk, you'll want to pop it when you put up your bitw bleed, whether that lines up with berserk or not.
This also means you might not even want to pop your pot with berserk, you'll want to pop it when you put up your bitw bleed, whether that lines up with berserk or not.
Re: Potion only in a Raid
Last berserk? Sometimes it's true, but I'd rather save it for burn phases like Titan Gas etc. Plus, as I'm running with HotW I usually use my potion synced with it + Bloodlust.
Someday, someone will best me. But it won't be today - and it won't be you.
Re: Potion only in a Raid
Viray wrote:Last berserk? Sometimes it's true, but I'd rather save it for burn phases like Titan Gas etc. Plus, as I'm running with HotW I usually use my potion synced with it + Bloodlust.
You have to remember that if you hit it at the start of BitW your Rip will have the benefit of the potion for almost 20% of the entire fight. Using the potion at any other time than the start of the execute phase is going to struggle to match that for effectiveness even if it is during bloodlust.
Re: Potion only in a Raid
instead of using /stopmacro, you could just have /use [group:raid]virmen's bite
Re: Potion only in a Raid
You can reduce the first line to simply #showtooltip
That will make the icon/tooltip show the first active action of the macro and will automatically update based on your modifiers/forms, etc.
That will make the icon/tooltip show the first active action of the macro and will automatically update based on your modifiers/forms, etc.
- Leafkiller
- Exalted
-
- Posts: 1127
- Joined: Fri Jun 04, 2010 4:28 am
Re: Potion only in a Raid
Mendol wrote:You can reduce the first line to simply #showtooltip
That will make the icon/tooltip show the first active action of the macro and will automatically update based on your modifiers/forms, etc.
#show works.
11 posts
• Page 1 of 1
Who is online
Users browsing this forum: Google Adsense [Bot], mexx, Ookdooker and 11 guests


