Showing posts with label wow. Show all posts
Showing posts with label wow. Show all posts

Wednesday, June 20, 2012

Fav Race: Blog Azeroth Shared Topic


Blog Azeroth Shared Topic Favourite Race for week of March 28, 2011

...
"What is your favourite race in wow?"
...

The topic above is surely closed by now but I like to use Blog Azeroth as an inspiration for when I am super bored.

anywho, back to topic.

Fave race? Tauren by far. When I first started playing the game I was drawn to the tauren on the character creation screen. After being slightly miffed that the tauren couldn't be paladin and the only race that could be a paladin (at the time) was the alliance races or the "locked out of trial" blood elves, I chose the druid tauren. Druid choice was based on the druid class from diablo 2: lod, but the tauren was all cause it was an awesome looking race. don't currently have access to my main account but from recollection I have druid, paladin, hunter and shaman as tauren, three girls and a guy total. I would have a whole server of tauren if tauren were allowed rogues and warlock but then I think I would like the tauren less, I was a little miffed that the tauren got priests with their shadow evilness but I see why the paladin brethren brought their priestly friends to the tauren race.

Friday, January 6, 2012

macros wow

MACRO 1 "Milling CATA" "INV_Misc_QuestionMark"
/cast milling
/use item:52983
/use item:52984
/use item:52985
/use item:52986
/use item:52987
/use item:52988
END
MACRO 2 "Milling NR" "INV_Misc_QuestionMark"
/cast milling
/use item:36906
/use item:36905
/use item:36903
/use item:39970
/use item:37921
/use item:36901
/use item:36907
/use item:36904
END
MACRO 3 "Milling OL" "INV_Misc_QuestionMark"
/cast milling
/use item:22785
/use item:22786
/use item:22787
/use item:22789
/use item:22790
/use item:22791
/use item:22792
/use item:22793
END
MACRO 4 "DRRnsht" Spell_Nature_RavenForm
/cast Nature's Swiftness
/cast [target=mouseover] Healing Touch
END
MACRO 8 "rake" "INV_Misc_QuestionMark"
#showtooltip rake
/startattack
/use 13
/use 14
/use tiger's fury
/use berserk
/use rake
END
MACRO 9 ".aoebird" Ability_Creature_Cursed_02
/target Eagle Spirit
/cast Rejuvenation
/targetlasttarget
END
MACRO 10 "Mangle" "INV_Misc_QuestionMark"
#showtooltip Mangle(Cat Form)
/startattack
/use 13
/use 14
/use tiger's fury
/use berserk
/use Mangle(Cat Form)
END
MACRO 11 "Shred" "INV_Misc_QuestionMark"
#showtooltip Shred
/startattack
/use 13
/use 14
/use tiger's fury
/use berserk
/use Shred
END
MACRO 12 "Swipe" "INV_Misc_QuestionMark"
#showtooltip Swipe(Cat Form)
/startattack
/use 13
/use 14
/use tiger's fury
/use berserk
/use Swipe(Cat Form)
END
MACRO 13 ".armorbird" Ability_Creature_Poison_04
/target Hawk Spirit
/cast Rejuvenation
/targetlasttarget
END
MACRO 14 ".hastebird" Ability_Creature_Cursed_04
/target Falcon Spirit
/cast Rejuvenation
/targetlasttarget
END
MACRO 15 "ir/cleave" "INV_Misc_QuestionMark"
#showtooltip cleave
/cast inner rage
/cast cleave
END
MACRO 16 "ir/heroic strike" "INV_Misc_QuestionMark"
#showtooltip Heroic strike
/cast inner rage
/cast heroic strike
END
MACRO 19 "sb/sw" "INV_Misc_QuestionMark"
#showtooltip
/cast Shield Wall
/cast Last Stand
/cast Shield Block
END
MACRO 21 "heals/defendwar" "INV_Misc_QuestionMark"
#showtooltip
/cast Retaliation
/cast LIfeblood
END
MACRO 22 "cstr" "INV_Misc_QuestionMark"
#showtooltip Crusader Strike
/startattack
/use 13
/use 14
/cast Crusader Strike
END
MACRO 23 "holy shock" INV_Misc_QuestionMark
#showtooltip holy shock
/use 13
/cast Holy Shock
END
MACRO 24 "DRBlifebloodraci" INV_Misc_QuestionMark
#showtooltip maul
/run sfx=GetCVar("Sound_EnableSFX");
/console Sound_EnableSFX 0
/cast lifeblood
/cast berserking
/cast maul
/run UIErrorsFrame:Clear()
/run SetCVar("Sound_EnableSFX",sfx);
END
MACRO 25 "HotRtrink" "INV_Misc_QuestionMark"
#showtooltip Hammer of the Righteous
/startattack
/use 13
/use 14
/cast Hammer of the Righteous
END
MACRO 26 "DRBtrinks/helm" INV_Misc_QuestionMark
#showtooltip swipe(bear form)
/run sfx=GetCVar("Sound_EnableSFX");
/console Sound_EnableSFX 0
/cast Swipe(Bear Form)
/use 13
/use 14
/run UIErrorsFrame:Clear()
/run SetCVar("Sound_EnableSFX",sfx);
END
MACRO 27 "DRrake" INV_Misc_QuestionMark
/cast rake
/cast Tiger's Fury
END
MACRO 28 "DRCmangle" INV_Misc_QuestionMark
#showtooltip Mangle(cat form)
/run sfx=GetCVar("Sound_EnableSFX");
/console Sound_EnableSFX 0
/cast lifeblood
/cast berserking
/cast Tiger's Fury
/cast Berserk
/cast Mangle(cat form)
/run UIErrorsFrame:Clear()
/run SetCVar("Sound_EnableSFX",sfx);
END
MACRO 29 "DRCclaw" INV_Misc_QuestionMark
#showtooltip claw
/run sfx=GetCVar("Sound_EnableSFX");
/console Sound_EnableSFX 0
/cast lifeblood
/cast berserking
/cast Tiger's Fury
/cast Berserk
/cast claw
/run UIErrorsFrame:Clear()
/run SetCVar("Sound_EnableSFX",sfx);
END
MACRO 30 "DRCshred" INV_Misc_QuestionMark
#showtooltip Shred
/run sfx=GetCVar("Sound_EnableSFX");
/console Sound_EnableSFX 0
/cast lifeblood
/cast berserking
/cast Tiger's Fury
/cast Berserk
/cast Shred
/run UIErrorsFrame:Clear()
/run SetCVar("Sound_EnableSFX",sfx);
END
MACRO 31 "DRCswipecat" INV_Misc_QuestionMark
#showtooltip swipe(cat form)
/run sfx=GetCVar("Sound_EnableSFX");
/console Sound_EnableSFX 0
/use 13
/use 14
/cast lifeblood
/cast Tiger's Fury
/cast Berserk
/cast Swipe(cat Form)
/run UIErrorsFrame:Clear()
/run SetCVar("Sound_EnableSFX",sfx);
END
MACRO 32 "Millingazeroth1" "INV_MISC_QUESTIONMARK"
/cast Milling
/use Mageroyal
/use Briarthorn
/use Swiftthistle
/use Bruiseweed
/use Stranglekelp
/use Wild Steelbloom
/use Grave Moss
/use Kingsblood
/use Liferoot
/use Fadeleaf
/use Goldthorn
/use Khadgar's Whisker
/use Wintersbite
/use Dragon's Teeth
END
MACRO 33 "MillingAzeroth2" "INV_MISC_QUESTIONMARK"
#showtooltip
/cast Milling
/use Firebloom
/use Purple Lotus
/use Arthas' Tears
/use Sungrass
/use Blindweed
/use Ghost Mushroom
/use Gromsblood
/use Golden Sansam
/use Dreamfoil
/use Mountain Silversage
/use Sorrowmoss
/use Icecap
END
MACRO 20 "barksurvive" INV_Misc_QuestionMark
#showtooltip Barkskin
/run sfx=GetCVar("Sound_EnableSFX");
/console Sound_EnableSFX 0
/cast barkskin
/cast survival instincts
/run UIErrorsFrame:Clear()
/run SetCVar("Sound_EnableSFX",sfx);
END
MACRO 34 "herbouflage" "INV_MISC_QUESTIONMARK"
#showtooltip
/use Lifegiving Seed
/cancelaura Herbouflage
END
MACRO 17 "lightwell" "INV_MISC_QUESTIONMARK"
#showtooltip
/cast Lightwell
/target Lightwell
/run SetRaidTarget("target", 2)
/run local t=GetSpellCooldown("Lightwell") if t>0 then SendChatMessage("Lightwell is up, best heals you can get.", "PARTY") end
END
MACRO 7 "DRBMaul" INV_Misc_QuestionMark
#showtooltip Mangle(Bear Form)
/run sfx=GetCVar("Sound_EnableSFX");
/console Sound_EnableSFX 0
/use 13
/use 14
/cast Mangle(Bear Form)
/run UIErrorsFrame:Clear()
/run SetCVar("Sound_EnableSFX",sfx);
END
MACRO 6 "grime objects" INV_Misc_QuestionMark
/click QuestFrameCompleteButton
/click QuestFrameCompleteQuestButton
/click StaticPopup1Button1
END
MACRO 5 "Ravage charge" INV_Misc_QuestionMark
#showtooltip
/cast [form:3, nomodifier] Feral Charge(Cat Form)
/cast [form:3, nomodifier] Ravage(Cat Form)
/cast [form:3, modifier:shift, target=focus] Feral Charge(Cat Form)
END
MACRO 18 "newfc/rav" "INV_Misc_QuestionMark"
#showtooltip
/castsequence [nostance:3] Cat Form(Shapeshift); reset=10 [@mouseover, exists, harm, nodead][@target] Feral Charge(Cat Form), Ravage!
END
MACRO 16777223 "arcane shot" "INV_MISC_QUESTIONMARK"
#showtooltip arcane shot
/petattack
/use 13
/use 14
/cast arcane shot
END
MACRO 16777219 "explosive shot" "INV_Misc_QuestionMark"
#showtooltip explosive shot
/petattack
/use 13
/use 14
/cast explosive shot
END
MACRO 16777222 "multi-shot" "INV_Misc_QuestionMark"
#showtooltip Multi-shot
/petattack
/use 13
/use 14
/cast multi-shot
END
MACRO 16777220 "serpant sting" "INV_Misc_QuestionMark"
#showtooltip Serpent sting
/petattack
/use 13
/use 14
/cast serpent sting
END
MACRO 16777221 "steady shot" "INV_Misc_QuestionMark"
#showtooltip steady shot
/petattack
/use 13
/use 14
/cast steady shot
END

