Hi guys i want to bind key to my party member, for now i have something like this
/bind F1 "1 $$ hardtargetlock 1"
/alias 1 target "name1"
but everyime i get in new party i need to retype names, its waste of time.
Meybe someone know how to bind it to Party Member 1 ? Will be glad for any ideas.
0
Comments
I'll take it that you asking this from a Healers perspective..
Anyhow, to answer your question I come up with the following… Note, I Am using the bind under "V" key.
1. A text file named "CommandAliases.txt" should be made in "NeverWinter\Neverwinter\Live\localdata" folder.
alias setV "alias tar_cmd target {}"
Now, load up your game.
2. Now, type the following in your chat window.
/bind V "tarv_cmd $$ hardtargetlock 1 $$ +PowerTrayExec 2 $$ hardtargetlock 0"
Note, the PowerTrayExec is (in this case) set to "2"... Which is your "Q" key (3=E, 4=R)
Now you are set to go.
Binding a player in game by using the Set command
/setV "Target's Name" and the power you have applied under your "Q" key will be casted on this player by pressing "V"
Goodluck