FloridaFringe

Legend
  • Posts

    4
  • Joined

  1. Thank you Grotus.

    Here's a bind situation that I've recently found myself in since I have finally set a power to auto fire for the first time ever. After setting Hasten to auto fire it changes back to normal whenever I attempt to cancel my queued power. I understand the logic behind this but it would be nice to not have to keep resetting a power to auto all the time. Any help would be highly appreciated.
  2. [ QUOTE ]
    I cannot seem to make the following bind work:

    /bind numpad2 "team_select 2$$powexec_slot 6"

    This is a healing bind so that I can quickly select a teammate by hitting one key, selection the teammate and hitting them with a heal. Any ideas? I would have thought this would work just fine but will not execute the heal the first time hit (only selects character). Not totally useless as I can just tap the key twice but rather annoying!

    [/ QUOTE ]

    There was talk about this very problem earlier in the thread. Try this to see if it makes any difference:

    /bind numpad2 "unselect$$team_select 1$$powexec_name heal other"
  3. /bind <key> ""

    or

    /bind <key> "nop"
  4. I've searched but haven't found what I was looking for in regards to a couple of bind questions.

    1. Is there a /copychat bind that works without specific tab names included?

    2. Has a bind such as toggle_window been found to work for Badges without having to use “menu$$contextmenu 18” so that the menu doesn’t remain open?

    3. Same as #2 concerning the ID card and if not then is there a “menu$$contextmenu” command that would work?

    4. My screenshot binds have been a bit off since I2. Why do the first 3 binds below work but the 4th doesn't even produce a screenshot?

    SYSRQ "screenshotui 0$$screenshottga" (TGA Screenshot w/o UI)
    CTRL+SYSRQ "screenshotui 1$$screenshottga" (TGA Screenshot w/ UI)
    SHIFT+SYSRQ "screenshotui 0$$screenshot" (JPG Screenshot w/o UI)
    ALT+SYSRQ "screenshotui 1$$screenshot" (JPG Screenshot w/o UI)

    Thanks for anyone who can help.