Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:Useful macros (old)
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Fishing== ====Two Modifier Swap==== /equip [noequipped:Fishing Poles, nomodifier:alt] Seth's Graphite Fishing Pole /equip [modifier:alt] Mana Wrath /equip [modifier:alt] Lamp of Peaceful Radiance /cast [equipped:Fishing Poles, nomodifier:alt] Fishing This macro is handy in that on a regular click (or hotkey press) it will equip your fishing pole (simply change Seth's Graphite Fishing Pole to the name of whichever pole you use), and when pressed again will begin fishing. On an alt-click (or alt+hotkey) it will re-equip your normal weapon(s). If you use a two hand weapon, simply take out the third line and change Mana Wrath to your own main weapon, otherwise if you use two change Mana Wrath and Lamp of Peaceful Radiance to your own particular weapons. This macro also avoids any error messages from popping up. You could also add to this macro to have it swap out a Lucky Fishing Hat or gloves with the fishing enchant as well, if you had them. ====2H Coordinate Swap 1==== Another, more simple, fishing macro is this: #showtooltip Fishing /cast [button:1] Fishing /use [button:2] x y Replace x and y with the container location of your fishing pole (bag slot and item slot respectively.) A right-click will equip or unequip a fishing pole, and a left click will cast a lure. Note though that this macro only works with two-handed weapons and not a single-handed weapon and an offhand item, shield, or weapon; if you are going to use other than a two-handed item, use the first macro. ====2H Coordinate Swap 2==== Here is a more elaborate version: #showtooltip Fishing /equip [noequipped:Fishing Poles, nomodifier:alt] x y /equip [modifier:alt] x y /cast [equipped:Fishing Poles, nomodifier:alt, nomodifier:ctrl] Fishing /use [modifier:ctrl] x z /use [modifier:ctrl] 16 It will equip your fishing pole if not equipped, or cast Fishing. If you hold alt it will equip your weapon. If you hold ctrl it will use a fishing lure. The bag number is x, y is the slot your fishing pole is in, z is the slot for the lures. Again this works best if you have a two-handed weapon. ====Outfitter + Coordinate Swap==== Here is a complete fishing macro that utilizes the Outfitter add-on: #showtooltip [mod:shift] 4 17; [mod:ctrl] 4 13;Fishing /cast [equipped:Fishing Pole, nomod:shift, nomod:ctrl] Fishing /use [mod:shift, equipped:Fishing Pole] 4 17 /use [mod:shift, equipped:Fishing Pole] 16 /stopmacro [nomod:ctrl] /outfitter toggle Fishing Where x y and z i are the bag locations of your lure and your pole, respectively. With no modifiers and a fishing pole equipped, this will cast fishing. With shift held and a fishing pole equipped, it will use your lure. With control pressed, it will toggle the "Fishing" outfit using Outfitter, which will automatically unequip your fishing outfit if you enter combat. === Count fish === #show Speckled Tastyfish If you want to keep track of how many of a specific kind of fish you have, use the [[Image:INV Misc QuestionMark.png|16px]] icon and this macro. ===Autolure=== This macro is useful to automatically set a lure to your fishing pole, if you're a using a shortcut to /cast fishing. /cast ''Lure'' /equip ''Pole'' /cast Fishing If no lure is active, then it'll cast one, if a lure is active, then it'll simply just fish. Change ''Lure'' to the name of whichever lure you are using and ''Pole'' to the name of whichever pole you are using.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)