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
(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 == === Fishing w/ weather-beaten fishing hat === Fishing with your Weather-Beaten Fishing Hat #showtooltip fishing /equip Weather-Beaten Fishing Hat; /equip Mastercraft Kalu'ak Fishing Pole; /use Weather-Beaten Fishing Hat /run UIErrorsFrame:Clear() /cast fishing *This macro will equip your fishing pole and Weather-Beaten Fishing Hat, attach lure and start fishing just by repeatedly clicking the button. One-button fishing never was easier. **Change the name of your fishing pole if you are not exalted with the Tuskar yet. *Works in 4.3.4 === Fishing equipset w/ error supp === Fishing using Equipset with Error Sound/Text suppression #showtooltip fishing /run sfx=GetCVar("Sound_EnableSFX"); /console Sound_EnableSFX 0 /equipset [noequipped:Fishing Pole, nomod] Fish!; /use 1 /use [equipped:Fishing Pole, nomod] Fishing /run UIErrorsFrame:Clear() /run SetCVar("Sound_EnableSFX",sfx); *Use: Equips fishing gear, uses item in head slot, and casts Fishing but suppresses error text/sound and ignores Equipset soundFX on repeated execution while allowing normal fishing soundFX. *This macro will equip a set named "Fish!". *You must create the equipment set, which can include all your fishing gear, especially Weather-Beaten Fishing Hat. *If you want to use a name other than "Fish!", choose a set name that is 11 characters or less (255 limit). *Drag the new macro button to an available slot and click to cast your line. *Works in 5.0.4 === Equip Set With Find Fish Toggle === /equipset [equipped:Fishing Poles] 1; Fishing /run SetTracking(1,false) /stopmacro [equipped:Fishing Poles] /run SetTracking(1,true) *Equips your "Fishing" set if you don't have a pole equipped and enables fish tracking, or equips set 1 if you do have a pole equipped and disables Find Fish. *The tracking toggle is set up for the first item in the tracking drop down menu. If Find Fish is the 2nd or 3rd item on the drop down, you will need to change the 1, to 2 or 3. *Useful if you're a miner/herbalist and you don't want to confuse fish with Firebloom. *Works with v4.0.3 === Modifier Swap === #showtooltip /cast [nomod] Fishing /equip [noequipped:Fishing Poles, mod] Nat Pagle's Extreme Angler FC-5000 /equip [equipped:Fishing Poles, mod] Titansteel Guardian /equip [equipped:Fishing Poles, mod] Matriarch's Spawn *Credit: Xaeros of Shadowmoon *Use:(Make sure to replace the fishing pole/weapons with your own) **On click, you will attempt to cast fishing. **On mod+click you will switch between your fishing pole and your weapon(s). *Works in 3.3.3a === Set Swap === /equipset [noequipped:Fishing Pole, mod] Fishing; [noequipped:Fishing Pole, nomod, spec:1] [mod, spec:1] Set1; [noequipped:Fishing Pole, nomod, spec:2] [mod, spec:2] Set2 /use [equipped:Fishing Pole, nomod] Fishing *Uses the Blizzard Equipment Manager **Requires one set called Fishing that contains your fishing pole and any equipment you want to wear while fishing (fishing hat, gloves or similar) and two sets that fit your specs (replace Set1 and Set2 with your names) If your fishing set is equipped, click will cast Fishing, mod-click will equip the set fitting your current spec. Otherwise, mod-click will equip your fishing set, normal click will equip the spec-relevant set. Alternate version for toons with just one spec or equipment set: /equipset [noequipped:Fishing Pole, mod] Fishing; [noequipped:Fishing Pole, nomod] [mod] Set1 /use [equipped:Fishing Pole, nomod] Fishing === Auto equip manager fishing === Automated Equipment Manager Fishing & Lure Macro /equipset [noequipped:Fishing Poles, nomod] Fishing /cast [equipped:Fishing Poles, nomod] Fishing /use [mod:shift] Bright Baubles /use [mod:shift] 16 /equipset [mod:alt] Normal /equipset [mod:ctrl] DPS *Credit: Taurolyon of Sargeras-US --Taurolyon 15:53, October 14, 2009 (UTC) *To use: #Create a '''Fishing''' outfit in your equipment manager (or if you use the Outfitter Addon, save the outfit to server) **Outfit ''must'' be named '''Fishing''' #Create a '''Normal''' outfit for your primary spec #Create a '''DPS''' outfit for your secondary spec (or remove the last line in the macro if you only have one set of gear/spec) *If you don't have your fishing pole equipped, it will automatically equip your "Fishing" outfit from your equipment manager *'''''Clicking''''' on this macro after your fishing pole is equipped, will automatically cast your line and start fishing. *'''''Shift-Clicking''''' on this macro will apply a lure to your equipped fishing pole (Change Bright Baubles to any lure you'd like. I.E. Weather-Beaten Fishing Hat) *'''''Alt-Clicking''''' on this macro will equip your '''Normal''' set of gear. *'''''Ctrl-Clicking''''' on this macro will equip your '''DPS''' set of gear. Binding this macro to a button on your mouse will allow for easy one handed casting and reeling. --Taurolyon 15:53, October 14, 2009 (UTC) === Multi Gathering Macro === <pre>#showtooltip /cast [nomodifier] <Mount of your choice> /cast [modifier:ctrl] Find Minerals /cast [modifier:shift] Find Herbs /cast [modifier:alt] Smelting</pre> ''Can of course be modified to your liking and professions'' *Not holding down a button: Will summon a mount of your choice (Note:<Mount of your choice> has to be swapped with a mount in your possession). *Holding down ctrl: Will make mining nodes appear on your minimap. *Holding down shift: Will make herb nodes appear on your minimap. *Holding down alt: Will show the Smelting pane, where you can smelt your ore bars. ===Enchant to Vellum Macro=== <pre>/run DoTradeSkill(GetTradeSkillSelectionIndex()); /run for i=0,4,1 do for l=1,GetContainerNumSlots(i),1 do if GetContainerItemID(i,l)==38682 then UseContainerItem(i,l);end;end;end; /run ReplaceEnchant(); /run ClearCursor();</pre> *To Use: #Open Enchanting Skill #Select Enchantment in skill panel to apply #Have Enchanting Vellum in your inventory #Press macro *Credit: Ajudication of Terokkar-US ===Farming Macro=== <pre>/tar tilled /tar untilled /tar growing /tar infested /tar parched /tar encroach /tar wiggling /tar wild /tar alluring /tar tangled /tar runty /use seeds /use dented shovel /castsequence vintage bug sprayer,rusty watering can</pre> ''Not really all that happy with this macro, best I could come up with maybe some one can tweek it a bit'' *Basicly this macro works off of the mechanic that if you destroy and replant your crops eventually a bursting crop will spawn that can be instantly harvested. Make sure your standing in front of dirt/crop before you start and replace seeds in the macro with the full name of what ever seeds your are using. *This macro has to be used in conjunction with ''Interact with NPC'' keybinding. Basicly key bind any key to ''interact with npc'' then just hit your macro key and ''interact with npc'' keys in sequence. *The chances of getting bursting crops to proc is really low dont even attempt this unless your desperate and have the time and money to waste. You could also take out the dented shovel and use this method as a planting and maintenance macro till you get enough rep for the machines.
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)