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!
== Toggle gathering == /castsequence [nocombat] find herbs, find minerals Simple [[macro]] now that changes between Find Herbs, Find Minerals - bind it to a mouse key and you can change it every few second or so as you run along. For hunters, warlocks, druids and paladins it is easy to add in the other tracks, or make your own. Simply substitute for one of the finds below, or add on to the end, separated only by a comma. I have included some examples here. The [nocombat] check in the macros is so you don't accidentally trigger a global cooldown in combat. /script T,F=T or 0,F or CreateFrame("frame")if X then X=nil else X=function()local t=GetTime()if t-T<3 or not IsMounted() or UnitAffectingCombat("player")then return;end;SetTracking(t%2+1)T=t end end F:SetScript("OnUpdate",X) Macro that allow you alternate tracking automatically,once active tracking herb and tracking mine will be alternated every 3 sec,it will be inactive if you run this macro again. This macro will not active if you are mounted or in combat,you can delete [or not IsMounted()]or[or UnitAffectingCombat("player")] to have it be active when you are mounted and in combat
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)