Morgen zusammen.
Hier mal eine große Sammlung an Makros für jegliche Situationen.
Ich hab sie mir ned selbst ausgedacht und auch ned geschrieben, sondern lediglich copy+paste... Aber ich denke der ein oder andere wird sich trotzdem drüber freuen.
Los gehts.
Quelle: [Only registered and activated users can see links. Click Here To Register...]
General Macros
Max Camera Distance
This will set your camera distance(how far you can scroll back) to the maximum.
Focus Your Mouseover
Pressing this macro will set your Focus target to your current mouse over target.
Drink/Shadowmeld
Left click for Manna Biscuit right click for Star's Tears your Shadowmeld will follow
Self Bandage
Bandages yourself
Inspect
This simple macro will attempt to inspect your target from any distance, so you can see their character model. Its useful for telling if someone is holding a 2hander, or Sword/Board.
Use all Healthstones
This one will use a level 70 Healthstones, attempting to use 2/2 Imp Healthstone first, followed by 1/2, then 0/2.
Disable Macro Click SFX
If you're sick of that noise it makes when you mash the button, simply make a macro for your most used spammable spells. Works the best together with ErrorMonster Addon to get rid of that red text spam aswell.
Auto Mount
This macro will use a flying mount if you can, otherwise it will use your regular mount. Note: You have to fill in the names of your mounts.
Auto Random Mount
If able, will mount you on a random flying mount in your bag, otherwise it will mount you on a random ground mount. Lots of fun for people who have many mounts. Note: You have to fill in the names (FlyingMountX, GroundMountX) with your mounts.
Raid Target your Team
Puts raid targets on each of your team mates. Repace the <Player Name> with your team members. Only do once all team members are in and the warlocks have summoned their pets. Changing the numbers will change the raid symbol
Drink All Waters
Drink any water you would have with you in the Arena. If you have other waters add a "/use <Your Water Here>" line. Uses the water at the top first.
Battle Master Trinket/Healthstone
Use this macro to pop both your Battlemaster's trinket along with you Healthstone for a nice HP Boost.
Fill Proximo Instantly
This macro fills proximo/AUF instantly when the match starts. Great for teams that hide in the starting area. Of course, if there is more than one person with the same beginning letter in their name, it won't work.
Use Trinkets
Press the macro normally to use your top equipped trinket and press shift and the macro to use the bottom trinket.
Combined Set/Clear Focus
Which will set your focus to whatever your mouse is hovering over, if it is hovering over a target. If not, it will set focus to your current target, if you have one. If you have neither a mouseover target, nor a currently selected target it will clear your current focus.
Hier mal eine große Sammlung an Makros für jegliche Situationen.
Ich hab sie mir ned selbst ausgedacht und auch ned geschrieben, sondern lediglich copy+paste... Aber ich denke der ein oder andere wird sich trotzdem drüber freuen.
Los gehts.
Quelle: [Only registered and activated users can see links. Click Here To Register...]
General Macros
Max Camera Distance
This will set your camera distance(how far you can scroll back) to the maximum.
Code:
/script SetCVar("cameraDistanceMax",30)
Pressing this macro will set your Focus target to your current mouse over target.
Code:
/focus [target=mouseover]
Drink/Shadowmeld
Left click for Manna Biscuit right click for Star's Tears your Shadowmeld will follow
Code:
/use [btn:1] Conjured Manna Biscuit; Star's Tears /cast Shadowmeld
Bandages yourself
Code:
/use [target=player] Heavy Netherweave Bandage
Inspect
This simple macro will attempt to inspect your target from any distance, so you can see their character model. Its useful for telling if someone is holding a 2hander, or Sword/Board.
Code:
/inspect target
Use all Healthstones
This one will use a level 70 Healthstones, attempting to use 2/2 Imp Healthstone first, followed by 1/2, then 0/2.
Code:
#showtooltip item:22105 /use item:22105 /use item:22104 /use item:22103
If you're sick of that noise it makes when you mash the button, simply make a macro for your most used spammable spells. Works the best together with ErrorMonster Addon to get rid of that red text spam aswell.
Code:
/console Sound_EnableSFX 0 [Your Macro Here] /console Sound_EnableSFX 1
Auto Mount
This macro will use a flying mount if you can, otherwise it will use your regular mount. Note: You have to fill in the names of your mounts.
Code:
/use [flyable,nomounted] name of your flyer; [nomounted] name of your regular mount /dismount
If able, will mount you on a random flying mount in your bag, otherwise it will mount you on a random ground mount. Lots of fun for people who have many mounts. Note: You have to fill in the names (FlyingMountX, GroundMountX) with your mounts.
Code:
/castrandom [flyable] FlyingMount1, Flyingmount2, FlyingMount3 /castrandom GroundMount1, GroundMount2, GroundMount3 /dismount
Puts raid targets on each of your team mates. Repace the <Player Name> with your team members. Only do once all team members are in and the warlocks have summoned their pets. Changing the numbers will change the raid symbol
Code:
/script SetRaidTargetIcon("<Player Name>",5)
/script SetRaidTargetIcon("<Player Name>",2)
/script SetRaidTargetIcon("<Player Name>",4)
/script SetRaidTargetIcon("<Player Name>",1)
Drink any water you would have with you in the Arena. If you have other waters add a "/use <Your Water Here>" line. Uses the water at the top first.
Code:
/use Conjured Glacier Water /use Conjured Croissant /use Star's Tears
Battle Master Trinket/Healthstone
Use this macro to pop both your Battlemaster's trinket along with you Healthstone for a nice HP Boost.
Code:
/use Battlemaster's Perseverance /use master healthstone
This macro fills proximo/AUF instantly when the match starts. Great for teams that hide in the starting area. Of course, if there is more than one person with the same beginning letter in their name, it won't work.
Code:
/tar a /tar b /tar c /tar d /tar e /tar f /tar g /tar h /tar i /tar j /tar k /tar l /tar m /tar n /tar o /tar p /tar q /tar r /tar s /tar t /tar u /tar v /tar w /tar x /tar y /tar z
Press the macro normally to use your top equipped trinket and press shift and the macro to use the bottom trinket.
Code:
/use [nomodifier] 13 /use [modifier:shift] 14
Which will set your focus to whatever your mouse is hovering over, if it is hovering over a target. If not, it will set focus to your current target, if you have one. If you have neither a mouseover target, nor a currently selected target it will clear your current focus.
Code:
/stopmacro [target=mouseover,exists][exists] /clearfocus