Addons for pvp players
I will post here add-ons you need to have in vanilla in order to pvp, i tested all the links here so it's safe and working. For raisautoshot you only need to disable the bongo cast bar in character panel > add-ons, but you can still use bongo ofc, I use bongos but I just don't use the castbar of bongos.

- New version of BGennemy frame :
https://forum.nostalrius.org/viewtopic.php?f=63&t=33274
If there is one addon I want you to use, it's bgennemy frame. Seriously use it from now on.
It will allow you to see ennemy flag carrier name and friendly flag carrier name at all time, but also to see in the bg minimap your mates with the color of their respective class (rogue is yellow, pallies and sham pink etc); this way you will be able to know very quickly where your mates are, where your fc is to support him quickly etc.
It's seriously very nice guys
When the addon is dl:
1 - Type /efs to open the menu
2 - Features
3 - battlegrounds
4 - "Class colored map blips"


- Classic snowfall
: Accelerates key bindings so that they are activated by key press rather than key release. So yea, kinda very, very usefull

- MoveAnything :
: allows you to move the map and hide error messages like "You are too far from your target, you can't cast that stupid boy !" or even  "You don't have enough rage, chill mate."

- Itemrack (the completed version):
: You can now switch gear and trinket in half a second

- Ezdismount
http://www.vanilla-addons.com/dls/ezdismount/ :Just dl that please, everyone (allows you to use an ability without having to cancel your mount)

- Energywatch
http://www.vanilla-addons.com/dls/energywatch/ : Must have for rogue and druids because it allows you to open someone right before a new tic of energy
- Rais_autoshot
http://forum.nostalrius.org/viewtopic.php?t=12765&f=38 : Must have but for hunters, useless for other classes

- Special retrowow commands:
Reset all your cd if someone accepts your duel, just do that macro before (you will need 1 pvp token) : .duelmod on
If you just want to duel without using the duelmod anymore : .duelmod off
Repair gear (if you target a friend, that maccro will repair your target, to repair your item, target yourself or nothing) : .rep
Hearstone with 5 minutes cooldown: .st
Code:
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("Soul Shard",200);
Also : http://i.imgur.com/BcuQKTO.png
Look at this picture and put your auto attack where you can, then replace the number of that bind in that maccro :
/run if not IsCurrentAction(24) then UseAction(24) end;
like this :
/run if not IsCurrentAction(7) then UseAction(7) end;
Or any numbers, just look at the bind number and do it.
Its an auto attack maccro, usefull for every melee class and hunters, just put the melee hit (for melee classes), or the range attack (for hunters) in the bind, and put the number of that bind in that maccro.
You can also add another spell to the autoattack maccro like this :
/run if not IsCurrentAction(24) then UseAction(24) end;
/run CastSpellByName("bloodthirst")

and replace bloodthirst by hamstring, or hemoraghie, or backstab, or hammer of justicefor instance :
/run if not IsCurrentAction(24) then UseAction(24) end;
/run CastSpellByName("hamstring")

It will make you use any attack and if that attack isnt ready yet (not enough energy or rage or mana or the spell is in cd), it will stlil make you attack yoru target.
Focus targeting & frame support for vanilla World of Warcraft. (1.12.1, English client only)
Allows you to have a focus frame support in vanilla : https://github.com/wardz/FocusFrame
BTW Sun Rais is usually buggy for me for some reason. I'm not sure if it is being interfered with by another addon, but I use Sorren's Hunter Timers, simply because you can adjust the ms delay triggered when you start your autoshot, and it wont bug out spawning an infinite bar on my screen. Very minimal effort to set up and super helpful, better timing as well.
"The greatest trick the Devil ever pulled was convincing the world he didn't exist."
[Image: ks9xXfy.jpg]
yea that bar that stay full when u cast aimed shot is because of the "bong cast bar", you need to desable it, otherwise i dont know
ahhh well i love my bongos so Sorren's it is.
"The greatest trick the Devil ever pulled was convincing the world he didn't exist."
[Image: ks9xXfy.jpg]
yea can still use bongo, i still do for instance, you just need to go in your character pannel, then addon, then desable "bongo cast bar"
Spam stealth ambush (allows you to ambush after you gouge somebody, and before he can do anything, a mage for instance will stil be gouge and won't have time to blink before your ambush ). It also eqquip your dagger. You need supermaccro to do that /equip maccro -
/run if not IsCurrentAction(37) then UseAction(37) end;
/run CastSpellByName("ambush")
/equip Kingsfall
Spam stealth cheap shot (allows you to cheap shot before your ennemy can do anything during the 0,5s out of combat you can get while your ennemy is under gouge) -
/run if not IsCurrentAction(37) then UseAction(37) end;
/run CastSpellByName("cheap shot")

Spam stealth + garrote -

/run if not IsCurrentAction(37) then UseAction(37) end;
/run CastSpellByName("garrote")

Spam stealth + sap -

/run if not IsCurrentAction(37) then UseAction(37) end;
/run CastSpellByName("sap")
Auto attack hemo (if for instance you are under gcd, or dont have enough energy, you will still be able to auto attack. Also equip your main weapon -
/run if not IsCurrentAction(38) then UseAction(38) end;
/run CastSpellByName("hemorrhage")
/equip Gressil%, Dawn of Ruin
Adapt addon :
http://www.vanilla-addons.com/dls/adapt/ : You can see portrait in 3d and still haev the blizzard interface :


And here is a maccro to definitly and always improve your graphism :
/console groundEffectDensity 256
/console groundEffectDist 170
/console detailDoodadAlpha 100
/console farclip 777
/console horizonfarclip 6226
/console smallcull 0
/console maxLOD 3
/console SkyCloudLOD 3
/console characterAmbient 1




Users browsing this thread: 3 Guest(s)