| |
Well...until the expansion, at least! Taking an extended break from WoW for personal reasons. Hopefully I will be remembered in some people's hearts as the little casual feral that could. ;)
Before I go, I figured I would combine all of my many random walls of text over the years into one convenient location. As always, any and all feedback is greatly appreciated. Keep in mind, though: the majority of this information is directed towards a small but proud subset of feral druids who, despite having a limited play schedule, exist to be the very best hybrids they can be and utilize their class to its fullest. If you're too sexy for school, well...this advice is probably not intended for you. :)
Introduction: Druid Macros
Part I: Instance Etiquette
Part II: A Few Helpful Tips
Part III: Gearing for Success
* Maximum DPS (casually farmable content)
* Tanking Gear (casually farmable content)
* Fire Resist (casually farmable content)
Part IV: MC Druid Healing Guide - http://redcircle.stormreaverclan.com/druid.html
Part V: Raiding Feral Damage Guide
Part VI: Favorite Mods
* CT Mod w/ Raid Assist - http://www.ctmod.net/
* Druid Bar - http://www.curse-gaming.com/en/wow/addons-251-1-druid-bar.html
* Item Rack - http://www.curse-gaming.com/en/wow/addons-2045-1-itemrack.html
* Needy List - http://www.curse-gaming.com/en/wow/addons-1684-1-ralaks-needy-list.html
* Nurfed Combat Log - http://www.nurfedui.net/addons.php
* Scrolling Combat Text - http://www.curse-gaming.com/en/wow/addons-222-1-scrollingcombattext.html
Part VII: Shameless Self Promotion
* About Moi - http://www.emmaleenguyen.com/
* My Druid - http://wow.allakhazam.com/profile.html?627482
* My Guild - http://redcircle.stormreaverclan.com/
* The Infamous Casual Hybrid Web Site - http://delilah.stormreaverclan.com/
--------------------------------------------------------------------------------------
Smart Cast Macros:
For buffs with a minimum target level requirement, the following will automatically select the appropriate spell rank based upon your target's level. If no friendly target is selected, it will self-cast. Change "r=X" to match the rank# of your highest available spell.
Rejuvenation:
/script r=10;l={4,10,16,22,28,34,40,46,52,58};if not UnitIsFriend("player","target")then TargetUnit("player");end;t=UnitLevel("target");for i=r,1,-1 do if (t>=l[i]-10) then CastSpellByName("Rejuvenation(Rank "..i..")");break;end;end
Regrowth:
/script r=9;l={12,18,24,30,36,42,48,54,60};if not UnitIsFriend("player","target")then TargetUnit("player");end;t=UnitLevel("target");for i=r,1,-1 do if (t>=l[i]-10) then CastSpellByName("Regrowth(Rank "..i..")");break;end;end
Mark of the Wild:
/script r=7;l={1,10,20,30,40,50,60};if not UnitIsFriend("player","target")then TargetUnit("player");end;t=UnitLevel("target");for i=r,1,-1 do if (t>=l[i]-10) then CastSpellByName("Mark of the Wild(Rank "..i..")");break;end;end
Thorns:
/script r=6;l={6,14,24,34,44,54};if not UnitIsFriend("player","target")then TargetUnit("player");end;t=UnitLevel("target");for i=r,1,-1 do if (t>=l[i]-10) then CastSpellByName("Thorns(Rank "..i..")");break;end;end[
--------------------------------------------------------------------------------------
Stringable Abilities:
* Yes, I hate freedom and prefer to mash buttons mindlessly.
Instant Heal:
/cast Nature's Swiftness
/script SpellStopCasting();
/s Instaheal incoming on <%T>!
/cast Healing Touch(Rank #)
* Must be standing still or you will have to manually select a heal.
Squishy Killer:
/cast Tiger's Fury(Rank #)
/cast Ravage(Rank #)
* If you have a full energy bar, it will automatically do both.
Lazy Stealth Check:
/cast Ravage(Rank #)
/cast Shred(Rank #)
* Self-explanatory.
More Button Combining:
/cast Pounce(Rank #)
/cast Cower(Rank #)
* Mutually exclusive, highly situational skills. This is just another easy way to remove excess key bindings from your hotbar.[ post edited by Kiera ]
|