Power Aura exports

Ranged 1
Set=Ranged DPS1@
Aura[121]=Version:4.23; InvertAuraBelow:8.5; g:0.9725; icon:Spell_Fire_Fireball02; buffname:Improved Soul Fire; r:0.9765; x:-69; texture:231; alpha:1; owntex:true; speed:0.05; combat:true; size:0.16; y:-61; texmode:2; finish:0@
Aura[122]=Version:4.23; b:0.9333; g:0.9137; icon:Spell_Fire_Burnout; buffname:Incinerate; r:0.9725; x:57; bufftype:7; texture:231; alpha:1; owntex:true; multiids:25/25; speed:0.05; combat:true; size:0.16; y:-64; texmode:2; finish:0@
Aura[123]=Version:4.23; b:0.9843; icon:spell_warlock_demonsoul; buffname:Demon Soul; r:0.9725; x:-194; bufftype:15; texture:28; alpha:1; owntex:true; speed:0.05; combat:true; size:0.16; y:-67; texmode:2; inverse:true; finish:0@
Aura[124]=Version:4.23; icon:INV_SummerFest_FireSpirit; buffname:Hand of Gul'dan; x:107; bufftype:15; alpha:1; owntex:true; speed:0.05; combat:true; size:0.16; y:-63; texmode:2; inverse:true; finish:0@
Aura[125]=Version:4.23; icon:Spell_Shadow_DemonForm; buffname:Metamorphosis; x:-124; bufftype:15; alpha:1; owntex:true; speed:0.05; combat:true; size:0.16; y:-62; texmode:2; inverse:true; finish:0@
Aura[126]=Version:4.23; icon:Ability_Warlock_MoltenCore; buffname:Molten core; off:true; size:0.75@
Aura[127]=Version:4.23; b:0.9961; target:true; icon:Spell_Fire_Immolation; buffname:Immolate; r:0.9373; x:-42; bufftype:2; texture:47; alpha:1; owntex:true; mine:true; speed:1.35; size:0.16; y:-169; texmode:2; inverse:true; finish:0@
Aura[128]=Version:4.23; b:0.9961; target:true; icon:Spell_Shadow_AuraOfDarkness; buffname:bane of doom; r:0.9373; x:1; bufftype:2; texture:47; alpha:1; owntex:true; mine:true; speed:1.35; size:0.16; y:-169; texmode:2; inverse:true; finish:0@
Aura[129]=Version:4.23; b:0.9961; target:true; icon:Spell_Shadow_AbominationExplosion; buffname:Corruption; r:0.9373; x:46; bufftype:2; texture:47; alpha:1; owntex:true; mine:true; speed:1.35; size:0.16; y:-168; texmode:2; inverse:true; finish:0@
Aura[130]=Version:4.23; icon:Ability_Warlock_ShadowFlame; buffname:Shadowflame; x:-17; bufftype:15; alpha:1; owntex:true; speed:0.05; combat:true; size:0.16; y:-60; texmode:2; inverse:true; finish:0@
Aura[131]=Version:4.23; icon:Spell_Shadow_FelArmour; buffname:Fel Armor; x:-207; alpha:1; owntex:true; speed:1.6; sound:61; combat:true; size:0.16; y:143; texmode:2; inverse:true; finish:0@
Aura[132]=Version:4.23; icon:spell_warlock_focusshadow; buffname:Dark Intent; x:-208; alpha:1; owntex:true; speed:1.6; sound:61; off:true; combat:true; size:0.16; y:77; texmode:2; inverse:true; finish:0@
Aura[133]=Version:4.23; icon:Spell_Shadow_DemonForm; buffname:Metamorphosis; x:-124; bufftype:15; owntex:true; speed:0.05; size:0.08; y:-62; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[134]=Version:4.23; icon:INV_SummerFest_FireSpirit; buffname:Hand of Gul'dan; x:107; bufftype:15; owntex:true; speed:0.05; size:0.08; y:-63; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[135]=Version:4.23; b:0.9843; icon:spell_warlock_demonsoul; buffname:Demon Soul; r:0.9725; x:-196; bufftype:15; owntex:true; speed:0.05; size:0.08; y:-67; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[136]=Version:4.23; b:0.9961; target:true; icon:Spell_Shadow_AbominationExplosion; buffname:Corruption; r:0.9373; x:36; bufftype:2; owntex:true; mine:true; speed:1.35; size:0.08; y:-173; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[137]=Version:4.23; b:0.9961; target:true; icon:Spell_Fire_Immolation; buffname:Immolate; r:0.9373; x:-36; bufftype:2; owntex:true; mine:true; speed:1.35; size:0.08; y:-173; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[138]=Version:4.23; icon:Ability_Warlock_ShadowFlame; buffname:Shadowflame; x:-17; bufftype:15; owntex:true; speed:0.05; size:0.08; y:-60; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[139]=Version:4.23; b:0.9961; target:true; icon:Spell_Shadow_AuraOfDarkness; buffname:Bane of doom; r:0.9373; x:-1; bufftype:2; owntex:true; mine:true; speed:1.35; size:0.08; y:-173; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Ranged 2
Empty
Heals 1
Set=Heals1@
Aura[169]=Version:4.23; icon:Spell_Holy_Aspiration; buffname:Divine Plea; x:34; bufftype:15; alpha:1; owntex:true; off:true; size:0.16; y:-155; texmode:2; finish:0@
Aura[170]=Version:4.23; icon:Spell_Holy_SearingLight; buffname:Holy Shock; x:72; bufftype:15; alpha:1; owntex:true; size:0.16; y:-155; texmode:2; finish:0@
Aura[171]=Version:4.23; icon:spell_paladin_divinecircle; buffname:Holy Radiance; x:150; bufftype:15; alpha:1; owntex:true; inParty:true; size:0.16; y:-155; texmode:2@
Aura[172]=Version:4.23; icon:INV_Misc_Herb_Felblossom; buffname:lifebloom; x:80; alpha:1; owntex:true; mine:true; size:0.16; y:-171; anim2:1; finish:0@
Aura[173]=Version:4.23; icon:Spell_Nature_RavenForm; buffname:nature's swiftness; x:-49; bufftype:15; alpha:1; owntex:true; size:0.16; y:-177; anim2:1; finish:0@
Aura[174]=Version:4.23; icon:Ability_Druid_Flourish; buffname:wild growth; x:41; bufftype:15; alpha:1; owntex:true; size:0.16; y:-177; anim2:1; finish:0@
Aura[175]=Version:4.23; anim1:4; icon:Spell_Holy_HealingAura; buffname:Seal of Insight; x:-226; alpha:1; owntex:true; size:0.16; y:-110; texmode:2; inverse:true; finish:0@
Aura[176]=Version:4.23; icon:INV_Relics_IdolofRejuvenation; buffname:Swiftmend; x:-8; bufftype:15; texture:6; alpha:1; owntex:true; size:0.16; y:-177; texmode:2; anim2:1; finish:0@
Aura[177]=Version:4.23; b:0.9647; icon:Spell_Nature_Lightning; buffname:Innervate; r:0.9961; x:-139; bufftype:15; texture:169; alpha:1; owntex:true; size:0.16; y:94; texmode:2; anim2:1; finish:0@
Aura[178]=Version:4.23; icon:Spell_Nature_Tranquility; buffname:Tranquility; x:174; bufftype:15; alpha:1; owntex:true; size:0.16; y:-177; anim2:1; finish:0@
Aura[179]=Version:4.23; icon:INV_Relics_IdolofRejuvenation; buffname:Swiftmend; x:-8; bufftype:15; texture:6; alpha:1; owntex:true; size:0.08; y:-175; texmode:2; inverse:true; anim2:1; finish:0@
Aura[180]=Version:4.23; icon:Ability_Druid_Flourish; buffname:wild growth; x:40; bufftype:15; alpha:1; owntex:true; size:0.08; y:-177; inverse:true; anim2:1; finish:0@
Aura[181]=Version:4.23; icon:Spell_Nature_HealingWay; buffname:Harmony; x:25; texture:142; alpha:1; owntex:true; mine:true; combat:true; size:0.16; y:195; texmode:1; inverse:true; finish:0@
Aura[182]=Version:4.23; icon:Ability_Druid_TreeofLife; buffname:Tree of Life; r:0.9529; x:133; bufftype:15; texture:169; alpha:1; owntex:true; size:0.16; y:-177; texmode:2; anim2:1; finish:0@
Aura[183]=Version:4.23; icon:INV_Misc_Herb_Felblossom; buffname:lifebloom; x:82; alpha:1; owntex:true; mine:true; size:0.16; y:-177; inverse:true; anim2:1; finish:0@
Aura[184]=Version:4.23; icon:Spell_Shadow_ManaBurn; buffname:Clearcasting; x:68; owntex:true; mine:true; size:0.08; y:148; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[185]=Version:4.23; b:0.9843; icon:Spell_Nature_RavenForm; buffname:Nature's Swiftness; r:0.949; x:-47; bufftype:15; owntex:true; size:0.08; y:-170; inverse:true; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[186]=Version:4.23; g:0.9529; icon:Spell_Nature_Lightning; buffname:Innervate; r:0.9216; x:-91; bufftype:15; owntex:true; size:0.08; y:-170; texmode:2; inverse:true; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[187]=Version:4.23; icon:Spell_Nature_NaturesBlessing; buffname:Nature's Grace; x:-19; owntex:true; size:0.08; y:152; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[188]=Version:4.23; b:0.9843; icon:Spell_Nature_Tranquility; buffname:Tranquility; r:0.949; x:173; bufftype:15; owntex:true; size:0.08; y:-171; inverse:true; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[189]=Version:4.23; g:0.9843; icon:Ability_Druid_TreeofLife; buffname:Tree of Life; r:0.9922; x:132; bufftype:15; owntex:true; size:0.08; y:-172; texmode:2; inverse:true; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[190]=Version:4.23; icon:Ability_Druid_TreeofLife; buffname:Tree of Life; r:0.9843; x:-49; owntex:true; size:0.08; y:-103; texmode:2; finish:0; timer.a:0.96; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[191]=Version:4.23; icon:Spell_Nature_HealingWay; buffname:Harmony; x:27; owntex:true; mine:true; size:0.08; y:197; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[192]=Version:4.23; icon:Ability_Paladin_InfusionofLight; buffname:Infusion of Light; x:189; owntex:true; size:0.08; y:-154; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Heals 2
Set=Heals2@
Aura[193]=Version:4.23; g:0.9569; icon:INV_Misc_Herb_Felblossom; buffname:Lifebloom; r:0.9137; x:-142; alpha:1; owntex:true; speed:0.16; stacksOperator:>; groupOrSelf:true; size:0.08; y:-90; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM; stacks.enabled:true; stacks.LegacySizing:false; stacks.x:-142; stacks.Relative:TOP@
Aura[194]=Version:4.23; icon:Ability_Paladin_JudgementofthePure; buffname:Judgements of the Pure; x:-5; owntex:true; size:0.08; y:-155; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[195]=Version:4.23; icon:Ability_Paladin_BeaconofLight; buffname:Beacon of Light; x:-45; owntex:true; mine:true; groupOrSelf:true; size:0.08; y:-155; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[196]=Version:4.23; icon:INV_QirajIdol_Sun; buffname:Daybreak; x:111; alpha:1; owntex:true; inVehicle:0; size:0.08; y:-155; texmode:2; ismounted:0; timer.HideLeadingZeros:true; timer.Texture:Monofonto; timer.enabled:true; timer.Relative:BOTTOM@
Tank 1
Empty
Tank 2
Empty
melee 1
Set=Melee DPS1@
Aura[265]=Version:4.23; icon:Ability_Hunter_Pet_Cat; buffname:Predator's Swiftness; unitn:Only for raid/group.; owntex:true; duration:8; stacksOperator:=; size:0.08; y:-217; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[266]=Version:4.23; target:true; icon:Ability_PoisonSting; buffname:Rip; x:-33; unitn:Only for raid/group.; bufftype:2; owntex:true; stacksOperator:=; size:0.08; y:-137; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[267]=Version:4.23; target:true; icon:Ability_Druid_Mangle2; buffname:Mangle (Cat); x:-41; unitn:Only for raid/group.; bufftype:2; owntex:true; stacksOperator:=; size:0.08; torsion:0.99; y:-201; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[268]=Version:4.23; icon:Ability_Druid_SkinTeeth; buffname:Savage Roar; x:-99; unitn:Only for raid/group.; owntex:true; stacksOperator:=; size:0.08; y:-80; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
Aura[269]=Version:4.23; target:true; icon:Ability_Druid_Disembowel; buffname:Rake; x:-102; unitn:Only for raid/group.; bufftype:2; owntex:true; stacksOperator:=; size:0.08; torsion:1.01; y:-202; texmode:2; finish:0; timer.HideLeadingZeros:true; timer.enabled:true; timer.Relative:BOTTOM@
melee 2
Empty
Misc
Set=Global 9@
Aura[313]=Version:4.23; icon:achievement_arena_2v2_7; buffname:tabard; x:-6; bufftype:12; texture:69; size:1.61; torsion:1.5; y:-178@
Aura[314]=Version:4.23; icon:INV_Fishingpole_03; buffname:44050; bufftype:22; aurastext:Fishing pole...; tooltipCheck:fish; off:true; textaura:true; size:0.75; inverse:true@
Power
Set=2nd power@
Aura[337]=Version:4.23; b:0.1922; g:0.9529; thresholdinvert:true; icon:spell_holy_lightsgrace; x:-193; bufftype:10; texture:44; PowerType:9; threshold:1; wowtex:true; size:0.52; y:-104; texmode:1; finish:0@
Aura[338]=Version:4.23; b:0.1922; g:0.9529; thresholdinvert:true; icon:spell_holy_lightsgrace; x:-9; bufftype:10; texture:44; PowerType:9; threshold:2; wowtex:true; size:0.52; y:-147; texmode:1; finish:0@
Aura[339]=Version:4.23; icon:inv_sword_48; buffname:4/5; x:82; bufftype:6; texture:44; aurastext:Fishing pole...; wowtex:true; size:0.52; y:-139; texmode:1@
Aura[340]=Version:4.23; icon:inv_sword_48; buffname:1/2/3/4/5; x:-192; bufftype:6; texture:44; wowtex:true; size:0.52; y:-100; texmode:1@
Aura[341]=Version:4.23; icon:inv_sword_48; buffname:5; x:168; bufftype:6; texture:44; aurastext:Fishing pole...; wowtex:true; size:0.52; y:-102; texmode:1@
Aura[342]=Version:4.23; icon:inv_sword_48; buffname:2/3/4/5; x:-97; bufftype:6; texture:44; aurastext:Fishing pole...; wowtex:true; size:0.52; y:-140; texmode:1@
Aura[343]=Version:4.23; icon:inv_sword_48; buffname:3/4/5; x:-7; bufftype:6; texture:44; aurastext:Fishing pole...; wowtex:true; size:0.52; y:-149; texmode:1@
Aura[344]=Version:4.23; g:0.4902; icon:inv_alchemy_elixir_02; r:0; x:74; bufftype:9; texture:69; duration:5; multiids:1; PowerType:0; threshold:76; size:1; torsion:1.5; y:-154@
Aura[345]=Version:4.23; icon:spell_holy_lightsgrace; buffname:5; x:-13; bufftype:10; texture:23; alpha:1; sound:14; PowerType:9; threshold:3; size:1.23; torsion:1.5; y:-102; texmode:1@
Aura[346]=Version:4.23; icon:inv_sword_48; buffname:5; x:-13; bufftype:6; texture:23; alpha:1; sound:14; size:1.23; torsion:1.5; y:-102; texmode:1@
Aura[347]=Version:4.23; b:0.1922; g:0.9529; thresholdinvert:true; icon:spell_holy_lightsgrace; x:166; bufftype:10; texture:44; PowerType:9; threshold:3; wowtex:true; size:0.52; y:-102; texmode:1; finish:0@

