balletdancer
Banned
You don't know how i played talk more crap.
actually i do, have played both win and against u plenty of times and you seem to lack the concept of burst
You don't know how i played talk more crap.
- Go to your Keybinds page in your Esc menu, and find "Toggle Autorun". Bind it to something and use it so you can move and type at the same time in BGs. I bind it to my weird little ~ button that's next to the 1.key
I feel like next time when I use special tricks and stuff in bg's people won't fall for them because of this thread <3 Love/Hate relationship
You can shadowmeld just about any spell/move in the bracket with precise timing/luck (hoj, fear, sheep, nova,punt, etc..)
So i caught this one on tape today and thought it would be relevant for people to see what i was talking about in action... enjoy!
Shadowmeld Clip
There is no GCD after a 2 second cast..Ex: nova->arcane blast followed by arcane barrage-> both count as shatter since barrage doesnt share gcd!
There is no GCD after a 2 second cast..
As I occasionally forget to change my talents on my bar/binds after re-specing (especially in arena ) I use a few scripts to ensure mashing my bind uses the correct talent ^_^.
These scripts automatically detect the talent, display the right CD and tooltip.
Druid
#showtooltip
/use Feline Swiftness
/use Displacer Beast
/use Wild Charge
/script m_c=GetSpellInfo(131768); m_ds=GetSpellInfo(102280); m_h=GetSpellInfo(102401)
/run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
Mage
#showtooltip
/cast Presence of Mind
/cast Blazing Speed
/cast Ice Floes
/script m_c=GetSpellInfo(12043); m_ds=GetSpellInfo(108843); m_h=GetSpellInfo(108839)
/run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
Priest
#showtooltip
/cast Void Tendrils
/cast Psyfiend
/cast Dominate Mind
/script m_c=GetSpellInfo(108920); m_ds=GetSpellInfo(108921); m_h=GetSpellInfo(605)
/run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
Shaman
#showtooltip
/cast Nature's Guardian
/cast Stone Bulwark Totem
/cast Astral Shift
/script m_c=GetSpellInfo(30884); m_ds=GetSpellInfo(108270); m_h=GetSpellInfo(108271)
/run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
Classes with mostly/all passives on the tier aren't listed here. If you want to have modifiers you'll likely need a different macro. If you use these, name the macro 15t, use ? as the icon. For best results ^_^
These weren't made by myself, all credit goes to another site.
There is no GCD after a 2 second cast..
A couple basic yet very useful macros for sticking to the same target as a teammate. I find these invaluable for so many situations. Set your focus on a strong dps player who is alongside you with the first macro. When you get into combat with them, periodically hit the second macro to make sure you are sharing their target. Oftentimes the success of a group is determined by how well they focus attacks on one target. It's one of the many reasons premades are so successful. These macros also work very well as a healer so you can assist your dps in interrupting/purging/throwing in some dps.
Add a friendly (or enemy) target as your focus:
/focus
Target your focus's target:
/assist focus
Another thing I personally find very useful is keeping raid frames up and in a very visible spot, even as a dps class. I'm not sure if the native raid frames do something like this, but with Vuhdo, anyone who is being targeted will get a little red border around their frame. As a healer, this will greatly help you anticipate who will be taking damage so you can stay ahead of the incoming damage
Heres another tip:
Using /script's in your macros is bannable.
So i caught this one on tape today and thought it would be relevant for people to see what i was talking about in action... enjoy!
Shadowmeld Clip