

Suppressing Sound and Error Messages Sound and Message Error Cleaner #showtooltip makes the macro's icon and tooltip display the icon of the equipped weapon, or hold down a modifier key (say Alt) and it will display the icon of the weapon that's ready to be switched in.The number 17 refers to your offhand weapon slot.Keep your alternate dagger in the sixteenth slot (lower right corner) of your main (rightmost) backpack.Or perhaps you just want to alternate between two offhand weapons with just one hotkey. You might find yourself in a situation where you have two offhand weapons with the same name but different poisons on them and you want to switch between them quickly. equipset Ī one button spec, stance and equipment interchanger, caters for Furry Warriors Titan's Grip Left click swaps the talent spec, right click swaps gear and stance. Here is an alternate version for fury warriors that cannot use the above macro due to Titan's Grip. This macro will switch your talent spec and put you into the respective gear and stance. Just have to replace PSS with the name of your primary spec set, and SSS with the name of your secondary spec set. Here is one that switches the set before the spec (may avoid some errors): Also changes your equipped item set, only need to change the name of Eq1 and Eq2.Use: "Quickly" swaps your Primary/Secondary talent specs.Credit: Earthsoul of Thunderhorn, many thanks to Desiday of Antonidas for inspiration.Swapping Talents, Equipment and Stances Swap Current Dual-Spec Talent /run if( GetActiveTalentGroup() = 1 ) then DEFAULT_CHAT_FRAME:AddMessage("Spec1.") SetActiveTalentGroup(2) else DEFAULT_CHAT_FRAME:AddMessage("Spec2.") SetActiveTalentGroup(1) end Works in 8.0.1, for both factions and all races/classes.For those with 3+ it will cycle through each of them, moving to the next language on click. Use: For those with only 2 languages it will toggle between them.Based off the above switch language macro. Does nothing for races with only one language.Ĭycle language /run local f,g,s=DEFAULT_CHAT_FRAME.editBox,GetLanguageByIndex,select local h=f.languageID for i=1,GetNumLanguages(),1 do if s(2,g(i))=h then f.languageID=(s(2,g(i+1)) or s(2,g(1))) print("Speaking: \124cff88ff44".(g(i+1) or g(1))) break end end Use: Intelligent swicth between default and racial language for races that have one.
#Portal knights mining damage flask code
Based on original code by Yza EU-Ysondre. Useful Macros Switch language /run local s,g,f=select,GetLanguageByIndex,DEFAULT_CHAT_FRAME.editBox local c,d,dd,r,rr=f.languageID,s(2,g(2)),g(2),s(2,g(1)),g(1) if d then f.languageID=(c=d and r or d) print("Spoken Language is : \124cff88ff44".(c=d and rr or dd)) end Use: This yells, "Hooray, I made a macro!".note the version of WoW in which you tested it.follow the example format posted below (to get the frame around your macro, add a space before you start it).When re-creating a macro in Useful macros please In an effort to keep Wowpedia posts relevant, please re-validate and re-post macros that work in the current version. Note: With the release of 6.0.2, many spells have been renamed, and much of the scripted command functionality has been modified. 10.2 Eating and drinking with dynamic food & water.9.3.2 Random Pet with Announce (Dismiss First).9.3.1 Summon Random Pet with salutation.8.3.3 List raid members without a flask active.8.3.2 List raid members without a food buff.8.3.1 Announce Discord in Party or Raid.8.2 Autoassist tank if the tank's target can be attacked.7.5.3 Automated Equipment Manager Fishing & Lure Macro.7.5 Fishing with your Weather-Beaten Fishing Hat.7.2 One-Button Disenchant/Milling/Prospecting.7.1 Link your professions in the trade channel.6.1 Print Money and Currencies to Chat Frame.5.2 Tanks: Check unhittability and avoidance (+ how far away hard-defcap).4.4 Suppress Error Text and Sound (Shadowlands).4.3 No Error Text or Sound (Improved Again).3.2 Swap Talents, Equipment, and Stance.3 Swapping Talents, Equipment and Stances.