Friday, April 29, 2011

Power Auras Restoration Druid exports for WoW 4.1

These are my power aura exports. More of a place for me to store them so that I dont accidently delete them next time I reset my wtf folder...  (I would be utterly surprised if this didnt have some errors due to copy/paste/numerous document changes/generalmessupness on my part)

Your icons may look slightly different, I am using Clean Icons: Square.
Everything available for use
In the picture you will find the following spells, all usable at the current time, see the note pertaining to Swiftmend.  These are in no particular order:

Innervate usable:
Version:4.17; b:0.9647; icon:Spell_Nature_Lightning; buffname:Innervate; r:0.9961; x:24; bufftype:15; texture:169; alpha:0.5; owntex:true; isResting:0; size:0.16; y:-43; texmode:2; anim2:1; finish:0@

Tree of Life usable:
Version:4.17; icon:Ability_Druid_TreeofLife; buffname:Tree of Life; r:0.9529; x:104; bufftype:15; texture:169; alpha:0.5; owntex:true; isResting:0; size:0.16; y:-43; texmode:2; anim2:1; finish:0@

Lifebloom not on a target:
Version:4.17; icon:INV_Misc_Herb_Felblossom; buffname:lifebloom; x:-136; alpha:0.5; owntex:true; isResting:0; mine:true; size:0.16; y:-43; inverse:true; anim2:1; finish:0@

Nature's Swiftness usable:
Version:4.17; icon:Spell_Nature_RavenForm; buffname:nature's swiftness; x:64; bufftype:15; alpha:0.5; owntex:true; isResting:0; size:0.16; y:-43; anim2:1; finish:0@

Tranquility usable:
Version:4.17; icon:Spell_Nature_Tranquility; buffname:Tranquility; x:144; bufftype:15; alpha:0.5; owntex:true; isResting:0; size:0.16; y:-43; anim2:1; finish:0@

Swiftmend usable (simple check, does not check for the prerequisite hot on target):
Version:4.17; icon:INV_Relics_IdolofRejuvenation; buffname:Swiftmend; x:-56; bufftype:15; texture:6; alpha:0.5; owntex:true; isResting:0; size:0.16; y:-43; texmode:2; anim2:1; finish:0@

Wild Growth usable:
Version:4.17; icon:Ability_Druid_Flourish; buffname:wild growth; x:-96; bufftype:15; alpha:0.5; owntex:true; isResting:0; size:0.16; y:-43; anim2:1; finish:0@




Everything on cooldown plus timer on remaining Tree Form
The timers for these have since been
fixed to be the same across all the spells
You went through and popped all your spells and are now sitting with something like this pic. I didnt figure out how to put timers on the tranquility, swiftmend and wild growth. The stack size for lifebloom (pictured on bottom) is now on top and the timer on lifebloom (pictured on top) is now on the bottom. And I cant figure out how to take off the drop shadow (or glow...)((edit: CHECK GLOW to loose the drop shadow, strange huh?)) on the darkened timers. These are in no particular order:

Innervate on Cooldown with timer:
Version:4.17; g:0.9529; icon:Spell_Nature_Lightning; buffname:Innervate; r:0.9216; x:23; bufftype:15; texture:169; alpha:0.5; owntex:true; isResting:0; size:0.08; y:-45; texmode:2; inverse:true; ismounted:0; anim2:1; finish:0; timer.h:0.75; timer.enabled:true; timer.Relative:BOTTOM@

Tree of Life on cooldown with timer:
Version:4.17; g:0.9843; icon:Ability_Druid_TreeofLife; buffname:Tree of Life; r:0.9922; x:103; bufftype:15; texture:169; alpha:0.5; owntex:true; isResting:0; size:0.08; y:-44; texmode:2; inverse:true; ismounted:0; anim2:1; finish:0; timer.h:0.75; timer.enabled:true; timer.Relative:BOTTOM@

Nature's Swiftness on cooldown with timer:
Version:4.17; b:0.9843; icon:Spell_Nature_RavenForm; buffname:Nature's Swiftness; r:0.949; x:65; bufftype:15; texture:24; alpha:0.5; owntex:true; isResting:0; size:0.08; y:-44; inverse:true; anim2:1; finish:0; timer.h:0.75; timer.enabled:true; timer.cents:false; timer.Relative:BOTTOM@

Lifebloom active with a stack number and timer:
Version:4.17; icon:INV_Misc_Herb_Felblossom; buffname:lifebloom; x:-135; alpha:0.5; owntex:true; isResting:0; mine:true; size:0.08; y:-43; anim2:1; finish:0; timer.h:0.75; timer.enabled:true; timer.Relative:BOTTOM; stacks.enabled:true; stacks.r:0.4; stacks.g:0.4863; stacks.x:-129; stacks.Relative:TOP; stacks.h:0.75@

Swiftmend on cooldown:
Version:4.17; icon:INV_Relics_IdolofRejuvenation; buffname:Swiftmend; x:-57; bufftype:15; texture:6; alpha:0.5; owntex:true; isResting:0; size:0.08; y:-42; texmode:2; inverse:true; anim2:1; finish:0@

Wild Growth on cooldown:
Version:4.17; icon:Ability_Druid_Flourish; buffname:wild growth; x:-95; bufftype:15; alpha:0.5; owntex:true; isResting:0; size:0.08; y:-43; inverse:true; anim2:1; finish:0@

Tranquility on cooldown:
Version:4.17; b:0.9843; icon:Spell_Nature_Tranquility; buffname:Tranquility; r:0.949; x:144; bufftype:15; texture:24; alpha:0.5; owntex:true; isResting:0; size:0.08; y:-44; inverse:true; anim2:1; finish:0; timer.h:0.75; timer.enabled:true; timer.cents:false; timer.Relative:BOTTOM@
Procs and timer remaining on tree form
These show when the procs have... procced on me. Tree of life helps tell me how long I have left on my Tree of life form (and is also pictured in the second shot as well). These are in no particular order:

