2024 Shift modifier macro tbc - World of Warcraft Forums

 
icon to represent the macro. What #showtooltip does is, lets you override the icon display, AND makes the tooltip for whatever icon is up pop up on mouseover. Post by 1127391. Shift modifier macro tbc

2012-03-05, 06:08 PM #1 Deleted [Solved] Shift modifier focus macro I'm trying to make silencing shot hit my current target, or if I also press Shift it should hit my focus target instead. It just doesn't work, searched google for half an hour now. Latest version I found:#showtooltip/castsequence [modifier:ctrl]Spell 3; [modifier:shift]Spell 2; [nomodifier]reset=10 Spell 1 I’m trying to make a specific macro for my holy priest, but I don’t know the first thing about macros (relatively). Here’s what I want the end goal to be: Casts Smite on a hostile mouseover OR a target it not moused-over anything Casts Holy Word: Chastise instead of Smite if Shift is held Casts Heal on a friendly mouseover OR a target if not moused-over anything Shows a contextual .../cast <Spell with BOTH ctrl and alt down>;<Spell with ctrl+shift>;<alt+shift spell>; Judgement of Wisdom; Hand of Reckoning; Holy Light; Holy Shield Then again, I'm a loonie. Your milage may vary. I would reserve the "two modifiers" abilities to your long duration buffs/noncombat abilities. If I'm holding Shift, and my Focus Target is hostile and not dead, cast Kick. If I have a mouseover target that is hostile and not dead, cast Kick. Otherwise, cast Kick on my current target. You can change "mod:shift" to ctrl or alt, whichever you find more comfortable, or even remove the specific key so all three would work by leaving it as "mod". Dec 11, 2020 · Mouseover & Modifier Macro. Guides UI and Macro. Hyponic-grim-batol December 11, 2020, 11:26am #1. Hey there! I feel I’m fairly confident in the basics of making macros, but now I’ve hit a wall. This will apply to a lot of different spells, but I’ll use Silence as an example. Basically, I have the following for Silence on a normal target ... Shift+1 gets me rank 1 similarly. You add the spell rank like Spell (rank 4) If you have your spellbook and macro editor open at the same time, you can click the spell and it will add it to the macro. If you dont define a spell rank highest rank will be used. yy, I know that, but I'm asking if it's possible to combine a modifier and a different ...Shift (Pressed) (Flyable Zone) Blue Dragonhawk. Shift (Not Pressed, i.e normal) (Flyable Zone) Rusted Proto. Shift (Pressed) (No Fly Zone) Winterspring Frostsaber. Shift (Not Pressed) (No Fly Zone) Chopper. I currently use this macro, but want to modify it to include the commands above. /use [flyable, nomounted]Blue Dragonhawk.Is it possible to create an /equip macro that only works with Shift modifier pressed? Something like this: #showtooltip /equipslot 16 Scarlet Kris /equipslot 16 Green Destiny Which I tried but didn't work. The reason I ask is b/c I'm running out of macro space and want to combine other abilities into this macro, like: #showtooltip If it still doesn't work, it's because you have keybound shift + the key you're pressing to something else. Keybindings take priority over modifiers in macros. Also, your mouseover conditionals are missing "harm", which means that even if you have a target, but don't have a mouseover target, the macro does nothing. Here is my attempt:Post by Neysa Im having the same issue, last night my macro was working fine, its been working since cata came out. I found this macro on the elitist jerks forums because i was having issues using the modifier commands in the past, this one worked great and has been till today:Shift+1 gets me rank 1 similarly. You add the spell rank like Spell (rank 4) If you have your spellbook and macro editor open at the same time, you can click the spell and it will add it to the macro. If you dont define a spell rank highest rank will be used. yy, I know that, but I'm asking if it's possible to combine a modifier and a different ...#showtooltip/castsequence [modifier:ctrl]Spell 3; [modifier:shift]Spell 2; [nomodifier]reset=10 Spell 1May 26, 2020 · I like modifier macros for potions. Without a modifier it will use speed potion, if you hold down shift and click on it it will use Mana (this example is the alchemist version, change if if you're not an alchemist). Hold down alt for health. Note that even if you have this macro bound to, say Alt+3, it will still use Speed instead of health. you do not need a macro for this at all. The "self cast" option is in the WoW interface itself. It already has the option there to press "alt" to self cast. You need to merely click it on. I suggest you open the interface options in the WoW menu, and explore it for a bit. You'll find alot of nice things there to help your game experience.Oct 28, 2012 · Some helpful druid macros. Guides UI and Macro. Toothfary-tichondrius (Toothfary) October 28, 2012, 9:14am #1. I've noticed there has been a few requests as to some ideas for druid macros so I'll post a few here I hope they are helpful to some. These are used with the talent Wild Charge to save keybinds. Activates bear form and Charges on ... you do not need a macro for this at all. The "self cast" option is in the WoW interface itself. It already has the option there to press "alt" to self cast. You need to merely click it on. I suggest you open the interface options in the WoW menu, and explore it for a bit. You'll find alot of nice things there to help your game experience. May 12, 2012 · If you hit your macro it poly's your focus target and if you want to switch before that target is dead you hit Shift+macro to set focus and poly new target. I also added this line at the end of my macro which would mark my target with the X symbol which was my assigned symbols in guild raids. /script SetRaidTarget ("focus", 7) I don’t think it matters too much but if it were me id add nodead to all the harm and help conditionals to keep the macro from getting to a true statement yet not able to actually cast the corresponding spell. #showtooltip. /cast [mod:shift,@mouseover,harm,nodead] [mod:shift,harm,nodead] Holy Word: Chastise; [@mouseover,help,nodead] [help ...Edit: if you can’t get the shift modifier to work within a single macro, you can make two macros and assign them hotkeys on your sidebar. For example, I use the powershift cat macro above on the F key, which I assigned in the Key Bindings menu to a MultiActionBar button. Then I just dragged the macro over to that button on the sidebar.Oct 18, 2019 · Okay, so I started a Priest a week or 2/3 ago and I am leveling it as Holy (DPS). Since I’m also healing some dungeons now and then I was looking for a mouseover heal macro. I started out with the following mouseover macro’s for different spells: #showtooltip /stand /use [@mouseover,help,nodead][help,nodead][@player]Power Word: Shield The example above I used the same macro for Fortitude ... This is what i have in general for most of them. /cast [mod:shift] [target=party1] Blessing of Freedom; [mod:alt] [target=party2] Blessing of Freedom; Blessing of Freedom. this works but not as intended. When there's no mod it casts on party 1 when i shift mod it does self cast and alt mod doesn't work at all. This is the same with BoP, Sac, ect. Nov 15, 2006 · In TBC a new macro system is being introduced to wow with new restrictions and also possibilities. First of all: In TBC macros won't be able to target Units or cast spells using the scripting interface when initiating. This means that a macro like the one below: /script if (UnitMana ("player")>54) then CastSpellByName ("Heroic Strike"); end shift = Cleanse alt = WoG default = Flash. Macros: Condensing Your Physical Keys UI and Macro. 9.2.5 Blizzard has broken reticle spell macros that are bound to any key combination that includes you Interface > Combat > Self Cast Key modifier. In order to continue to use macros that leverage modifers to cast different spells you’ll need to set ...icon to represent the macro. What #showtooltip does is, lets you override the icon display, AND makes the tooltip for whatever icon is up pop up on mouseover. Post by 1127391Use: This macro is used for one button using/conjuring refreshments. Default: Lets you eat conjured refreshments. Modifiers; Shift casts Conjure Refreshment; Ctrl it casts Ritual of Refreshment. Buttons: btn1 is default, btn2 is simillar to the shift modifier, btn3 is similar to the ctrl modifier. Much of this article was written by Cogwheel (WoWInterface user Cogwheel). This is an article on making a macro. A macro is a list of slash commands. Common slash commands include the following: /say (/s) /whisper (/w, /talk, /t) /reply (/r) /emote (/e, /em, /me) /dance With macros, these commands can be used from action buttons, and many of them can be used at once. Each unique command goes ...Aug 2, 2021 · yes /cast [target=focus] earth shock. i use these though, so lets say my pummel is bound to R if i unbind whatever shift R is bound to which i think is rewhisper or something i can just press shift r and it will pummel focus and just pressing r will pummel my main target, all in 1 button. #showtooltip pummel /cast berserker stance /cast [mod ... you do not need a macro for this at all. The "self cast" option is in the WoW interface itself. It already has the option there to press "alt" to self cast. You need to merely click it on. I suggest you open the interface options in the WoW menu, and explore it for a bit. You'll find alot of nice things there to help your game experience.Ok so the macro should be something like /cast [mod:shift] seal of light; [mod:alt] Seal of Righteousness; Judgement Not sure though I'm on my phone. you want your mods first, followed by the ; then your nomod (no need to add [nomod]. space or not after the ; is up to you. One Button Weapon Enchants. Shamans use a lot of action bar space for all of their self-enchants. This macro combines all four weapon enchants into a single button that heaves thus when you click it: No Modifier: Windfury Weapon. Alt: Rockbiter Weapon. Ctrl: Flametongue Weapon. Shift: Frostbrand Weapon.Much of this article was written by Cogwheel (WoWInterface user Cogwheel). This is an article on making a macro. A macro is a list of slash commands. Common slash commands include the following: /say (/s) /whisper (/w, /talk, /t) /reply (/r) /emote (/e, /em, /me) /dance With macros, these commands can be used from action buttons, and many of them can be used at once. Each unique command goes ...WoW Classic WoW Classic General Discussion Mhorti-grobbulus September 1, 2019, 9:35pm #1 Hi, looking for some help with a shift/mod macro. They one I found doesn’t work right. Thanks! #showtooltips /cast [modifier:shift] Healing Touch; Rejuvenate is what I found. Catastrophic-incendius September 1, 2019, 10:29pm #2Oct 28, 2012 · Some helpful druid macros. Guides UI and Macro. Toothfary-tichondrius (Toothfary) October 28, 2012, 9:14am #1. I've noticed there has been a few requests as to some ideas for druid macros so I'll post a few here I hope they are helpful to some. These are used with the talent Wild Charge to save keybinds. Activates bear form and Charges on ... Ahhh that actually makes a ton of sense. Didn't even think about how you need it on the action bar to keynind it. May do this myself. Thanks! 4gsd2s3333 • 3 yr. ago. What you want is /cast [mod:shift, @focus,exists] charge; charge.Whilst 'mod:shift' is specific for shift. Post by RyokoLam yeah I've got "mod:shift" working on other macros on my keybinds, just not this one for some reason, pressing my mod keys does change the icon image from earth to frost but doesn't cast frost at all on mouse over on the enemy.Oct 28, 2012 · Some helpful druid macros. Guides UI and Macro. Toothfary-tichondrius (Toothfary) October 28, 2012, 9:14am #1. I've noticed there has been a few requests as to some ideas for druid macros so I'll post a few here I hope they are helpful to some. These are used with the talent Wild Charge to save keybinds. Activates bear form and Charges on ... Read this to learn how to make macro. I suggest you do it too Kaitain. Your way to make macro is awful. A to B is all that matters. I just more or less copied and pasted zUkUu's macros. Arena Masters' macros are clearly terrible, and need to be changed asap. Think there is a link on his page so you can PM him what he needs to change :-PWhilst 'mod:shift' is specific for shift. Post by RyokoLam yeah I've got "mod:shift" working on other macros on my keybinds, just not this one for some reason, pressing my mod keys does change the icon image from earth to frost but doesn't cast frost at all on mouse over on the enemy.This macro allows for 1 button shifting between travel and combat for feral druids. Feral druids who spend most of their time fighting as a cat, but switch to bear when extra armor or health are needed, may find this useful. First, if you are swimming and use button 1, then it will use aquatic. I wanna mash these two together. My current Charge macro looks like this to avoid any problems: #showtooltip Charge. /startattack. /dismount. /use Charge. I know I can add a modifier like /use [nomod] Charge and [mod:shift] Intervene but with the current macro I just press my button and charge into whatever comes closest.R - Flash Heal. ALT+R - Target Party 1. If you press ALT to self cast, as soon as you press "R" the game will ignore Self cast combination and try to Target 1st party member. Third. Its not such a common issue, but if you are using gaming keyboard with a software. - revisit that too. Lastly. If, however, those two mobs were 1)a boss, and 2)the boss' spellcasting friend, then the focus macro might make a great deal of sense. You could /focus the spallcasting add, and target the boss. It is absolutely possible to incorporate the /focus portion into the macro itself, as well. For example, a polymorph macro might look like this:709. Say your focus is the tank and you're trying to CS a targetted mob, Woxingma's macro will CS that mob and yours will continuously give you Invalid Target until you clear or reset your focus target I think (not a macro expert here, but that's what I'm seeing from the coding) Reply With Quote. 2010-12-29, 10:58 PM #5.Nov 28, 2020 · Help with shift mod macro. However when I press shift to activate the modifier it doesn’t work. Can anyone advise on how I can get this working please? #showtooltip /cast [mod:shift,@focustargettarget,harm] [] Torment. Keybinds take priority over macro modifiers. By default SHIFT 1-6 are bound to Action Page 1-6. May 26, 2020 · I like modifier macros for potions. Without a modifier it will use speed potion, if you hold down shift and click on it it will use Mana (this example is the alchemist version, change if if you're not an alchemist). Hold down alt for health. Note that even if you have this macro bound to, say Alt+3, it will still use Speed instead of health. I'm trying to make a macro that when I use the &quot;1&quot; hotkey it uses Fire Ward, and when I use &quot;Shift+1&quot; it uses Frost Ward. I've got it to wo… If I'm holding Shift, and my Focus Target is hostile and not dead, cast Kick. If I have a mouseover target that is hostile and not dead, cast Kick. Otherwise, cast Kick on my current target. You can change "mod:shift" to ctrl or alt, whichever you find more comfortable, or even remove the specific key so all three would work by leaving it as "mod". World of Warcraft ForumsAccount macros, as the name indicates, are shared by all your characters, while character ones aren't visible by other characters in your account once saved. Creating a Macro In order to create a macro you must enter the Macro Screen, then press the New button. By doing so you open a new window in which you must name your macro and select an ...All forms in 1 button? You’d need modifiers for a 1 button forms. Here’s something: /cast [modifier:shift] Bear Form; [modifier:alt] Cat Form; Travel Form. Press button for Travel, hold Shift and press button for Bear, hold Alt and press button for Cat. My personal Travel / Aquatic macro is this: /cancelform [stance:1] [stance:3]I am trying to set up a dual use macro on my druid to use ironbark without shift and heart essence with shift. Both on mouse over but when casting it, it will only hit myself. Here is what i have. #showtooltip [mod:shift] heart essence;ironbark. /cast [mod:shift,@mouseover] heart essence;ironbark. Can’t for the life of me figure out what is ...Much of this article was written by Cogwheel (WoWInterface user Cogwheel). This is an article on making a macro. A macro is a list of slash commands. Common slash commands include the following: /say (/s) /whisper (/w, /talk, /t) /reply (/r) /emote (/e, /em, /me) /dance With macros, these commands can be used from action buttons, and many of them can be used at once. Each unique command goes ...It is in fact possible to rebind alt (or I assume shift/ctrl) in wow using autohotkey. However, if you want to use alt as a modifier on any other hotkeys using ahk, then you’ll need to use a keyboard hook. For example, these rebinds work on their own: LAlt::`. *c:: Send, {sc38 Down} ;alt down. KeyWait, c.I can't find anywhere how to switch between two commands like /petattack and /petpassive with shift as modifier. With casts i just use /cast spellA; spellB but… This site makes extensive use of JavaScript. Is it possible to create an /equip macro that only works with Shift modifier pressed? Something like this: #showtooltip /equipslot 16 Scarlet Kris /equipslot 16 Green Destiny Which I tried but didn't work. The reason I ask is b/c I'm running out of macro space and want to combine other abilities into this macro, like: #showtooltipAs far as i know your macro should work. Here is an example macro from wowwiki #Showtooltip Arcane Explosion /cast Arcane Explosion(Rank 1); Arcane Explosion /stopcasting The only thing that is different, is the space between the spell and the bracket. Dunno, maybe give it a try and remove the space.One Button Weapon Enchants. Shamans use a lot of action bar space for all of their self-enchants. This macro combines all four weapon enchants into a single button that heaves thus when you click it: No Modifier: Windfury Weapon. Alt: Rockbiter Weapon. Ctrl: Flametongue Weapon. Shift: Frostbrand Weapon.Nov 15, 2006 · In TBC a new macro system is being introduced to wow with new restrictions and also possibilities. First of all: In TBC macros won't be able to target Units or cast spells using the scripting interface when initiating. This means that a macro like the one below: /script if (UnitMana ("player")>54) then CastSpellByName ("Heroic Strike"); end Ahhh that actually makes a ton of sense. Didn't even think about how you need it on the action bar to keynind it. May do this myself. Thanks! 4gsd2s3333 • 3 yr. ago. What you want is /cast [mod:shift, @focus,exists] charge; charge.I spended a little time on trying to do vanilla version of modifier macros implemented in TBC that look like. /cast [mod:shift] Greater Heal. /cast [mod:alt] Flash Heal. /cast [mod:ctrl] Dispell Magic. It changes casted spell depending on what else are you holding. Saves bars and can be used for self-casts too.World of Warcraft ForumsOriginally Posted by rubberbands. Let's say your deterrence is bound to the button "G". /cancelaura [modifier:alt] Deterrence. /cast Deterrence. Press G to deterrence. Press alt-G to cancel it. You may replace "alt" with "shift" and "crtl". Tried and tested. Actually it has the same effect of. To find your mount number, open your mounts tab and count from left-to-right, top-to-bottom. (eg: The top-left mount on the first page is 1, the bottom-right mount on the first page is 12. For each page add +12.) This macro removes as many unnecessary characters as possible to allow for a longer list of mounts.Hello. Trying to make a intervene macro with shift modifier to target on 1 click arena mate 1 and with shift arena mate 2. Cant seem to figure it out, would appreciate some help.Jul 24, 2018 · It is in fact possible to rebind alt (or I assume shift/ctrl) in wow using autohotkey. However, if you want to use alt as a modifier on any other hotkeys using ahk, then you’ll need to use a keyboard hook. For example, these rebinds work on their own: LAlt::`. *c:: Send, {sc38 Down} ;alt down. KeyWait, c. Licheborne Macro. If used once and without pressing any key modifier, this macro will cast Lichborne. On subsequent use this will cast Death Coil on yourself. While pressing the alt modifier this will cast Death Coil on your pet. #showtooltip /cast [nomod] Lichborne /cast [nomod, @player] Death Coil /cast [mod:alt, @pet] Death Coil. May 26, 2020 · I like modifier macros for potions. Without a modifier it will use speed potion, if you hold down shift and click on it it will use Mana (this example is the alchemist version, change if if you're not an alchemist). Hold down alt for health. Note that even if you have this macro bound to, say Alt+3, it will still use Speed instead of health. The only personal point of differentiation is that I don’t like using mod: in my macros, and instead prefer to set my action bar keybinds to use the modifiers, then play the macros I want into those locations. Example, action bar 1 is key bound “Q E R F SHIFT Q, SHIFT E, SHIFT R, SHIFT F, CTRL Q, CTRL E, CTRL R, CTRL F” which is 12 actions. If, however, those two mobs were 1)a boss, and 2)the boss' spellcasting friend, then the focus macro might make a great deal of sense. You could /focus the spallcasting add, and target the boss. It is absolutely possible to incorporate the /focus portion into the macro itself, as well. For example, a polymorph macro might look like this:[modifier:shift,modifier:alt] <-- Returns true if BOTH the shift and alt buttons are down when the macro is executed [modifier:shift/alt] <-- Returns true if either of the two modifier buttons are pressed down when the macro is clicked [nomodifier:shift/alt] <-- Returns true if neither shift nor alt is pressed downIf, however, those two mobs were 1)a boss, and 2)the boss' spellcasting friend, then the focus macro might make a great deal of sense. You could /focus the spallcasting add, and target the boss. It is absolutely possible to incorporate the /focus portion into the macro itself, as well. For example, a polymorph macro might look like this:It is in fact possible to rebind alt (or I assume shift/ctrl) in wow using autohotkey. However, if you want to use alt as a modifier on any other hotkeys using ahk, then you’ll need to use a keyboard hook. For example, these rebinds work on their own: LAlt::`. *c:: Send, {sc38 Down} ;alt down. KeyWait, c.I can't find anywhere how to switch between two commands like /petattack and /petpassive with shift as modifier. With casts i just use /cast spellA; spellB but… This site makes extensive use of JavaScript. Below are my personal macros. The purpose of them is to condense the number of physical keys you need to press by controlling which spell is cast via modifier (alt/shift/ctrl) and adding enhanced targeting capabilities where applicable. Before using these macros make sure you unbind SHIFT 1-6(Action Page 1-6) keys in your key bindings.Account macros, as the name indicates, are shared by all your characters, while character ones aren't visible by other characters in your account once saved. Creating a Macro In order to create a macro you must enter the Macro Screen, then press the New button. By doing so you open a new window in which you must name your macro and select an ...Posts. 2,072. Multiple target modifier macros. [Solved] Hello! I have always used separate macros for each target on my paladin (in arena), and then another macro exactly the same with a different name for my other team member. ie: /cast [target=persephonex] Hand of Freedom. But with WOD around the corner, and many years later after adopting ...If, however, those two mobs were 1)a boss, and 2)the boss' spellcasting friend, then the focus macro might make a great deal of sense. You could /focus the spallcasting add, and target the boss. It is absolutely possible to incorporate the /focus portion into the macro itself, as well. For example, a polymorph macro might look like this:Shift mod macro issues. Since P2 dropped all of my shift modifier macros has haven’t worked. The [mod:shift] macros work fine but the [nomod] lines don’t. Not sure what is happening I’ve been using these macros since the beginning of TBC and they have been fine. Anyone else having this issue?Shift modifier macro tbc

