Page 1 of 1

How to write a clicky macro

Posted: Fri 17 May, 2013 12:08 pm
by Koutarou
With the latest patch we can now macro clickies. I had to walk a couple people through it in healer channel last night.

The two relevant things you need to know are:
  • /useitem <slot> [subindex]
This activates a clicky in the appropriate slot. To see a slot list just type /useitem with no arguments. The subindex is used for items within bags and starts at zero going left to right, top to bottom through the contents. /useitem 23 7 will click the eighth item in your first bag.
  • /pause #, <command>
This is confusing; it works back to front. It executes <command>, THEN puts in a delay of 100ms (0.1s) times the number.

Combining the two you can bind up to 5 clickies to the same social button.

Example #1: an illusion with a 3 second cast time, a shrink click with 0.5sec cast time, in the first, and fourth slot of your second bag:

/pause 30, /useitem 24 0 [cast illusion]
/target <myname> [target self]
/pause 5, /useitem 24 3 [shrink once]
/useitem 24 3 [shrink again, no need for pause since its last line]

Example #2: Mana pool click (waist, 0.5sec), Mana regen click (third bag slot 1, 0.5sec), summon your familiar (second bag slot 5, 5sec), then get rid of the visible pet leaving the buff effect active:

/pause 5, /useitem 20
/pause 5, /useitem 25 0
/pause 50, /useitem 24 4
/pet get lost

Posted: Fri 17 May, 2013 9:49 pm
by Artreth
Further to this, if some of your 'clickies' include AA's, you simply include the /alt activate line in the mix ... For example, I use Pyromancy and AA Familiar on Filli. Her hotkey is:

/pause 10, /useitem face
/pause 10, /useitem waist
/pause 10, /useitem left ring
/pause 10, /useitem shoulders
/pause 10, /useitem range

this gives me form of endurance, mana buff, mana regen, myrmidions aura (sp?), and whatever the clicky is on range items =P. (I know its a number, not word for the slot, but can't remember the numbers). On a separate button, I have


/pause 10, /alt activate 510
/pause 2, /pet get lost
/pause 10, /alt activate 514
/pause 10, /cast 8
/useitem 24 4

This then activates Familiar, Pyromancy, Self Rune spell, and then illusion.

So rather than 5 clickies, 2 AA's, 1 spell and an illusion (For those who cant count, thats 9 items I would normally click), I only have to press two buttons.

Posted: Fri 31 May, 2013 8:36 am
by Melodionxxx
I have been wanting this for ages. So quick to refresh the clickies now, I don't have to stop song to use sword haste, etc etc. Fkn AWESOME.

Now I have to get back to playing =)

Posted: Wed 12 Jun, 2013 1:32 pm
by Jarinu
Wow big change - thats awesome.