7 replies [Last post]
empeha
empeha's picture
User offline. Last seen 24 weeks 4 days ago. Offline
Joined: 07/19/2009
Posts: 4

<<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?

Phil
Phil's picture
User offline. Last seen 27 min ago. Offline
Joined: 06/30/2009
Posts: 442
I use this all the time.

Here's my spellstone command:

<<UmanThree,UmanFour,UmanFive>>
Macro /use Major Spellstone
Macro /use 16
Macro /click StaticPopup1Button1

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

Jeremy
Jeremy's picture
User offline. Last seen 4 weeks 1 day ago. Offline
Joined: 06/14/2009
Posts: 268
Trinkets are slots 13 and 14.

Trinkets are slots 13 and 14. You can see more item slot numbers here:

http://www.wowwiki.com/InventorySlots

__________________

GameCommanderPro Graphics Designer / Software Engineer

empeha
empeha's picture
User offline. Last seen 24 weeks 4 days ago. Offline
Joined: 07/19/2009
Posts: 4
Ok, thanks activating a

Ok, thanks activating a trinket is solved, but how do i put this in a macro with a spell?
I've tried it for one button press, that doesn't work for me, than i've tried it with 2 botton presses, that also doesn't work...

<<All>>
KeyReset 1000
if %KeyCount% = 1
macro /use 13
EndIf
if %keyCount% > 1
macro /cast Killing Spree On %$Leader%-Target
KeyReset
EndIf

Jeremy
Jeremy's picture
User offline. Last seen 4 weeks 1 day ago. Offline
Joined: 06/14/2009
Posts: 268
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.

__________________

GameCommanderPro Graphics Designer / Software Engineer

empeha
empeha's picture
User offline. Last seen 24 weeks 4 days ago. Offline
Joined: 07/19/2009
Posts: 4
Thank you! Whats the point

Thank you!
Whats the point with the '/'? When do i need to use it?

Phil
Phil's picture
User offline. Last seen 27 min ago. Offline
Joined: 06/30/2009
Posts: 442
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

__________________

Designer Of GameCommanderPro - www.GameCommanderPro.com
Designer Of KeyBlaster - www.keyblaster.com

PeteTh
PeteTh's picture
User offline. Last seen 39 weeks 3 days ago. Offline
Joined: 08/26/2009
Posts: 28
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?