Clearcasting active:
Version:4.17; icon:Spell_Shadow_ManaBurn; buffname:Clearcasting; x:20; alpha:0.5; owntex:true; isResting:0; mine:true; size:0.16; y:152; anim2:1; finish:0; timer.enabled:true; timer.cents:false; timer.Relative:BOTTOM@

Nature's Grace active:
Version:4.17; icon:Spell_Nature_NaturesBlessing; buffname:Nature's Grace; x:-19; alpha:0.5; owntex:true; size:0.16; y:152; anim2:1; finish:0; timer.enabled:true; timer.cents:false; timer.Relative:BOTTOM@

Tree of Life active with timer:
Version:4.17; icon:Ability_Druid_TreeofLife; buffname:Tree of Life; r:0.9843; x:-53; alpha:0.5; owntex:true; isResting:0; size:0.06; y:20; texmode:2; ismounted:0; anim2:1; finish:0; timer.a:0.96; timer.h:0.75; timer.enabled:true; timer.cents:false; timer.Relative:BOTTOM@






For those who are like me and want to just take all the above auras to play with yourself, I has a whole sheet of them for you :)
This set goes into the first global slot (because I have more than one druid):

Set=Global 1@
Aura[121]=Version:4.17; b:0.9647; icon:Spell_Nature_Lightning; buffname:Innervate; r:0.9961; x:24; bufftype:15; texture:169; alpha:0.5; owntex:true; isResting:0; size:0.16; y:-43; texmode:2; anim2:1; finish:0@
Aura[122]=Version:4.17; g:0.9529; icon:Spell_Nature_Lightning; buffname:Innervate; r:0.9216; x:23; bufftype:15; texture:169; alpha:0.5; owntex:true; isResting:0; size:0.08; y:-45; texmode:2; inverse:true; ismounted:0; anim2:1; finish:0; timer.h:0.75; timer.enabled:true; timer.Relative:BOTTOM@
Aura[123]=Version:4.17; icon:Ability_Druid_TreeofLife; buffname:Tree of Life; r:0.9529; x:104; bufftype:15; texture:169; alpha:0.5; owntex:true; isResting:0; size:0.16; y:-43; texmode:2; anim2:1; finish:0@
Aura[124]=Version:4.17; g:0.9843; icon:Ability_Druid_TreeofLife; buffname:Tree of Life; r:0.9922; x:103; bufftype:15; texture:169; alpha:0.5; owntex:true; isResting:0; size:0.08; y:-44; texmode:2; inverse:true; ismounted:0; anim2:1; finish:0; timer.h:0.75; timer.enabled:true; timer.Relative:BOTTOM@
Aura[125]=Version:4.17; icon:Ability_Druid_TreeofLife; buffname:Tree of Life; r:0.9843; x:-53; alpha:0.5; owntex:true; isResting:0; size:0.06; y:20; texmode:2; ismounted:0; anim2:1; finish:0; timer.a:0.96; timer.h:0.75; timer.enabled:true; timer.cents:false; timer.Relative:BOTTOM@
Aura[126]=Version:4.17; icon:INV_Misc_Herb_Felblossom; buffname:lifebloom; x:-136; alpha:0.5; owntex:true; isResting:0; mine:true; size:0.16; y:-43; inverse:true; anim2:1; finish:0@
Aura[127]=Version:4.17; icon:INV_Misc_Herb_Felblossom; buffname:lifebloom; x:-135; alpha:0.5; owntex:true; isResting:0; mine:true; size:0.08; y:-43; anim2:1; finish:0; timer.h:0.75; timer.enabled:true; timer.Relative:BOTTOM; stacks.enabled:true; stacks.r:0.4; stacks.g:0.4863; stacks.x:-129; stacks.Relative:TOP; stacks.h:0.75@
Aura[128]=Version:4.17; icon:Spell_Nature_RavenForm; buffname:nature's swiftness; x:64; bufftype:15; alpha:0.5; owntex:true; isResting:0; size:0.16; y:-43; anim2:1; finish:0@
Aura[129]=Version:4.17; b:0.9843; icon:Spell_Nature_RavenForm; buffname:Nature's Swiftness; r:0.949; x:65; bufftype:15; texture:24; alpha:0.5; owntex:true; isResting:0; size:0.08; y:-44; inverse:true; anim2:1; finish:0; timer.h:0.75; timer.enabled:true; timer.cents:false; timer.Relative:BOTTOM@
Aura[130]=Version:4.17; icon:Spell_Nature_Tranquility; buffname:Tranquility; x:144; bufftype:15; alpha:0.5; owntex:true; isResting:0; size:0.16; y:-43; anim2:1; finish:0@
Aura[131]=Version:4.17; icon:INV_Relics_IdolofRejuvenation; buffname:Swiftmend; x:-56; bufftype:15; texture:6; alpha:0.5; owntex:true; isResting:0; size:0.16; y:-43; texmode:2; anim2:1; finish:0@
Aura[132]=Version:4.17; icon:INV_Relics_IdolofRejuvenation; buffname:Swiftmend; x:-57; bufftype:15; texture:6; alpha:0.5; owntex:true; isResting:0; size:0.08; y:-42; texmode:2; inverse:true; anim2:1; finish:0@
Aura[133]=Version:4.17; icon:Ability_Druid_Flourish; buffname:wild growth; x:-96; bufftype:15; alpha:0.5; owntex:true; isResting:0; size:0.16; y:-43; anim2:1; finish:0@
Aura[134]=Version:4.17; icon:Ability_Druid_Flourish; buffname:wild growth; x:-95; bufftype:15; alpha:0.5; owntex:true; isResting:0; size:0.08; y:-43; inverse:true; anim2:1; finish:0@
Aura[135]=Version:4.17; icon:Spell_Shadow_ManaBurn; buffname:Clearcasting; x:20; alpha:0.5; owntex:true; isResting:0; mine:true; size:0.16; y:152; anim2:1; finish:0; timer.enabled:true; timer.cents:false; timer.Relative:BOTTOM@
Aura[136]=Version:4.17; icon:Spell_Nature_NaturesBlessing; buffname:Nature's Grace; x:-19; alpha:0.5; owntex:true; size:0.16; y:152; anim2:1; finish:0; timer.enabled:true; timer.cents:false; timer.Relative:BOTTOM@
Aura[137]=Version:4.17; b:0.9843; icon:Spell_Nature_Tranquility; buffname:Tranquility; r:0.949; x:144; bufftype:15; texture:24; alpha:0.5; owntex:true; isResting:0; size:0.08; y:-44; inverse:true; anim2:1; finish:0; timer.h:0.75; timer.enabled:true; timer.cents:false; timer.Relative:BOTTOM@

