janny
|
 |
« Reply #15 on: August 09, 2014, 12:16:27 am » |
|
you underestimate my fanbase
He Saying Abt me  im his fanboiiiii
|
|
|
Logged
|
|
|
|
|
 |
« Reply #16 on: November 20, 2014, 08:11:00 pm » |
|
so best dps raid build is arcane? interesting.
what about levelling? I'm a bit stuck on frost atm, but I feel the dmg output is so low.
|
|
|
Logged
|
|
|
|
|
 |
« Reply #17 on: November 26, 2014, 05:14:23 pm » |
|
k fk levelling, lol.
is the above gear listed as BiS? What I meant was can you do an update to this listing BiS for raid Frost Mage. I'm in the farming mood. Cheers.
|
|
|
Logged
|
|
|
|
|
 |
« Reply #18 on: November 26, 2014, 05:22:26 pm » |
|
there is a list of pre-raid BiS items in the topic. Don't see how you could miss that !
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #20 on: December 07, 2014, 01:46:07 pm » |
|
its Shatter , not scatter xD great guide
|
|
|
Logged
|
|
|
|
|
 |
« Reply #21 on: February 25, 2015, 03:52:52 pm » |
|
The BiS section will be very useful as I've not played vanilla since well, vanilla xD. Thanks for this!
|
|
|
Logged
|
|
|
|
Full Member
Posts: 374
<Exodus>
|
 |
« Reply #22 on: April 16, 2015, 03:59:56 am » |
|
Royal, any good addons for mages you'd maybe suggest?
|
|
|
Logged
|
I once got the Right Bindings...
|
|
|
Tester
Sr. Member
Posts: 795
|
 |
« Reply #23 on: April 16, 2015, 11:05:32 am » |
|
Royal, any good addons for mages you'd maybe suggest?
Depends what u need, id say ccwatch, spellalert, necb, mostly just usual addons imo but its a matter of style always.. dont forget spellstopcasting command on stuff like blink, counterspell, sheep maybe etc.
|
|
|
Logged
|
Likalottapus <De Profundis>
|
|
|
Tester
Hero Member
Posts: 1012
www.vanillagaming.org
|
 |
« Reply #24 on: April 16, 2015, 12:47:00 pm » |
|
As Gnoem said, ccwatch, spellalert, but they're mostly for PvP i'd say, for pve you need just some basic addons as KTM and BigWigs.
/script SpellStopCasting(); /cast Blink
/script SpellStopCasting(); /cast Polymorph(Rank 4)
/script SpellStopCasting(); /cast Counterspell
|
|
|
Logged
|
Simply Fadeas
|
|
|
|
 |
« Reply #25 on: April 16, 2015, 01:29:01 pm » |
|
Macros
Drink and Eat with 1 button (press it twice) /script UseItemByName("Conjured Cinnamon Roll"); UseItemByName("Conjured Crystal Water");
Auto-inspect when you use Frost Nova to see if the opponent has pvp trinket equipped (only works on your own faction so just for duels) /cast Frost Nova(Rank 1) /script if (UnitFactionGroup("target")=="Horde") then InspectUnit("target");end;
Mouse-over Counterspell /script TargetUnit("mouseover");CastSpellByName("Counterspell");TargetLastTarget();
Mouse-over Polymorph /script TargetUnit("mouseover");CastSpellByName("Polymorph");TargetLastTarget();
Prevent Arcane Missiles from 'bugging' out /target <playername> /script TargetLastTarget(); /cast Arcane Missiles
AddOns
KLHThreatMeter (KTM) - Keeps track on your aggro Decursive - Makes removal of Curses from the raid much faster. Priority-targets can be set BigWigs - Timers and Warnings for pretty much all encounters. C'thun Warner - Gives a visual button on your screen which can help you position yourself better during C'thun Improved Error Frame - Prevents addons from doing pop-up error-messages CT_raidAssist - Basic raiding Addon which keeps track of groups, buffs and other stuff helps you moniter the raid. ItemRack - An addon which can equip a set of items with just 1 click. Very easy to configure. Recap - Keeps track on Raid DPS, with alot of functions for configurations. Standard Damage-meter addon. Theorycraft - Will analyze your equipment and give you information about your spelldamage and helps you compare items. Bonus Scanner - needed to use Caster Stats Caster Stats - Adds a section for spelldamage effects to your Character Screen box. OmniCC - Adds numbers on your actionbars, to see the remaining cooldown. RangeColor - Colors the actionbars when your target is out of range, or when you don't have enough mana to cast the spell. Supermacro - Enables certain macro-functions that otherwise don't work, and lets you create up to 66 macros. TrinketMenu - Makes changing trinkets much easier XRS - Addon that can make buffing easier, strongly recommended.
|
|
|
Logged
|
|
|
|
Full Member
Posts: 374
<Exodus>
|
 |
« Reply #26 on: April 16, 2015, 01:49:46 pm » |
|
Do you guys use a certain rotation when using frost spec?
|
|
|
Logged
|
I once got the Right Bindings...
|
|
|
Tester
Hero Member
Posts: 1012
www.vanillagaming.org
|
 |
« Reply #27 on: April 16, 2015, 01:58:23 pm » |
|
Do you guys use a certain rotation when using frost spec?
Frostbolt, Frostbolt, Frostbolt, (Blizzard when needed), Frostbolt, Frostbolt!
|
|
|
Logged
|
Simply Fadeas
|
|
|
Tester
Hero Member
Posts: 1012
www.vanillagaming.org
|
 |
« Reply #28 on: April 16, 2015, 05:48:09 pm » |
|
Macros
Drink and Eat with 1 button (press it twice) /script UseItemByName("Conjured Cinnamon Roll"); UseItemByName("Conjured Crystal Water");
Auto-inspect when you use Frost Nova to see if the opponent has pvp trinket equipped (only works on your own faction so just for duels) /cast Frost Nova(Rank 1) /script if (UnitFactionGroup("target")=="Horde") then InspectUnit("target");end;
Mouse-over Counterspell /script TargetUnit("mouseover");CastSpellByName("Counterspell");TargetLastTarget();
Mouse-over Polymorph /script TargetUnit("mouseover");CastSpellByName("Polymorph");TargetLastTarget();
Prevent Arcane Missiles from 'bugging' out /target <playername> /script TargetLastTarget(); /cast Arcane Missiles
AddOns
KLHThreatMeter (KTM) - Keeps track on your aggro Decursive - Makes removal of Curses from the raid much faster. Priority-targets can be set BigWigs - Timers and Warnings for pretty much all encounters. C'thun Warner - Gives a visual button on your screen which can help you position yourself better during C'thun Improved Error Frame - Prevents addons from doing pop-up error-messages CT_raidAssist - Basic raiding Addon which keeps track of groups, buffs and other stuff helps you moniter the raid. ItemRack - An addon which can equip a set of items with just 1 click. Very easy to configure. Recap - Keeps track on Raid DPS, with alot of functions for configurations. Standard Damage-meter addon. Theorycraft - Will analyze your equipment and give you information about your spelldamage and helps you compare items. Bonus Scanner - needed to use Caster Stats Caster Stats - Adds a section for spelldamage effects to your Character Screen box. OmniCC - Adds numbers on your actionbars, to see the remaining cooldown. RangeColor - Colors the actionbars when your target is out of range, or when you don't have enough mana to cast the spell. Supermacro - Enables certain macro-functions that otherwise don't work, and lets you create up to 66 macros. TrinketMenu - Makes changing trinkets much easier XRS - Addon that can make buffing easier, strongly recommended.
You forgot to mention some of these doesn't work without Supermacro.
|
|
|
Logged
|
Simply Fadeas
|
|
|
|
 |
« Reply #29 on: April 16, 2015, 07:44:50 pm » |
|
Now you did it. good
|
|
|
Logged
|
|
|
|
|