View Full Version : Need Script to change Keybinding (Interact Key)
Mikey
04-28-2009, 02:55 PM
Does anybody have or know how to /script to change the keybinding for "Interact with Target"?
I need to:
1) Unbind "Interact with Target" keybind
2) Bind "Interact with Target" to "J"
I basically need to include these in a macro so I can disable the "Interact" function easily for my casters so they don't go running into the fray and meleeing ^_^
Maxion
04-30-2009, 12:59 AM
Does anybody have or know how to /script to change the keybinding for "Interact with Target"?
I need to:
1) Unbind "Interact with Target" keybind
2) Bind "Interact with Target" to "J"
I basically need to include these in a macro so I can disable the "Interact" function easily for my casters so they don't go running into the fray and meleeing ^_^
I'm guessing you have click to move on?
Why would you be using interact with target while casting on stuff though?
Thulos
04-30-2009, 11:42 AM
You can just enable and disable click to follow within your macro and then the interact with target key will not cause your drones to run off into the wild blue yonder.
Disable:
/console autointeract 0
Enable:
/console autointeract 1
Caspian
04-30-2009, 11:44 AM
I don't have wow on my work PC but couldn't you change this the same way you change the click Key for AoE?
/script SetBinding(";", "CAMERAORSELECTORMOVE")
I would think you could macro
/script SetBinding("J", "INTERACTWITHTARGET")
and
/script SetBinding("", "INTERACTWITHTARGET")
Or whatever "INTERACTWITHTARGET" is in your config.wtf. Bind it to something (unusual like "+" or something you don't use but will be easy to search for) , Exit wow, open up the config.wtf and search for what you bound it to, copy it. Relaunch wow. Make macros like above and give it a whirl.
Caspian
04-30-2009, 12:33 PM
You can just enable and disable click to follow within your macro and then the interact with target key will not cause your drones to run off into the wild blue yonder.
Disable:
/console autointeract 0
Enable:
/console autointeract 1Which macro would those go in? I suppose you could disable at the top of all spell macros. Maybe enable on your follow macro? You can't macro the interact can you?
Maxion
04-30-2009, 02:26 PM
You can just enable and disable click to follow within your macro and then the interact with target key will not cause your drones to run off into the wild blue yonder.
Disable:
/console autointeract 0
Enable:
/console autointeract 1Which macro would those go in? I suppose you could disable at the top of all spell macros. Maybe enable on your follow macro? You can't macro the interact can you?
You cant macro interacting with the target, no.
And I would consider clicktomove and interactwithtarget to be a very impractical and unreliable way to follow your main. (this is what it seems Mikey is trying to use it for)
Unless running a melee team, I would only use interact with target for talking to npcs and looting, with click to move for that if i wanted to be lazy, but atm i just position them by making them follow my main to where i want them.
EDIT: cant use interact with target with click to move to move to a friendly player target anyway since you cant interact with them, so then i really don't know what he's trying to do with it.
Mikey
04-30-2009, 11:04 PM
I don't have wow on my work PC but couldn't you change this the same way you change the click Key for AoE?
/script SetBinding(";", "CAMERAORSELECTORMOVE")
I would think you could macro
/script SetBinding("J", "INTERACTWITHTARGET")
and
/script SetBinding("", "INTERACTWITHTARGET")
Or whatever "INTERACTWITHTARGET" is in your config.wtf. Bind it to something (unusual like "+" or something you don't use but will be easy to search for) , Exit wow, open up the config.wtf and search for what you bound it to, copy it. Relaunch wow. Make macros like above and give it a whirl.Thanks. That's exactly what I needed.
thinus
05-01-2009, 03:37 AM
Just remember that you can only change bindings out of combat.
Thulos
05-01-2009, 02:35 PM
You can just enable and disable click to follow within your macro and then the interact with target key will not cause your drones to run off into the wild blue yonder.
Disable:
/console autointeract 0
Enable:
/console autointeract 1Which macro would those go in? I suppose you could disable at the top of all spell macros. Maybe enable on your follow macro? You can't macro the interact can you?
What I do is disable the click to move in my follow macro and enable it in my assist macro. So when I want to use an npc or a flight master or melee a target I can assist my main and then hit my interact with target macro and all my guys will run up and open quest givers, vendors, flight masters, etc. Disabling it in my follow makes sense because it's always the first thing I hit after I get done flying or talking to a quest giver or finishing a fight. This helps prevent odd little runoffs or other wierd behaviors due to click to move being turned on. It's so nice not having to manually make sure every drone is in range of an npc before interacting with them. Using click to move and interact with target has reduced the needs to deal with the drones almost entirely. Thanks Blizzard! :thumbsup:
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.