FAQ  •  Register  •  Login

Next Click w/ VFX

Moderator: MiRai

<<

JackBurton

Posts: 53

Joined: Wed Jan 06, 2010 11:25 pm

Post Thu Nov 27, 2014 8:08 pm

Next Click w/ VFX

how do i remove the VFX with a action in a step?

im using ground target spell with execute action on key up and key down.

I want to execute a send next click with VFX but i want the fx window to go away on key release. how do i do that?

i tried:
video FX action: a remove all
variable keystroke action: right mouse click

Code:
Reset to step 1 after 15 seconds
Execute when pressed OR released
|--> Step 1
     |--> Do WoW macro "Freezing Trap" in "Quick Setup 41" (all other)
     |--> Do mapped key "Next Click w/ Video FX" (all other)
     |--> Do mapped key "Click to Move Off" (All)
|--> Step 2
     |--> Do Varible Keystroke "Mouse Left Click" (self)
     |--> Video FX "Clear Video FX " (self)
     |--> Do Varible Keystroke "Mouse Right Click" (self)
<<

bob

User avatar

League of Extraordinary Multiboxers

Posts: 4587

Joined: Sat Feb 15, 2014 11:14 am

Location: In the dining room, with the lead pipe.

Post Thu Nov 27, 2014 8:15 pm

Re: Next Click w/ VFX

Do you actually click the mouse button anywhere. This doesn't include your variable keystrokes which send a mouse 1/2, but actually using the mouse button. The "Send Next Click w/VideoFX" should disappear immediately after you physically press one of the mouse buttons.
<<

JackBurton

Posts: 53

Joined: Wed Jan 06, 2010 11:25 pm

Post Fri Nov 28, 2014 12:25 am

Re: Next Click w/ VFX

No, I dont click the mouse button witht the mouse directly.

keypress: I aim
Key release: I fire/cast
<<

bob

User avatar

League of Extraordinary Multiboxers

Posts: 4587

Joined: Sat Feb 15, 2014 11:14 am

Location: In the dining room, with the lead pipe.

Post Fri Nov 28, 2014 4:00 am

Re: Next Click w/ VFX

From the wiki http://isboxer.com/wiki/Send_Next_Click_Action
A Send Next Click Action temporarily enables real-time Mouse broadcasting, including sending modifier keys such as Alt, Shift and Ctrl, until the next click and release of a mouse button.

So Innerspace is waiting on a physical input of the Mouse, but you are giving it a release of a key board key which is sending Output. The two wont match together. It doesn't matter that the release of the hotkey is sending a Mouse1 command!, it is still Output, not Input.

Based on how your mapped key is configured, the mouse broadcasting is only ever used to synchronise the mouse position, and never to send the mouse click.
So you could change it so you move the mouse into position, then press your hotkey. It would also need some subtle changes to look like.
Code:
Reset to step 1 after 15 seconds
Execute when pressed OR released
|--> Step 1
     |--> Do WoW macro "Freezing Trap" in "Quick Setup 41" (all other)
     |--> Do mapped key "Click to Move Off" (All)
     |--> Sync Cursor Action (all other)
|--> Step 2
     |--> Do Variable Keystroke "Mouse Left Click" (all other)
     |--> Do Variable Keystroke "Mouse Right Click" (self)



Or if you wanted to configure it correctly with the Send Next Click Action then you could change it to
Code:
Execute when pressed
|--> Step 1
     |--> Do WoW macro "Freezing Trap" in "Quick Setup 41" (all other)
     |--> Do mapped key "Next Click w/ Video FX" (all other)
     |--> Do mapped key "Click to Move Off" (All)

and after releasing the of the hot key, you move the mouse to position and press the first the mouse left button then mouse right button. The left click is via the Send Next Click Action to "all other", on release it turns off the videoFX (and mouse broadcasting). Then the right click is to self.

Return to Video FX

Who is online

Users browsing this forum: No registered users and 8 guests