is there a way to combine two actions to a key menu

Shout-Out

User Tag List

Results 1 to 3 of 3
  1. #1
    rezee21's Avatar Private
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    is there a way to combine two actions to a key

    i was wondering if there was a way to assign two actions to one key, what i was trying to do, is make it to where the space bar jumps, AND targets the nearest enemie... because i always hit cap lock instead of tab, and space bar is the easiest button to hit, but i dont want to remove jump from the space bar either... it would be easy if that button just did both... or, is there a way to make a macro i can that makes u jump and target nearest enemy, and i could just assign the space bar to be the hot key for it?
    Last edited by rezee21; 02-25-2011 at 03:34 PM.

    is there a way to combine two actions to a key
  2. #2
    Aldun's Avatar Banned
    Reputation
    616
    Join Date
    Feb 2009
    Posts
    1,365
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nope, jumping can't be bound afaik. Why not bind target to shift then or so?

  3. #3
    kimkarosi's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    First post here, thanks for creating this opportunity!

    As a matter of fact, there is a legit way to do this.

    First thing, you need to download Autohotkey.

    Say you have your jump macroed to ~ and you have your select nearest enemy macroed to +

    Code:
    #ifWinActive, World of Warcraft
    
    #persistent
    
    chat = 0
    p = 0
    
    ~*Enter::
    ~*NumpadEnter::
    	Suspend, Permit
    	if (bInChatRoom == True)
    		return
    	Suspend
    	if (A_IsSuspended == true)
    		SetScrollLockState, Off
    	else
    		SetScrollLockState, On
    	return
    
    ~*Esc::
    	Suspend, Permit
    	if (bInChatRoom == True)
    		return
    	Suspend, Off
    	SetScrollLockState, On
    	return
    	
    *End::
    	Suspend, Permit
    	bInChatRoom := not bInChatRoom
    	if (bInChatRoom == True)
    	{
    		Suspend, On
    		SetScrollLockState, Off
    	}
    	else
    	{
    		Suspend, Off
    		SetScrollLockState, On
    	}
    	return
    
    
    
    q::
    Grid()
    BlockInput, On
    MouseGetPos, intx, inty
    Mousemove, %x1%, %y1%, 0
    SendInput {Click}
    Mousemove, intx, inty, 0
    BlockInput, Off
    return
    
    e::
    Grid()
    BlockInput, On
    MouseGetPos, intx, inty
    Mousemove, %x2%, %y1%, 0
    SendInput {Click}
    Mousemove, intx, inty, 0
    BlockInput, Off
    return
    
    *space::
    Send {~}
    Send {+}
    return
    
    GetKeyState, state, Shift
    if state = D 
    Send, +{Enter}
    else 
    Send, {Enter}
    return
    
    Esc::
    chat = 0
    send {Esc}
    return
    
    LButton:
    chat = 0
    sendinput {LButton}
    return
    Basically this script will read your keystroke and output keystrokes. So say you hit "Space", its the same as hitting + and ~ simultaneously. The script works only if WoW window is active, it disables while you chat.

    Thank you!

Similar Threads

  1. Is there a way to save all accounts and charecters into two or more .sql files ?
    By Wheeze201 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 12-16-2007, 07:05 AM
  2. Is there a way to save all accounts and charecters into two or more .sql files ?
    By Wheeze201 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 12-15-2007, 04:47 PM
  3. Is there anyway you can run two WoW on the same pc?
    By bait in forum World of Warcraft General
    Replies: 5
    Last Post: 10-24-2006, 06:42 PM
  4. is there any way i can make my own models?
    By Avianar47 in forum World of Warcraft Model Editing
    Replies: 6
    Last Post: 08-30-2006, 07:22 PM
  5. Is there a way to see herbs and metal at the same time?
    By Rustin in forum World of Warcraft General
    Replies: 7
    Last Post: 07-19-2006, 06:16 PM
All times are GMT -5. The time now is 01:59 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search