Showing posts with label rogue. Show all posts
Showing posts with label rogue. Show all posts

Wednesday, December 3, 2008

Absolute Beginner's Guide To WoW Macros

Why would you even want to use macros? What are they? Is it cheating?

A macro is one (or many) command(s) issued when you press an icon. It can be as simple as

/say w00t!

or

/lol

or it can be more complex. Macros can be used for every slash command (/) in the game, like /p /s /y /w /g /dance /smile /cheer etc.

Creating a macro is simple. , just follow these 4 easy steps:

1) From inside the game world, press esc and then select Macros from the Options menu.



2) Here you have 2 choices; either you create/modify a macro in the General Macros tab for everyone of your characters to use, or in the tab specific to your current character only.


Personally, I put macros in the General tab for things like emotes, gestures or funny chat comments.
3) I've selected here the character-specific tab. I pressed New and selected an icon (quite a few are available to you, I tend to take something that represents the type of action the macro does or I use the "?" icon displaying the same icon as the original attack.

After pressing ok, you come back to this window:



It is now either time to write your commands or paste them (from this website for example) in the box. You can always change your icon later if it is not fitting.

Wait. What? You don't want to have to write the long complicated name of a weapon or armor you want equipped?

You don't have to! Just make sure your macro box is opened, then either open your bag containing the item or your character equipment sheet if it's equipped and then shift-click on the item: voilĂ ! The name magically pops up in your macro box (now you can cut/copy/paste it all you want).
4) I find when using default attacks, I often encounter a situation where I want my character to attack a target but it actually stops attacking (toggles attack off). So I decided to add a /attack command to my main attack button so it always attacks. I can easily turn it off by left-clicking on the background. I find this little command so useful I add it to pretty much all my weapon attacks, on all my characters.

For the purpose of this how-to, let's make a little modification to the rend attack so that if you use it, it will continue attacking once the rend has been executed (technically both commands happen at the same time).



As you see, each line contains a command. A line can sometimes be longer than the window so it wraps around. This usually doesn't cause problems, but may if it reaches a certain length.

Here I've issued 3 commands:

#show rend will display the icon of the attack or item you write. For it to work, you will need to choose the "?" icon.

/rend is the special attack

/attack is the little tidbit that makes most of my attacks more efficient.

Macros are very flexible, useful in all kinds of situations. You'll find some WoW macros for general use, for any class as well as ones specific to the rogue class, warrior class, hunter class and mage class. Please note that some of the macros for warriors also apply to shield bearing pallies and shammies.

More macros will be added over time. Have fun and remember to experiment!

Tuesday, December 2, 2008

WoW Macros You Can't Live Without

Here a few useful World Of Warcraft macros compiled and contributed by Taniia/Arthistle/Thaelenor/Sentient/Fkoff/Kameleon. Most were influenced by macros from WoWwiki or other web sites, some are all from the fruit of our imagination.

General-use macros (mounts, pets, bandaging, etc.)
Warrior-specific macros
Mage-specific macros
Hunter-specific macros
Rogue-specific macros

Be sure to check out the Absolute Beginner's Guide To WoW Macros for the basics.

Saturday, November 15, 2008

WoW macros for general use, for any class

FOR GENERAL USE
World of warcraft macros usable by any class. Check WoW Macros You Can't Live Without to find macros for specific classes.

Sticky Attack Icon
This is a good replacement for the melee attack icon. This macro will prevent you fron disabling melee attack when you hit it again by accident during a fight. Use the ? icon and it will show your main weapon as an icon.

# show attack
/startattack

1-Click Self-Bandage
With this macro, no need to target yourself first before casting. Just click and heal away... It will try using the first kind of bandage, and if none are available, will try the next one. Replace Wool and Silk with the type of bandages you have, you may remove one of the lines or add some to you heart's desire.

/use [target=player] Wool Bandage
/use [target=player] Silk Bandage