Post by Neysa Im having the same issue, last night my macro was working fine, its been working since cata came out. I found this macro on the elitist jerks forums because i was having issues using the modifier commands in the past, this one worked great and has been till today: . Shift modifier macro tbc

shift modifier macro tbc

This macro will cast Aspect of the Hawk when right-clicked, Aspect of the Pack when used in conjunction with the shift key, Aspect of the Cheetah when used in conjunction with the control key, Aspect of the Wild when used in conjunction with the alt key or Aspect of the Monkey. Try It! Use WowMatrix to download and keep WoW AddOns up-to-date.Hi, I'm hoping someone can help me with some Modifier macros. I currently use macros like this for each of my spells when healing: #showtooltip /cast Chain Hea… I want to have a shift and control modifier in the same macro but it doesn't seem to be working: /cast Blessing of Freedom; [mod:shift,@Blitzshock] Blessing of Freedom; [mod:ctrl,@focus] Blessing of Freedom. If I have a target it will cast on the target instead of myself, when im pressing shift-v, if I have a focus target and press ctrl-v it ...Warlock Classic Macros. Without pressing any key modifier, this macro will Drain Life your current target. While pressing the alt modifier it will Drain Mana your current target. While pressing the shift modifier it will Health Funnel your pet. This macro will automatically delete the Soul Shard that is in your fourth bag, in the bottom right ...Since P2 dropped all of my shift modifier macros has haven’t worked. The [mod:shift] macros work fine but the [nomod] lines don’t. Not sure what is happening I’ve been using these macros since the beginning of TBC and they have been fine. Anyone else having this issue? Change them to [nomod:shift]. This is effecting everyone.May 26, 2020 · I like modifier macros for potions. Without a modifier it will use speed potion, if you hold down shift and click on it it will use Mana (this example is the alchemist version, change if if you're not an alchemist). Hold down alt for health. Note that even if you have this macro bound to, say Alt+3, it will still use Speed instead of health. Whilst 'mod:shift' is specific for shift. Post by RyokoLam yeah I've got "mod:shift" working on other macros on my keybinds, just not this one for some reason, pressing my mod keys does change the icon image from earth to frost but doesn't cast frost at all on mouse over on the enemy.#showtooltip/castsequence [modifier:ctrl]Spell 3; [modifier:shift]Spell 2; [nomodifier]reset=10 Spell 1 Oct 17, 2016 · Modifier macro for arenas not working. The modifier macro I have with my paladin is as follows: /cast [nomod] Flash of Light. /cast [mod:shift,target=party1] Flash of Light. /cast [mod:ctrl,target=party2] Flash of Light. Unfortunately it doesn't work. I can only cast flash of light to myself. Hope it helps someone that finds this in the future. These are the directly addressable modifier keys: [mod:alt] alt key (meaning either alt key) [mod:lalt] left alt key. [mod:ralt] right alt key. [mod:ctrl] control key (meaning either control key) [mod:lctrl] left control key. [mod:rctrl] right control key.One Button Weapon Enchants. Shamans use a lot of action bar space for all of their self-enchants. This macro combines all four weapon enchants into a single button that heaves thus when you click it: No Modifier: Windfury Weapon. Alt: Rockbiter Weapon. Ctrl: Flametongue Weapon. Shift: Frostbrand Weapon.I created the following macro to attempt this: #showtooltip Holy Light /cast [modifier:shift, @mouseover,noharm,nodead,exists][]Holy Light(Rank 1);[@mouseover,noharm,nodead,exists][] Holy Light I am running into the following problem: I can't get the macro to cast my latest rank of Holy Light when the shift modifier is not pressed.you do not need a macro for this at all. The "self cast" option is in the WoW interface itself. It already has the option there to press "alt" to self cast. You need to merely click it on. I suggest you open the interface options in the WoW menu, and explore it for a bit. You'll find alot of nice things there to help your game experience.If you hit your macro it poly's your focus target and if you want to switch before that target is dead you hit Shift+macro to set focus and poly new target. I also added this line at the end of my macro which would mark my target with the X symbol which was my assigned symbols in guild raids. /script SetRaidTarget ("focus", 7)Like here is what I have for my rogue but it also doesn’t use items and only uses abilities - /cast [modifier:shift] Ambush; Premeditation. #showtooltip /use [mod:shift] Adamantite Grenade /stopmacro [mod:shift] /cast Mongoose Bite (Rank 5) Thanks for the feedback, ill try when i get home! Try this.Hi, I'm hoping someone can help me with some Modifier macros. I currently use macros like this for each of my spells when healing: #showtooltip /cast Chain Hea…If it still doesn't work, it's because you have keybound shift + the key you're pressing to something else. Keybindings take priority over modifiers in macros. Also, your mouseover conditionals are missing "harm", which means that even if you have a target, but don't have a mouseover target, the macro does nothing. Here is my attempt:Since P2 dropped all of my shift modifier macros has haven’t worked. The [mod:shift] macros work fine but the [nomod] lines don’t. Not sure what is happening I’ve been using these macros since the beginning of TBC and they have been fine. Anyone else having this issue? Change them to [nomod:shift]. This is effecting everyone.If, however, those two mobs were 1)a boss, and 2)the boss' spellcasting friend, then the focus macro might make a great deal of sense. You could /focus the spallcasting add, and target the boss. It is absolutely possible to incorporate the /focus portion into the macro itself, as well. For example, a polymorph macro might look like this:Step 1: Create a blank macro named TotT. Step 2: Create the following macro named as you please, for this example SeTTotT. Usage : Target the player you want to set as your Tricks of the Trade recipient and use the set macro ( SeTTotT ), you will see a chatlog message confirming the macro worked.#showtooltip/castsequence [modifier:ctrl]Spell 3; [modifier:shift]Spell 2; [nomodifier]reset=10 Spell 1Warlock Classic Macros. Without pressing any key modifier, this macro will Drain Life your current target. While pressing the alt modifier it will Drain Mana your current target. While pressing the shift modifier it will Health Funnel your pet. This macro will automatically delete the Soul Shard that is in your fourth bag, in the bottom right ... Here is what I use. It'll set focus to whatever your target is (obviously, as that is what you asked for), it'll clearfocus when your focus target is dead, or you can clearfocus by holding shift and pressing the macro (say you want to change your sheep target before it's dead).World of Warcraft Forums. Modifier macro? #showtooltip Life Tap /cast [nomodifier] Life Tap /cast [modifier:altshift] Life Tap (Rank 3) I’ve also tried: #showtooltip Life Tap /cast [nomodifier] Life Tap /cast [modifier:alt] Life Tap (Rank 3) and it only casts the highest rank.Post by Neysa Im having the same issue, last night my macro was working fine, its been working since cata came out. I found this macro on the elitist jerks forums because i was having issues using the modifier commands in the past, this one worked great and has been till today:This macro will cast Flamestrike when clicked or Blizzard when used in conjunction with the shift key. /cast [mod:shift] Blizzard; Flamestrike. Multi-Rank Arcane Explosion. This macro will cast Arcane Explosion when clicked or Arcane Explosion Rank 1 when you are out of combat (useful for detecting stealth classes).Sep 25, 2020 · Downranking Macros. WoW Classic WoW Classic General Discussion. Holdmyshield-golemagg September 25, 2020, 11:38am #1. So I’ve been trying to figure out a simple healing macro that can downrank spell to save mana. For example, when I Press 3 I want to cast highest rank Lesser Heal, when I press shift I want to cast Lesser Heal rank 1. Hope it helps someone that finds this in the future. These are the directly addressable modifier keys: [mod:alt] alt key (meaning either alt key) [mod:lalt] left alt key. [mod:ralt] right alt key. [mod:ctrl] control key (meaning either control key) [mod:lctrl] left control key. [mod:rctrl] right control key.The macro above will cast Curse of Pain with the first press and Corruption with the second press. After 2 seconds from the first press, the macro will reset, so it will cast Curse of Pain again. Macro modifiers Key modifiers. Modifiers can also help with binding multiple abilities to one button in a macro.you do not need a macro for this at all. The "self cast" option is in the WoW interface itself. It already has the option there to press "alt" to self cast. You need to merely click it on. I suggest you open the interface options in the WoW menu, and explore it for a bit. You'll find alot of nice things there to help your game experience.WoW Classic WoW Classic General Discussion Mhorti-grobbulus September 1, 2019, 9:35pm #1 Hi, looking for some help with a shift/mod macro. They one I found doesn’t work right. Thanks! #showtooltips /cast [modifier:shift] Healing Touch; Rejuvenate is what I found. Catastrophic-incendius September 1, 2019, 10:29pm #2 Dec 11, 2020 · Mouseover & Modifier Macro. Guides UI and Macro. Hyponic-grim-batol December 11, 2020, 11:26am #1. Hey there! I feel I’m fairly confident in the basics of making macros, but now I’ve hit a wall. This will apply to a lot of different spells, but I’ll use Silence as an example. Basically, I have the following for Silence on a normal target ... Mouseover & Modifier Macro. Guides UI and Macro. Hyponic-grim-batol December 11, 2020, 11:26am #1. Hey there! I feel I’m fairly confident in the basics of making macros, but now I’ve hit a wall. This will apply to a lot of different spells, but I’ll use Silence as an example. Basically, I have the following for Silence on a normal target ...Like here is what I have for my rogue but it also doesn’t use items and only uses abilities - /cast [modifier:shift] Ambush; Premeditation. #showtooltip /use [mod:shift] Adamantite Grenade /stopmacro [mod:shift] /cast Mongoose Bite (Rank 5) Thanks for the feedback, ill try when i get home! Try this.If there isn't anyone with the name you filled in in range, or you have no focus target it won't do anything. A example for both is given below. /cast [target=rearz] blind. /cast [target=focus] blind. To make the macro do something else when you hold down a modifier key (shift, ctrl or alt) we're gonna add [mod:shift], [mod:ctrl] or [mod:alt].World of Warcraft Forums This macro will cast Aspect of the Hawk when right-clicked, Aspect of the Pack when used in conjunction with the shift key, Aspect of the Cheetah when used in conjunction with the control key, Aspect of the Wild when used in conjunction with the alt key or Aspect of the Monkey. Try It! Use WowMatrix to download and keep WoW AddOns up-to-date.I am trying to set up a dual use macro on my druid to use ironbark without shift and heart essence with shift. Both on mouse over but when casting it, it will only hit myself. Here is what i have. #showtooltip [mod:shift] heart essence;ironbark. /cast [mod:shift,@mouseover] heart essence;ironbark. Can’t for the life of me figure out what is ...Read this to learn how to make macro. I suggest you do it too Kaitain. Your way to make macro is awful. A to B is all that matters. I just more or less copied and pasted zUkUu's macros. Arena Masters' macros are clearly terrible, and need to be changed asap. Think there is a link on his page so you can PM him what he needs to change :-POct 17, 2019 · I would like to have a castsequence reset of 2 seconds, with the shift modifier using lightning shield and flametongue weapon, ctrl only using rockbiter weapon, and no modifier to use lightning shield and rockbiter weapon. I have a working macro, but when i add the reset=2, the macro still works, just the tooltip goes away, which is kind of an issue since I need to see what buff it’s on ... If you press shift+zero (on numpad) it becomes insert. Because of the fact that windows changes the action of some numpad buttons when you press shift you cant use them in wow macros with shift modifiers. Two way of working around this: 1: Make two macros. First one for the target. Bind this to button 10 (0 numpad) Second one for the focus. Unless you use your mouse driver to convert button 5 into Shift, Ctrl, or Alt, the only way for the game to recognise you've held a mouse button is to have the cursor over an action bar button, or to bind the button to an action bar slot like any other key on the keyboard.Posts. 2,072. Multiple target modifier macros. [Solved] Hello! I have always used separate macros for each target on my paladin (in arena), and then another macro exactly the same with a different name for my other team member. ie: /cast [target=persephonex] Hand of Freedom. But with WOD around the corner, and many years later after adopting ...If you press shift+zero (on numpad) it becomes insert. Because of the fact that windows changes the action of some numpad buttons when you press shift you cant use them in wow macros with shift modifiers. Two way of working around this: 1: Make two macros. First one for the target. Bind this to button 10 (0 numpad) Second one for the focus. I’m trying to make a specific macro for my holy priest, but I don’t know the first thing about macros (relatively). Here’s what I want the end goal to be: Casts Smite on a hostile mouseover OR a target it not moused-over anything Casts Holy Word: Chastise instead of Smite if Shift is held Casts Heal on a friendly mouseover OR a target if not moused-over anything Shows a contextual ...The only personal point of differentiation is that I don’t like using mod: in my macros, and instead prefer to set my action bar keybinds to use the modifiers, then play the macros I want into those locations. Example, action bar 1 is key bound “Q E R F SHIFT Q, SHIFT E, SHIFT R, SHIFT F, CTRL Q, CTRL E, CTRL R, CTRL F” which is 12 actions. shift = Cleanse alt = WoG default = Flash. Macros: Condensing Your Physical Keys UI and Macro. 9.2.5 Blizzard has broken reticle spell macros that are bound to any key combination that includes you Interface > Combat > Self Cast Key modifier. In order to continue to use macros that leverage modifers to cast different spells you’ll need to set ...It is absolutely possible to incorporate the /focus portion into the macro itself, as well. For example, a polymorph macro might look like this: #showtooltip Polymorph /focus /cast Polymorph That's 'Set my current target to be my focus IF my existing focus target is dead OR does not exist, OR I'm holding a modifier key (alt/ctrl/shift). This macro will cast Flamestrike when clicked or Blizzard when used in conjunction with the shift key. /cast [mod:shift] Blizzard; Flamestrike. Multi-Rank Arcane Explosion. This macro will cast Arcane Explosion when clicked or Arcane Explosion Rank 1 when you are out of combat (useful for detecting stealth classes).As far as i know your macro should work. Here is an example macro from wowwiki #Showtooltip Arcane Explosion /cast Arcane Explosion(Rank 1); Arcane Explosion /stopcasting The only thing that is different, is the space between the spell and the bracket. Dunno, maybe give it a try and remove the space. shift = Cleanse alt = WoG default = Flash. Macros: Condensing Your Physical Keys UI and Macro. 9.2.5 Blizzard has broken reticle spell macros that are bound to any key combination that includes you Interface > Combat > Self Cast Key modifier. In order to continue to use macros that leverage modifers to cast different spells you’ll need to set ...WoW Classic WoW Classic General Discussion Mhorti-grobbulus September 1, 2019, 9:35pm #1 Hi, looking for some help with a shift/mod macro. They one I found doesn’t work right. Thanks! #showtooltips /cast [modifier:shift] Healing Touch; Rejuvenate is what I found. Catastrophic-incendius September 1, 2019, 10:29pm #2 Shift (Pressed) (Flyable Zone) Blue Dragonhawk. Shift (Not Pressed, i.e normal) (Flyable Zone) Rusted Proto. Shift (Pressed) (No Fly Zone) Winterspring Frostsaber. Shift (Not Pressed) (No Fly Zone) Chopper. I currently use this macro, but want to modify it to include the commands above. /use [flyable, nomounted]Blue Dragonhawk.Nov 5, 2020 · I don’t think it matters too much but if it were me id add nodead to all the harm and help conditionals to keep the macro from getting to a true statement yet not able to actually cast the corresponding spell. #showtooltip. /cast [mod:shift,@mouseover,harm,nodead] [mod:shift,harm,nodead] Holy Word: Chastise; [@mouseover,help,nodead] [help ... This is what i have in general for most of them. /cast [mod:shift] [target=party1] Blessing of Freedom; [mod:alt] [target=party2] Blessing of Freedom; Blessing of Freedom. this works but not as intended. When there's no mod it casts on party 1 when i shift mod it does self cast and alt mod doesn't work at all. This is the same with BoP, Sac, ect.I don’t think it matters too much but if it were me id add nodead to all the harm and help conditionals to keep the macro from getting to a true statement yet not able to actually cast the corresponding spell. #showtooltip. /cast [mod:shift,@mouseover,harm,nodead] [mod:shift,harm,nodead] Holy Word: Chastise; [@mouseover,help,nodead] [help ...Edit: if you can’t get the shift modifier to work within a single macro, you can make two macros and assign them hotkeys on your sidebar. For example, I use the powershift cat macro above on the F key, which I assigned in the Key Bindings menu to a MultiActionBar button. Then I just dragged the macro over to that button on the sidebar.Warlock Classic Macros. Without pressing any key modifier, this macro will Drain Life your current target. While pressing the alt modifier it will Drain Mana your current target. While pressing the shift modifier it will Health Funnel your pet. This macro will automatically delete the Soul Shard that is in your fourth bag, in the bottom right ...I wanna mash these two together. My current Charge macro looks like this to avoid any problems: #showtooltip Charge. /startattack. /dismount. /use Charge. I know I can add a modifier like /use [nomod] Charge and [mod:shift] Intervene but with the current macro I just press my button and charge into whatever comes closest.If you press shift+zero (on numpad) it becomes insert. Because of the fact that windows changes the action of some numpad buttons when you press shift you cant use them in wow macros with shift modifiers. Two way of working around this: 1: Make two macros. First one for the target. Bind this to button 10 (0 numpad) Second one for the focus. Warlock Classic Macros. Without pressing any key modifier, this macro will Drain Life your current target. While pressing the alt modifier it will Drain Mana your current target. While pressing the shift modifier it will Health Funnel your pet. This macro will automatically delete the Soul Shard that is in your fourth bag, in the bottom right ... Edit: if you can’t get the shift modifier to work within a single macro, you can make two macros and assign them hotkeys on your sidebar. For example, I use the powershift cat macro above on the F key, which I assigned in the Key Bindings menu to a MultiActionBar button. Then I just dragged the macro over to that button on the sidebar.you do not need a macro for this at all. The "self cast" option is in the WoW interface itself. It already has the option there to press "alt" to self cast. You need to merely click it on. I suggest you open the interface options in the WoW menu, and explore it for a bit. You'll find alot of nice things there to help your game experience.Originally Posted by rubberbands. Let's say your deterrence is bound to the button "G". /cancelaura [modifier:alt] Deterrence. /cast Deterrence. Press G to deterrence. Press alt-G to cancel it. You may replace "alt" with "shift" and "crtl". Tried and tested. Actually it has the same effect of. Oct 14, 2020 · Below are my personal macros. The purpose of them is to condense the number of physical keys you need to press by controlling which spell is cast via modifier (alt/shift/ctrl) and adding enhanced targeting capabilities where applicable. Before using these macros make sure you unbind SHIFT 1-6(Action Page 1-6) keys in your key bindings. Unless you use your mouse driver to convert button 5 into Shift, Ctrl, or Alt, the only way for the game to recognise you've held a mouse button is to have the cursor over an action bar button, or to bind the button to an action bar slot like any other key on the keyboard. Hi, I'm hoping someone can help me with some Modifier macros. I currently use macros like this for each of my spells when healing: #showtooltip /cast Chain Hea…Oct 18, 2019 · Okay, so I started a Priest a week or 2/3 ago and I am leveling it as Holy (DPS). Since I’m also healing some dungeons now and then I was looking for a mouseover heal macro. I started out with the following mouseover macro’s for different spells: #showtooltip /stand /use [@mouseover,help,nodead][help,nodead][@player]Power Word: Shield The example above I used the same macro for Fortitude ... To find your mount number, open your mounts tab and count from left-to-right, top-to-bottom. (eg: The top-left mount on the first page is 1, the bottom-right mount on the first page is 12. For each page add +12.) This macro removes as many unnecessary characters as possible to allow for a longer list of mounts. shift = Cleanse alt = WoG default = Flash. Macros: Condensing Your Physical Keys UI and Macro. 9.2.5 Blizzard has broken reticle spell macros that are bound to any key combination that includes you Interface > Combat > Self Cast Key modifier. In order to continue to use macros that leverage modifers to cast different spells you’ll need to set ...Oct 18, 2019 · Okay, so I started a Priest a week or 2/3 ago and I am leveling it as Holy (DPS). Since I’m also healing some dungeons now and then I was looking for a mouseover heal macro. I started out with the following mouseover macro’s for different spells: #showtooltip /stand /use [@mouseover,help,nodead][help,nodead][@player]Power Word: Shield The example above I used the same macro for Fortitude ... If I'm holding Shift, and my Focus Target is hostile and not dead, cast Kick. If I have a mouseover target that is hostile and not dead, cast Kick. Otherwise, cast Kick on my current target. You can change "mod:shift" to ctrl or alt, whichever you find more comfortable, or even remove the specific key so all three would work by leaving it as "mod".Shift+1 gets me rank 1 similarly. You add the spell rank like Spell (rank 4) If you have your spellbook and macro editor open at the same time, you can click the spell and it will add it to the macro. If you dont define a spell rank highest rank will be used. yy, I know that, but I'm asking if it's possible to combine a modifier and a different ... I'm trying to make a macro that when I use the &quot;1&quot; hotkey it uses Fire Ward, and when I use &quot;Shift+1&quot; it uses Frost Ward. I've got it to wo… This is what i have in general for most of them. /cast [mod:shift] [target=party1] Blessing of Freedom; [mod:alt] [target=party2] Blessing of Freedom; Blessing of Freedom. this works but not as intended. When there's no mod it casts on party 1 when i shift mod it does self cast and alt mod doesn't work at all. This is the same with BoP, Sac, ect. /cast [mod:shift,@focus] [@mouseover,harm,nodead] [] pummel. i use this for intercept, intimidating shout, hamstring, you can use it for alot of your abilities to im sure, like cheeky purging if you see a druid pop innervate but ur targeting the other person. also if im in raid, world pvp or bg situations i use this macro to put people on focus. Pytania