grumbles

Informant
  • Posts

    3
  • Joined

  1. [ QUOTE ]
    Try it like:
    numpad1 "+ $$teamselect 1$$powexecname heal other"

    and see if it helps.

    [/ QUOTE ]

    That actually does seem to work, although the + denotes that you would need to hold down the key.

    I also thought it would be quite helpful if you were able to click a temmate with your 4th mouse button and it would select and heal them. However, it doesn't seem possible to select a target using anything other than the left mouse button.
  2. The closest thing to a "working" bind that I've found for this:

    <font class="small">Code:[/color]<hr /><pre>numpad1 "teamselect 1$$ powexecname heal other"</pre><hr />
    Yes, I realize it's "backwards", but that seems to help. Also, the space after $$ may seem to be helping.
    At first this line worked fine, and then out of the blue it just decided to stop working. Now it selects the proper teammate but doesn't execute the power - basically meaning you have to hit numpad1 twice to heal teammate 1.
  3. So, I've been trying to set up a small bind file using the numpad keys to heal teammates. I've seen various ways to do this, and I really can't seem to get any of them to work properly.

    Here's my latest attempt:

    </pre><hr />numpad1 "unselect$$powexecname heal other$$teamselect 1$$unselect"
    numpad2 "unselect$$powexecname heal other$$teamselect 2$$unselect"
    numpad3 "unselect$$powexecname heal other$$teamselect 3$$unselect"
    numpad4 "unselect$$powexecname heal other$$teamselect 4$$unselect"
    numpad5 "unselect$$powexecname heal other$$teamselect 5$$unselect"
    numpad6 "unselect$$powexecname heal other$$teamselect 6$$unselect"
    numpad7 "unselect$$powexecname heal other$$teamselect 7$$unselect"
    numpad8 "unselect$$powexecname heal other$$teamselect 8$$unselect"</pre><hr />
    Considering the game executes binds in reverse, I'm looking at it this way: First I unselect any selected target, then I select teammate #, then I execute the Heal Other power, and finally I again unselect any selected target (which should be aforementioned teammate #).

    Now, the problem is - it just plain doesn't work properly. I can be hitting numpad2 and it's healing teammate 1. Sometimes it just doesn't heal at all.
    I'm guessing the problem lies in selection and the fact that it executes binds so fast.

    So, any ideas? Alternatives?