))Apuclevercow wrote:I prefer the use of '@' instead of 'target='.
Druid macros
Re: Druid macros
Balls, Cube, Deems, Google [Bot]
- Apuclevercow
- Posts: 1349
Re: Druid macros
I'll share some the next time I log in.
However, a lot are with a [@focus, exists] as a condition because I'm always playing with focus frame, really great to cc a healer, to avoid some annoying hibernate, etc... without losing our target. I'm using a [@mouseover, exists] as a second condition when I don't have a focus. For many spells it works this way, for some others it depends if I'm with shift or alt when I use the spell.
I also have one macro to fastly switch my current target and my focus.
It's really useful in arenas, maybe less on battleground if you never use the focus possibility which I prefer over a basic mouseover.
If someone knows some sort of a spell alerter which works well, I'd be interested. I tried one but It wasn't really what I was looking for.
It'd be more complete if I share a screenshot of all my binds but my UI is kinda bugged, I only see current binds for the first action bar...
However, a lot are with a [@focus, exists] as a condition because I'm always playing with focus frame, really great to cc a healer, to avoid some annoying hibernate, etc... without losing our target. I'm using a [@mouseover, exists] as a second condition when I don't have a focus. For many spells it works this way, for some others it depends if I'm with shift or alt when I use the spell.
I also have one macro to fastly switch my current target and my focus.
It's really useful in arenas, maybe less on battleground if you never use the focus possibility which I prefer over a basic mouseover.
If someone knows some sort of a spell alerter which works well, I'd be interested. I tried one but It wasn't really what I was looking for.
It'd be more complete if I share a screenshot of all my binds but my UI is kinda bugged, I only see current binds for the first action bar...
ah
Re: Druid macros
That must work well for you.Apuclevercow wrote:However, a lot are with a [@focus, exists] as a condition because I'm always playing with focus frame, really great to cc a healer, to avoid some annoying hibernate, etc... without losing our target. I'm using a [@mouseover, exists] as a second condition when I don't have a focus.
Balls, Cube, Deems, Google [Bot]
Re: Druid macros
Are you using Bartender to set up your UI? Back when I used to customize my interface I had the same problem and replaced it with Bongos addon and it was much easier to set up my binds.
- Apuclevercow
- Posts: 1349
Re: Druid macros
That's right I'm with Bartender, the issue is that I do know my binds well, but when I share some screenshots at friends of my sham/druid binds for example, I see 0 of my binds on the spells so it's just about a lot of time to explain everything. It works pretty well on my rogues tho. I should switch back to Bongos (yy I was with Bongos) like you suggested but well, if someone find me where is the option to show the bind keys directly on my UI.Bucovsky wrote:Are you using Bartender to set up your UI? Back when I used to customize my interface I had the same problem and replaced it with Bongos addon and it was much easier to set up my binds.
ah
Re: Druid macros
This is how it looks with Bongos, just a fragment of my interface I used to use long time ago:

However there were some problems with Bongos, I remember that I had some glitch with stances mixing up whenever I switched settings on my warrior/druid. Action bars wouldn't really switch properly when I changed settings of my druid's Tree of Life form or warrior's Defensive Stance. I remember it was also possible to get some slight lag if I used some bind immediately after changing forms and cast a spell from previous bar. I think default UI is just the best.
The current one:


However there were some problems with Bongos, I remember that I had some glitch with stances mixing up whenever I switched settings on my warrior/druid. Action bars wouldn't really switch properly when I changed settings of my druid's Tree of Life form or warrior's Defensive Stance. I remember it was also possible to get some slight lag if I used some bind immediately after changing forms and cast a spell from previous bar. I think default UI is just the best.
The current one:

- Apuclevercow
- Posts: 1349
Re: Druid macros
That's an idea, even if I prefer to have my spells on a same area which allows me to fastly see everything on my UI. I'll try it out soon.
Are mousewheel binds working on the original binds menu ?
Are mousewheel binds working on the original binds menu ?
ah
- Apuclevercow
- Posts: 1349
Re: Druid macros
Oh ! If it has got all the binding features of Bartender, I'll switch my UI to the original one... Thank you for this piece of information owl.
ah
- Apuclevercow
- Posts: 1349
Re: Druid macros
Here are some of my macros :
cyclone macro :
#show Cyclone
/stopcasting
/equip Grand Magister's Staff of Torrents
/cast [target=mouseover,exists] Cyclone; [target=focus,exists] Cyclone; Cyclone;
roots macro :
#show Entangling Roots
/stopcasting
/equip Grand Magister's Staff of Torrents
/cast [target=mouseover,exists] Entangling Roots; [target=focus,exists] Entangling Roots; Entangling Roots;
cat form :
#show Cat Form(Shapeshift)
/equip Idol of the Raven Goddess
/equip Stanchion of Primal Instinct
/cast [mod:alt] !Cat Form(Shapeshift); [nomod] Cat Form(Shapeshift);
bear form :
#show Dire Bear Form(Shapeshift)
/equip Idol of the Raven Goddess
/equip Stanchion of Primal Instinct
/use [mod:alt] !Dire Bear Form(Shapeshift); [nomod] Dire Bear Form(Shapeshift);
other forms :
/equip Staff of Natural Fury
/cast [flyable, nocombat] Swift Flight Form(Shapeshift);
/cast [mod:alt,noswimming] !Travel Form;[noswimming] Travel Form;
/cast [mod:alt,swimming] !Aquatic Form; [swimming] Aquatic Form;
trinket equip macro :
#show 13
/equip [mod:shift] Berserker's Call
/equip [mod:alt] Tidal Charm
/equip [nomod] Riding Crop
trinket use macro :
#show 13
/use 13
maim macro :
#show Maim(Rank 1)
/equip Idol of the Claw
/equip Stanchion of Primal Instinct
/use Maim(Rank 1)
shred macro :
#show Shred(Rank 7)
/equip Everbloom Idol
/equip Stanchion of Primal Instinct
/use Shred(Rank 7)
rip macro :
#show Rip(Rank 7)
/equip Idol of the Claw
/equip Stanchion of Primal Instinct
/use Rip(Rank 7)
secure stealth macro :
#show Prowl
/cast [nostealth] Prowl(Rank 3);
regrowth macro :
#show Regrowth(Rank 10)
/stopcasting
/equip Golden Staff of the Sin'dorei
/equip Idol of the Crescent Goddess
/cast [mod:alt,target=player] Regrowth(Rank 10); [target=mouseover,exists] Regrowth; Regrowth;
ETC...
cyclone macro :
#show Cyclone
/stopcasting
/equip Grand Magister's Staff of Torrents
/cast [target=mouseover,exists] Cyclone; [target=focus,exists] Cyclone; Cyclone;
roots macro :
#show Entangling Roots
/stopcasting
/equip Grand Magister's Staff of Torrents
/cast [target=mouseover,exists] Entangling Roots; [target=focus,exists] Entangling Roots; Entangling Roots;
cat form :
#show Cat Form(Shapeshift)
/equip Idol of the Raven Goddess
/equip Stanchion of Primal Instinct
/cast [mod:alt] !Cat Form(Shapeshift); [nomod] Cat Form(Shapeshift);
bear form :
#show Dire Bear Form(Shapeshift)
/equip Idol of the Raven Goddess
/equip Stanchion of Primal Instinct
/use [mod:alt] !Dire Bear Form(Shapeshift); [nomod] Dire Bear Form(Shapeshift);
other forms :
/equip Staff of Natural Fury
/cast [flyable, nocombat] Swift Flight Form(Shapeshift);
/cast [mod:alt,noswimming] !Travel Form;[noswimming] Travel Form;
/cast [mod:alt,swimming] !Aquatic Form; [swimming] Aquatic Form;
trinket equip macro :
#show 13
/equip [mod:shift] Berserker's Call
/equip [mod:alt] Tidal Charm
/equip [nomod] Riding Crop
trinket use macro :
#show 13
/use 13
maim macro :
#show Maim(Rank 1)
/equip Idol of the Claw
/equip Stanchion of Primal Instinct
/use Maim(Rank 1)
shred macro :
#show Shred(Rank 7)
/equip Everbloom Idol
/equip Stanchion of Primal Instinct
/use Shred(Rank 7)
rip macro :
#show Rip(Rank 7)
/equip Idol of the Claw
/equip Stanchion of Primal Instinct
/use Rip(Rank 7)
secure stealth macro :
#show Prowl
/cast [nostealth] Prowl(Rank 3);
regrowth macro :
#show Regrowth(Rank 10)
/stopcasting
/equip Golden Staff of the Sin'dorei
/equip Idol of the Crescent Goddess
/cast [mod:alt,target=player] Regrowth(Rank 10); [target=mouseover,exists] Regrowth; Regrowth;
ETC...
Last edited by Apuclevercow on 09 May 2014, 22:56, edited 1 time in total.
Who is online
Users browsing this forum: No registered users and 1 guest