<<All>> macro /use 12(or name of the Trinket)
doesn't work; whats wrong? Or do i need to macro in game a do a
<<All>> hit x?
|
|||
|
Fri, 11/27/2009 - 06:07
<<All>> macro /use 12(or name of the Trinket) doesn't work; whats wrong? Or do i need to macro in game a do a
Fri, 11/27/2009 - 07:21
#2
Trinkets are slots 13 and 14.
Trinkets are slots 13 and 14. You can see more item slot numbers here:
Fri, 11/27/2009 - 12:44
#3
Ok, thanks activating a
Ok, thanks activating a trinket is solved, but how do i put this in a macro with a spell? <<All>> KeyReset 1000 if %KeyCount% = 1 macro /use 13 EndIf if %keyCount% > 1 macro /cast Killing Spree On %$Leader%-Target KeyReset EndIf
Fri, 11/27/2009 - 14:11
#4
Try:
macro /use 13
cast
Try: macro /use 13 cast Killing Spree On %$Leader%-Target if you do: macro /cast Killing Spree On %$Leader%-Target It will write that as a macro but that is not the proper syntax for /cast. We made the "Cast" command for a simpler syntax.
Sat, 11/28/2009 - 01:56
#5
Thank you!
Whats the point
Thank you!
Sat, 11/28/2009 - 06:37
#6
Use of /
You only need to use / on a "macro" command line. These commands generate a "bliz" style macro, so the syntax needs to be as they describe it. In their syntax, a "/" precedes each "verb". A "cast" command line is processed by GCP, so uses a different (and somewhat simpler) syntax. Phil
Sat, 11/28/2009 - 08:39
#7
Re / commands
Phil, I think this is a very good point and should be a sticky or more to the point in the wiki if its not already there. Pete P.S. Is the wiki editable by anyone that has an registered account? |
Here's my spellstone command:
Which uses slots numbers and names.
Did you upload and do "/rl" on your toons?
Does it work if you type "/use 12" in the chat window?
Phil
Designer Of GameCommanderPro - www.GameCommanderPro.com
Designer Of KeyBlaster - www.keyblaster.com