New Improved 1-Click Self-Bandage
Clicking the icon will use a bandage on yourself. Right-clicking will heal your current target.

/use [button:1, target=player] Heavy Wool Bandage
/use [button:1, target=player] Silk Bandage
/use [button:2] Heavy Wool Bandage
/use [button:2] Silk Bandage

Random Pet (vanity pets)
This simple macro will cast a random pet from one of several pets. Replace Piglet's Collar or Cat Carrier (Bombay) with the name of your favorite pets. You can add new ones by adding a coma (,) before each one.

/castrandom Piglet's Collar, Cat Carrier (Bombay)

Weapon Swap
These macros will make you switch from a 1h weapon + shield to a 2h weapon configuration. If you are incombat when you switch your weapons, it will start attacking. Replace Decapitating Sword of the Bear with the one-handed weapon of your choice, and Outrunner's Shield of Stamina with the name of your shield, and replace Taskmaster Axe with your two-handed weapon.

Clicking this version of the macro will take you into 1h wep/shield config, right clicking will equip your 2h wep. Note: currently trying to get a working mashable/toggle version

/equipslot [button:1] 16 Decapitating Sword of the Bear
/equipslot [button:1] 17 Outrunner's Shield of Stamina
/equipslot [button:2] 16 Taskmaster Axe
/startattack [combat]

Fishing Equip and Cast/Un-equip
This macro will equip your favorite fishing pole on first click, cast on the second (and third, and...). Right click the icon to re-equip your fighting gear. Replace Big Iron Fishing Pole with the name of your fishing pole, Coldrage Dagger by the name of your main hand weapon, and Sword of Omen with your off-hand weapon (or shield).

/equip [noequipped:Fishing Pole, button:1] Big Iron Fishing Pole
/equipslot [button:2] 16 Coldrage Dagger
/equipslot [button:2] 17 Sword of Omen
/cast [equipped:Fishing Pole, button:1] Fishing

Mount/Dismount +trinket and boots switch
This macro will summon the mount of your choice (will not work for pallys and locks as they are spells) and put un the Carrot on a Stick trinket as well as put on your riding boots (with spurs). When you dismount, it will put your favorite trinket in place of the COAS. Replace Red Hawkstrider with the name of your mount and Nifty Stopwatch with the name of your favorite for-use-when-on-foot trinket. Replace Defiler's Leather Boots with your fighting boots, and Mounting Boots with the name of your boots with spurs.

/use Red Hawkstrider;
/equipslot [mounted] 14 Nifty Stopwatch
/equipslot [mounted] 8 Defiler's Leather Boots
/equipslot [nomounted] 14 Carrot on a Stick
/equipslot [nomounted] 8 Mounting Boots

WoW macros for the rogue class

ROGUE-SPECIFIC MACROS
World of warcraft macros specific to the rogue class. Check WoW Macros You Can't Live Without to find macros for other classes or simply for general use.

(Rogue) Stealth/Vanish/Dismount
This macro will unmount you if you are mounted, use stealth if you are not mounted and not in combat, use vanish if you are unmounted and in combat. Very useful! Replace Red Hawkstrider with the name of your mount. Note: I noticed this macro actually takes you straight to stealth after the dismount, no need to hit the icon more than once (unless you're in combat).

#showtooltip Stealth
/cast [nocombat] Stealth
/cast [combat] Vanish
/use [mounted] Red Hawkstrider

(Rogue) Pickpocket(auto-loot) and attack

This macro will pickpocket your target, and then attack it with a Cheap Shot attack (giving you 2 combo points and stunning the target in place). This is great when grinding mobs for cash and loot. You can replace Cheap Shot with the attack of your choice, Ambush and Backstab being two good ones. You need to turn on "Auto Loot Corpse" (in Interface Options) for this macro to work most efficiently. Also, if you use the ? icon it will show the Pick Pocket icon.

#show Pick Pocket
/cast Pick Pocket
/stopcasting
/cast Cheap Shot