Weegee Posted June 28, 2016 Share Posted June 28, 2016 Greetings everyone who plays PvP and who knows about macros. I have a question to ask (I was really lazy to google the retail forums and to search for it if it even exists) So i will give it a shot and ask it here. Is there a macro which will allow me when i Press a binding, lets say "Control space" which is usually my Focus target binding. But lets say that i have a macro Which when i press "Control space" Will automatically Put Arena 1 to the focus and when i press it again it will put Arena 2 on the focus and then when i press it again it will be Arena 1 etc. (It will cycle 1,2,1,2,1,2,1... etc) Similar way how the Action bar works when you use Shift + Upper arrow , it will change to Page 2 , then when you use Shift + Upper arrow again it will change to Page 1. (Since i only have 2 of the bars, 1 of them is for food and 1 of them is for abilities) Or if there's an option to do the same thing with a bar Which is "Right bar" *The far right one if you have both of them enabled* Which will allow me to cycle that bar ? (So that i can have spells on 1 bar which are for world pvp / raiding and 1 bar which will be my arena bar) Any help is appreciated. Link to comment Share on other sites More sharing options...
Jonte Posted June 28, 2016 Share Posted June 28, 2016 Try: /focus arena1 /focus arena2 It atleast work when you stance dance on dk by: /cast Blood Presence /cast Unholy Presence Ps. But of course add Ctrl modifier Link to comment Share on other sites More sharing options...
Administrators Zeox Posted June 28, 2016 Administrators Share Posted June 28, 2016 /focus arena1 /focus arena2 In that case your client will immediately set focus to arena2. It atleast work when you stance dance on dk by: /cast Blood Presence /cast Unholy Presence It works because client has GCD, and it can't immediately cast Unholy Presence after Blood Presence. But when you will be already in Blood Presence and click one more time, you will cast Unholy Presence (it's blizzard UI logic, it's okay). About your question, i think you need to use [mod] things, for the same key but different modes like : ctrl, shift etc. And you even can't use scripts like /run for changing focus, because BlizzardUI doesn't allow you to use SetFocus() function in the scripts. 2 Link to comment Share on other sites More sharing options...
Weegee Posted June 28, 2016 Author Share Posted June 28, 2016 In that case your client will immediately set focus to arena2. It works because client has GCD, and it can't immediately cast Unholy Presence after Blood Presence. But when you will be already in Blood Presence and click one more time, you will cast Unholy Presence (it's blizzard UI logic, it's okay). About your question, i think you need to use [mod] things, for the same key but different modes like : ctrl, shift etc. And you even can't use scripts like /run for changing focus, because BlizzardUI doesn't allow you to use SetFocus() function in the scripts. So the macro doesn't exist? The macro which will let me cycle from Arena 1 to Arena 2, and vice versa ? I though that there's a macro which could work in similar way (The DK presence / Warrior stance) but there you need to add Cast sequence such as. #showtooltip /castsequence !Battle Stance, !Defensive Stance - - - Updated - - - Try: /focus arena1 /focus arena2 It atleast work when you stance dance on dk by: /cast Blood Presence /cast Unholy Presence Ps. But of course add Ctrl modifier I cannot use Ctrl / Shift / Alt modifiers because i am planning on using Control space for the Focus to cycle (Ofc if the macro doesn't exist i will try to re do the bindings) Link to comment Share on other sites More sharing options...
Kroz Posted June 28, 2016 Share Posted June 28, 2016 Weegee bro, there's no way to put more than one target on focus. (as far as I know) but, there are macros to do a spell on tarter arena 1 etc... let's say http://www.db.pandawow.me?spell=51514/hex I will make three macros now: /cast [@arena1] Hex /cast [@arena2] Hex /cast [@arena3] Hex Is this what you mean? Or, do you mean something like this?: http://mods.curse.com/addons/wow/gladius Link to comment Share on other sites More sharing options...
Drink Positive Posted June 28, 2016 Share Posted June 28, 2016 I'm dissapointed, this is only post where GoldMask99 isn't in and it's weegees, very dissapointed. I have faith in you GoldMask99, that you will get banned for forum spammin ofc. :D Link to comment Share on other sites More sharing options...
Weegee Posted June 28, 2016 Author Share Posted June 28, 2016 Weegee bro, there's no way to put more than one target on focus. (as far as I know) but, there are macros to do a spell on tarter arena 1 etc... let's say http://www.db.pandawow.me?spell=51514/hex I will make three macros now: /cast [@arena1] Hex /cast [@arena2] Hex /cast [@arena3] Hex Is this what you mean? Or, do you mean something like this?: http://mods.curse.com/addons/wow/gladius Im not talking about having 2 targets in 1 focus. I just want a macro which will allow me to cycle and to swap the focus from 1 to 2 and vice versa Link to comment Share on other sites More sharing options...
Kroz Posted June 28, 2016 Share Posted June 28, 2016 (edited) Im not talking about having 2 targets in 1 focus. I just want a macro which will allow me to cycle and to swap the focus from 1 to 2 and vice versa Make two different macros: Macro #1: /cast [@arena1] Cyclone Macro #2: /cast [@arena2] Cyclone Try it and let me know if it works or not. ;) If you don't like it, I can make it without changing the target at all and being able to do it on any other target you like. Update: I think I know what you do you want now: /target focus /targetlasttarget /focus target /targetlasttarget Edited June 28, 2016 by Kroz Link to comment Share on other sites More sharing options...
Weegee Posted June 28, 2016 Author Share Posted June 28, 2016 /target focus /targetlasttarget /focus target /targetlasttarget I will try that Link to comment Share on other sites More sharing options...
Deielrion Posted June 29, 2016 Share Posted June 29, 2016 He's basically asking for a macro that works like tab-targetting but with focus targets. Link to comment Share on other sites More sharing options...
Weegee Posted June 29, 2016 Author Share Posted June 29, 2016 He's basically asking for a macro that works like tab-targetting but with focus targets. Exactly xd Link to comment Share on other sites More sharing options...
Kroz Posted June 29, 2016 Share Posted June 29, 2016 Exactly xd Look man, exactly as the macro I gave you, they say it works: http://www.wowhead.com/forums&topic=194935/macro-to-switch-target-and-focus Link to comment Share on other sites More sharing options...
Weegee Posted June 29, 2016 Author Share Posted June 29, 2016 Look man, exactly as the macro I gave you, they say it works: http://www.wowhead.com/forums&topic=194935/macro-to-switch-target-and-focus Tnx for the help, im gonna test it in arena tomorrow. I will inform you if that is what i have been looking for. Link to comment Share on other sites More sharing options...
Weegee Posted June 29, 2016 Author Share Posted June 29, 2016 (edited) No that's not it sadly, because it puts my current target on focus and it swaps my target with the person who i already had on focus... The idea which i had in my mind is that I can target my friend in arena who am i healing and just cycle focus from 1 enemy to enemy number 2 (considering that im playing 2's) Put it like this, my focus doesn't change when i click tab and when i click tab 2 times it changes from 1 enemy to another meanwhile my focus doesn't change at all. Now replace the idea of the Focus being my target and the targets being my focus. Edited June 29, 2016 by Weegee Link to comment Share on other sites More sharing options...
Bapss Posted June 29, 2016 Share Posted June 29, 2016 The fuck is wrong with all these people giving you shitty advice lol? You don't need a macro, just go into keybinds and under something like "targetting binds" it will say "focus arena1" "focus arena2" "focus arena3". Gotta say though it'll probably be hard to bind all that shit without a mouse, unless you use F1/2/3 for it. Link to comment Share on other sites More sharing options...
Weegee Posted June 29, 2016 Author Share Posted June 29, 2016 The fuck is wrong with all these people giving you shitty advice lol? You don't need a macro, just go into keybinds and under something like "targetting binds" it will say "focus arena1" "focus arena2" "focus arena3". Gotta say though it'll probably be hard to bind all that shit without a mouse, unless you use F1/2/3 for it. Well i have a shit ton of bindings and i only use f1 and f2 for fast targeting, i don't click on the person who i do 2's with :x So that's why i though if there's a macro which will allow me to swap my focus from arena 1 to arena 2 back and forth when i click it (I click it once its a1 i click it again a2 then a1 etc) Link to comment Share on other sites More sharing options...
Kroz Posted June 29, 2016 Share Posted June 29, 2016 How about if I make you cast cyclone without changing your target? you can cast it on anything else (enemies of course.) If you agree on this, let me know. ;) Link to comment Share on other sites More sharing options...
Sereneti Posted June 29, 2016 Share Posted June 29, 2016 #showtooltip fear /cast [nomodifier] fear /cast [target=arena1,modifier:shift] fear /cast [target=arena2,modifier:ctrl] fear /cast [target=arena3,modifier:alt] fear Link to comment Share on other sites More sharing options...
Kroz Posted June 29, 2016 Share Posted June 29, 2016 How about if I make you cast cyclone without changing your target? you can cast it on anything else (enemies of course.) If you agree on this, let me know. ;) I assume you gonna say yes, so I made it already: https://www.youtube.com/watch?v=g1A5T6oFay4 [spoiler=The Macro]/cast [target=mouseover,exists,nodead] Cyclone; Cyclone Link to comment Share on other sites More sharing options...
Weegee Posted July 2, 2016 Author Share Posted July 2, 2016 #showtooltip fear /cast [nomodifier] fear /cast [target=arena1,modifier:shift] fear /cast [target=arena2,modifier:ctrl] fear /cast [target=arena3,modifier:alt] fear I meant without modifiers since i use C for cyclone but i have Control / Alt / Shift C already bound. Link to comment Share on other sites More sharing options...
Nemifest Posted July 2, 2016 Share Posted July 2, 2016 #showtooltip fear /cast [nomodifier] fear /cast [target=arena1,modifier:shift] fear /cast [target=arena2,modifier:ctrl] fear /cast [target=arena3,modifier:alt] fear There are no other macro's than this. You can't find any other that can 'alt-tab' abilities. Link to comment Share on other sites More sharing options...
Weegee Posted July 2, 2016 Author Share Posted July 2, 2016 There are no other macro's than this. You can't find any other that can 'alt-tab' abilities. Put it like this, my focus doesn't change when i click tab and when i click tab 2 times it changes from 1 enemy to another meanwhile my focus doesn't change at all. Now replace the idea of the Focus being my target and the targets being my focus. The macro like that doesn't exist? Link to comment Share on other sites More sharing options...
Nemifest Posted July 2, 2016 Share Posted July 2, 2016 Put it like this, my focus doesn't change when i click tab and when i click tab 2 times it changes from 1 enemy to another meanwhile my focus doesn't change at all. Now replace the idea of the Focus being my target and the targets being my focus. The macro like that doesn't exist? Either you can't explain it correctly or it's 6 am for me. Link to comment Share on other sites More sharing options...
Weegee Posted July 2, 2016 Author Share Posted July 2, 2016 Either you can't explain it correctly or it's 6 am for me. Its 6 am for you. But lets put it like this. When you click Tab you cycle through the targets (Arena enemy 1 / arena enemy 2) How can i make a macro which will allow me to do that with my focus. Link to comment Share on other sites More sharing options...
Nemifest Posted July 2, 2016 Share Posted July 2, 2016 Its 6 am for you. But lets put it like this. When you click Tab you cycle through the targets (Arena enemy 1 / arena enemy 2) How can i make a macro which will allow me to do that with my focus. There's no macro which can cycle through targets without any additional mod filter etc. i,e: /use [mod,shift,target=focus] SPELL [Tab buttom] = Shift Tab = Focus /use SPELL [Tab buttom] = Tab = Main target Or /tar arena1 = Tab /tar [mod:shift] arena2 = Shift Tab = arena target 2 /tar [mod:ctrl] arena3 = Ctrl Tab = arena target 3 This one can be a cycler. As closest you'll get to a cycling targeting macro. Link to comment Share on other sites More sharing options...
Recommended Posts