Help me with some macro

03/07/2006 11:52 popi#1
I want to know is it possible to make macro that will turn on both of my trinkets. Please answer to me and tell me what is that macro.
03/07/2006 12:04 Noir#2
[Only registered and activated users can see links. Click Here To Register...]

/script UseInventoryItem(13);
/script SpellStopCasting();
/script UseInventoryItem(14);

works until 1.10, then it won't work anymore...
03/07/2006 21:50 popi#3
Thank you man, do you know what will work after 1.10 patch?
03/08/2006 06:20 Grulk#4
as far as i know ZhC or ToeP gets a Cooldown as long the other is active :cry:
03/08/2006 17:48 Noir#5
right but arcane power + 1 trinket still works
05/27/2008 11:39 mark_juliata#6
i dont know how to use macro....if anybody know how to use it teach me please...send to my email [Only registered and activated users can see links. Click Here To Register...].....
05/27/2008 15:32 bloodwrath91#7
It is not possibly any longer to make a Macro that activates both because they have a Global Cooldown (GBC) the GBC interrupts the Macro. But there are still two ways to use it, but they are not really comfortable.

The first is:

/castrandom Trinket1, Trinket2

that Macro will use randomly one of the two trinkets so you will have to smash the button a lot of times ^^.

The second way is

/castsequence reset=1 Trinket1, Trinket2

This will start a sequence of "casts" so if you push the button twice it will use both of you're trinkets.

You will have to rename Trinket1 and Trinket2 into you're trinket names