View Full Version : ISBoxer targeted spells
Fuzzyboy
10-21-2016, 05:23 AM
Hi - I was wondering if anyone here has had any experience defining a broadcast as follows.
What I'd like to do:
The main and active window is my tank. I press the "P" key, move the mouse cursor to the middle of the screen and release the "P" key.
What I'd like to happen in that scenario:
1) On the healer (non-active window), when the "P" key is pressed, the Gift of the Queen spell is fired (targetting recticule is activated).
2) When the key is released, the mouse is clicked in the same place on the healer window, where the mouse cursor is placed in the tank window (for example in the middle of the screen)
Would that be possible and if so, how would I go about it in ISBoxer?
Andreauk
10-21-2016, 07:37 AM
I was just using a macro like this on all of them:
/script SetView(2); SetView(2);
/cast rain of fire
Fuzzyboy
10-21-2016, 07:45 AM
Hi Andrea - thanks for the useful input as usual :)
How does that work? Wouldn't that just trigger the targeting recticule without firing the spell?
Wubsie
10-21-2016, 08:10 AM
I would assume a fairly simple 2-step mapped key set to trigger when the key is "pressed OR released" would do fine.
The first step would simply call the bind/macro for Gift of the Queen on your secondary character and the second step would do a "Sync Cursor Action" (Target of "All w Current" would work fine) and send your Mouse1 key.
I use something similar for some ground targetted spells. The only real difference is that I usually have the mouse sync happening in step 1, so that there are atleast a few frames between that and the actual click to make sure it has time to work. Not sure if it's really necessary though.
mbox_bob
10-21-2016, 09:15 AM
The idea of the /setview macros is to force the tank and the healer (or target of the next click), to have the same perspective.
In the Mapped Key Wizard, there is an option for "Straight Key Broadcast Plus Click" which sets up the option for ground based targeted skills. You press it, it fires the skill, thus bringing up the targeting pointer on the recipient, it also turns on mouse broadcasting via VideoFX, until your next click of the mouse, which it then turns off mouse broadcasting, and you are back to normal with your skill cast on the target.
The advantage of the VideoFX next click action, is that you can increase the default size of the viewer (from 0,0) so you can actually see what is on the targets view. You can even set it to temporary overlay completely on your tank, until you click your desired target (whether ground or other). You might also edit the resulting mapped key so you can have a different hotkey to what is sent to the game. The wizard generated ones are good, but they are also fairly simple so special requirements might need a bit of editing.
Ualaa
10-21-2016, 01:35 PM
I didn't really play around with the setview that much.
Basically, when I was playing with it, you'd position the slave cameras and then setview.
And there were supposed to be four or five views you could use.
But setting from one to the next, even with different views, and then trying to have it switch from one to another didn't do anything.
Maybe it was bugged, at the time.
If you can set the views to be the same and toggle into an AoE view on all screens.
So that even if the active window's camera is changed a bit...
And a previously active window had their camera view angle changed...
But now that you're pressing the AoE key the views are all aligned.
That's going to make the targeting a bit better.
What I did was set the camera to follow my characters.
And I had that set on all of the slaves.
I had two mapped keys, one for high details and one for low details.
When I did a character swap, the main window (window:current) would run the high details, to get all of the eye candy my system could handle without any performance loss.
And the other windows (window: all without current) would run the low details mapped key.
For reference on this idea:
http://www.dual-boxing.com/threads/44575-Advanced-Video-Settings
http://www.dual-boxing.com/threads/32654-FPS-saver-macro-for-Cataclysm?highlight=console
Both of the settings had the camera auto adjust to trail behind the character if they were to move.
Even if I was in a window previously, and messed up the angle by dragging the camera about to have a better view of something...
With the camera adjusting to 'follow' the character, it would very quickly have a behind looking ahead view.
Ditto for the main window, move forward for a few seconds and the camera was aligned again.
The mouse broadcast is covered a few times in the forum.
'Example F', in Post #5 is how I did it: http://www.dual-boxing.com/threads/26231-A-guide-to-IS-Boxer-(Long)
Andreauk
10-22-2016, 03:27 PM
Hi Andrea - thanks for the useful input as usual :)
How does that work? Wouldn't that just trigger the targeting recticule without firing the spell?
Yes just press the key twice.. it worked with healing rain and gift of the queen in the same macro.
Fuzzyboy
10-24-2016, 04:09 AM
Yes just press the key twice.. it worked with healing rain and gift of the queen in the same macro.
I ended up with a three-step process (spamming the same key) which seems to work (seems to be similar to your solution?):
1) Send command to start casting gift of the queen (enable targetting)
2) Sync cursor (from main window)
3) Fire spell
This seems to do the trick except when ISBoxer for some reason sometimes (like 1 out of 10) doesn't cast at the target location from the main window, though I'm still fairly now to ISBoxer and don't know the ins and outs yet :) Maybe I need a delay or something like that.
Andreauk
10-24-2016, 05:35 AM
My macro was in game and I just had one key bound in isboxer... I don't use any step functions ever so no clue there.
Fuzzyboy
10-24-2016, 07:18 AM
But if you don't use ISBoxer to do the steps, wouldn't you have to target the spell manually? I mean, otherwise it'll just fire at whereever the mouse cursor happens to be?
Andreauk
10-24-2016, 10:06 AM
I just turned on mouse broadcasting and then my macro.. on my locks all cast rof in the same place with the cam setting in the macro, and at the mouse point of main window.. it worked ok for me.. I don't mind for 1 ability.. but with a resto shammy it was too much hassle having x2 aoe targeting spells.
Fuzzyboy
10-26-2016, 08:29 AM
Furtunately the new /use [@player] Gift of the Queen/Healing Rain should fix this :)
charly
01-20-2017, 12:21 AM
Oh wow... I've been waiting so long for that macro O_O
bgarisn
03-20-2017, 10:18 PM
Furtunately the new /use [@player] Gift of the Queen/Healing Rain should fix this :)
Does only [@player]work?
Every time I try to use [@party#] I get the targeting circle on the ground, but perhaps I'm missing something.
This casts the AoE on my healer:
/cast [@player] Healing Rain
This brings up the targeting circle:
/cast [@party1] Healing Rain
I feel like I'm missing something simple...
Thanks all!
MiRai
03-20-2017, 10:29 PM
Does only [@player]work?
The only acceptable conditionals are [@player] or [@cursor].
bgarisn
03-20-2017, 10:53 PM
Ok thanks for the clarification :)
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.