Question of the day.... / commands for combat abilities ?

Discussion in 'The Newbie Zone' started by Ratbo Peep, Jul 18, 2013.

  1. Ratbo Peep Augur

    I want to make a socials macro called D_T_K_F ie
    /Disarm
    pause 10
    /Taunt
    /Kick
    /Forage

    But those are not the real text commands. Anyone know what they really are??
    Thanks!

    -Ratty
  2. silku Augur

    Well you click on your combat abilities window, and set them: (let me make a quick picture)

    so you hit Ctrl - A and it brings up this window

    [IMG]


    Then you would click the button you want (1, 2, or 3, etc)

    Then to activate whatever ability is there you use the command /doability

    So let's say you set Kick to 3, you would /doability 3

    So set disarm to 1
    Taunt to 2
    Kick to 3
    Forage to 4

    Macro button:
    /dobaility 1
    /pause 10, /doability 2
    /doability 3
    /doability 4
  3. Ratbo Peep Augur

    Perfect! Thanks!!!

    As a follow up - how many on those ", adds" can you do on one line?
    (or is it as many as will fit?)

    -W
  4. silku Augur

    Well you can do as many pause , commands as you can fit in the macro, but the comma doesn't work for other commands that I know of (i.e)

    /pause <number>, command (works)
    /doability 1, /doability 2 (does not work that I know of)
  5. Tobynn Augur

    The pause is the only additional command you can place on a single line.
  6. Fenudir Augur

    Also, though the /pause shows up before the /doability, it actually runs after it. A macro that reads

    /pause 10, /doability 1
    /pause 20, /doability 2
    /pause 30, /doability 3
    /doability 4

    would fire the first ability and count 1 second, then it would fire the ability 2 and count 2 seconds, then ability 3, pause 3 seconds, then fire ability 4.
  7. Ratbo Peep Augur

    Thanks for the answers and follow ups!
    Macro made and tested!
  8. Gladare Augur

    The combat ability page has 4 more buttons that are /doability 7-10. Also the /timer command is another one that works on the same line as something else.
  9. Lighteningrod Augur

    This is incorrect. /pause and /timer may be included on the same line with /doability, /disc, or /alt activate.
  10. Ratbo Peep Augur

    OK - I'm curious - what does /timer do?

    -W
  11. silku Augur

    Hrm I've never heard of a /timer command, in game it says it's not a valid command?
  12. silku Augur