Thursday, May 13, 2010

Heals classes, overview

Yeah, if you stumbled across this site somehow (which would be pretty hard considering I barely even advertise it anywhere) you may like to know a little bit about my thoughts (obviously).

So, an overview of the different healing classes at level 80

Druid: my first level 80 healer, level feral to 78 grinding on mobs and then switched to balance for picking up spell gear. After a bit of farming, switched to resto/feral. Druid heals is what i have done in raiding most and we excel at steady damage raid wide. I actually would recommend a druid healer above almost all other specs for any kind of group play.

Priest: My second level 80 healer and leveled as holy to 70 and then went disc. Did a bit of a stint early 80 career as a shadow priest to gain the spell gear via dungeons (you know, without dying or killing everyone else, yeah, a little sly of me but still.) Pre 70 holy absolutely rocks for group damage as well. Disc is really nice as well. I recommend either spec for a beginner healer as my first choice, especially for someone who is new to the game of healing. Remember that Disc focuses on preventing damage and holy focuses on healing through it.

Shaman: My third level 80 healer (giggles) and I have yet to heal a heroic with her. I found a love of enhancement play and have been playing in dungeons as enhancement most of the time. As for ease of healing, of the classes, third choice. Mail gear is hard to come by pre 80 and itemization is just wonky.

Paladin: My fourth heals at 80, and my most recent addition to the team of heroic healers, I put aside my heals set to focus on my dps set after hitting 70. I always had a cobbled together heals set but nothing up to the level of my dps set, now though, they are getting closer to average ilevel and I am confident that I can keep up most groups lacking any kamikaze stratagies. The Paladin is probably the class that is hardest to get used to for me. The lack of group heals really hurts in todays group wide damage days. I still do not look foward to doing anything above the original wrath heroics (no toc, icecrown) because of the lack of mana regen. Yes, i need to stack mucho more intellect.

Wednesday, April 14, 2010

Mains

I have been going back and forth with the thoughts of posting my characters here. There really is no reason for me to not post my characters here and there is only one group of people that may see themselves in what I speak of. I thought I made it clear to them that I never wanted to leave the guild in the first place, but the fact that I did goes against that. As a thought I have decided that I will eventually disclose if not all, most of my characters names/realms.

Wednesday, April 7, 2010

Guild woes

At the end of the year I was in a guild that had just started a second 10 man group. I was also working almost full time third shift as well which meant I had to actually drag my butt out of bed to get to the raid on time (read: 15 minutes before hand to make sure everythign was set addon/flask/food wise). Just call me one of those raiders who thinks of the other 9/24 people in the group and expects them to do the same.
So I was setting my alarm clock for my days off so I could paticpate in these raids. Let me tell you, when a raid interferes with your sleeping schedule you get uptight about others not taking the start time/sign up seriously. I became disenchanted with my raid group and the guild in general, no it wasnt the fault of any one person but the lack of any real consequence of not showing up was grating to say the least.
Around February the gm of the guild said some off hand but rather offending remark. She usually wouldn't do such a thing and as I now look back, I can see her anger over the raid group, at the time still faltering a bit, and the whole "pre cataclysm post most good stuff in expansion" time of the expansion. This time gets everyone into a huff. Well, I left the guild because the GM wasn't really responding the way I have come to know from her. Really wasn't anything important but I wasn't really in the mood to think about it at the time so I just pulled all my characters from the guild, pretty much without thinking of the long term consequences. So, my characters, just about every one, are guildless, and I only have myself to blame.
The bad part? I still love my old guild so much I don't want to even try another.

Reasons why I declined the group role check...

I always have wondered why a person would sign up for a dungeon through the looking for dungeon feature and then not actually accept come time to enter. Some of these are easy to identify, that person who waits until the timer has expired, yeah, they are afk. I have had mine pop when I was up going to the bathroom before so I can see how someone may have stepped away for half a minute to miss the role check.

Healium addon WoW

O_O wow. Just wow. I was looking at this addon cause a heals in a 5 man dungeon I was running was having terrible trouble healing when the tank wasnt the dungeon lead.

Wednesday, January 20, 2010