I just want to make sure it is like
Step 1 = iwt
Step 2 = move backwards
Printable View
I just want to make sure it is like
Step 1 = iwt
Step 2 = move backwards
Yes.
And probably, set it (on the screen where you pick the hotkey), to execute a step on press or release instead of release (default).
Then press and hold the key as long as you like.
And release it, when you want the movement to end.
I know this might be off topic, but how might one achieve something similar using HotKeyNet?
You can do it in HKN by telling it to send one keystroke on button down and another on button up, but I will not do that because I believe it is illegal according to Blizzard's one button one action guidance.
However, I'm interested in whether it's possible using existing addons, because I can be confident of their legality. I've read posts that seem to be talking about addons, but I don't have the knowledge or time to make an addon myself. For example, here: http://forums.worldofwarcraft.com/th...00873657&sid=1
I know some addons havebeen able to perform actions on keydown instead of key up, (eg Macaroon, Snowfall)
Well, the blizzard keyboard API specifically allows this.
And addons such as Snowfall and Macaroon take advantage of this functionality.
It's your call to use it or to not use it.
But Blizzard specifically put this functionality into the game, it only works because of their Keyboard API, and will stop working (no matter what the software tries to do) if they ever change their minds and change the Keyboard API functionality.
The one key = one action quote is frequently taken out of the context it was originally given. It refers to you do one action on your computer and one action occurs in the game. That single action can be multiple keys without any issue. It specifically refers to your not being able to push a single key now, and have something happen now, something else happen in 2 seconds and then 6 seconds later a third thing happens, all based off of the first press and without any additional input.
If you're not comfortable taking advantage of a feature which Blizzard chose to implement in their game, then don't use it. It is the same as not using Interact With Target and Click to Move, which honestly were put into the game to help handicapped players with one arms and such to play the game, not to allow melee boxing to swarm players as they move about the battlefield.
Ualaa, I am not interested in a legality argument. As stated, I am interested in achieving this either using addons or other functionality within WoW. You said in your previous post that it is a feature that Blizzard have implemented in their game, so.. how do I do it?
I don't know how to do the technical stuff, but from what you have written, it sounds like you do? Can you help me achieve this at all please?
The thing I refuse to do is to have HKN send two key-strokes for one key actually pressed. However, I am comfortable with HKN sending one key-down and a seperate key-up for each key actually pressed down and up. I believe this is already how it handles movement keys.
To be clear: the thing I am interested in is using functionality within WOW to perform one action (eg keybind) on key-down and another, different action, on key-up, in such a way that it would work with just WoW running on its own.
The first thing I would like to know is: is it possible? The second thing is: can you help me along the way?
I'm really sorry, I'm afraid I don't know what an API is, but if I get time I'll see if I can find out later today.
You started off by mentioning the legality of it...
So Ualaa pointed out that it is in fact legal.
But to point you in the right direction...
http://en.wikipedia.org/wiki/API
http://www.wowwiki.com/API
http://en.wikipedia.org/wiki/Lua (programming_language)
http://www.wowwiki.com/Lua
i still can't get this to work
i've tried multi-action single step and multiple step... both don't work.