Close
Showing results 1 to 10 of 13

Thread: click script

Hybrid View

  1. #1

    Default

    anyone else having a solution?

  2. #2

    Default

    Are you getting a red error message when you click?

    If so, please read the error message. If it's not clear please paste it here and I'll explain it.
    �Author of HotkeyNet and Mojo

  3. #3

    Default

    Quote Originally Posted by Freddie View Post
    Are you getting a red error message when you click?

    If so, please read the error message. If it's not clear please paste it here and I'll explain it.
    <ClickMouse LBUTTON> failed: Specified cursor movement is relative to window but window is minimized.

  4. #4

    Default

    <ClickMouse> is asking HotkeyNet to click the mouse at a certain location on that window. But the window has no locations because it's minimized. Its width is zero and its height is zero. Therefore it's impossible for HotkeyNet to do what you're asking.

    For example, how can HotkeyNet click halfway across the window when the width is zero? What's half of zero?

    Here's an alternative that might work. Instead of minimizing the window, you can hide it with <HideWin>. I've never tested this, but you may be able to send mouse clicks to a hidden WoW window.
    �Author of HotkeyNet and Mojo

  5. #5

    Default

    Quote Originally Posted by Freddie View Post
    <ClickMouse> is asking HotkeyNet to click the mouse at a certain location on that window. But the window has no locations because it's minimized. Its width is zero and its height is zero. Therefore it's impossible for HotkeyNet to do what you're asking.

    For example, how can HotkeyNet click halfway across the window when the width is zero? What's half of zero?

    Here's an alternative that might work. Instead of minimizing the window, you can hide it with <HideWin>. I've never tested this, but you may be able to send mouse clicks to a hidden WoW window.
    and where should i put that?

  6. #6

    Default

    In a hotkey. You would use the hotkey instead of minimizing the window.
    �Author of HotkeyNet and Mojo

  7. #7

    Default

    Quote Originally Posted by Freddie View Post
    In a hotkey. You would use the hotkey instead of minimizing the window.
    so a hotkey in game? i am a big noob on multiboxing so srry if im wrong
    (or do i just need to insert it in the script? like whenever altasmodifier, ctrl is pressed <hidewin> or smthing?)

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •