Log in

View Full Version : /Click Trouble



Drizhal
10-04-2009, 06:26 PM
My second group hit 60 and I took a short couple day break from the grind before I set up their macros.
When I did come back I basically copied and pasted the click macros I have on my other 1st team. This worked great all the macros were in, however, now they are suddenly not working.

They do not actually click anything on the 2nd team, on the 1st team they click just fine (identical /click macros at that),

The macro is this (at work so not copy/pasted)

#showtooltip
/cast Elemental Mastery
/click MultiBarRightButton 1
/click MultiBarRightButton 2


Yes the button to be clicked has the macro in it.

On my healer I have

/target Forsetti
/click MultiBarRightButton 2
/click MultiBarRightButton 3

it targets just fine then stops...What am I not seeing?

Fizzler
10-04-2009, 06:42 PM
When you click them manually does the macro fire? If so are you sure you have the right button number?

If you copied this from another toon was that a higher level toon? Is the spell you are trying to use available to you?

Drizhal
10-04-2009, 07:05 PM
When you click them manually does the macro fire? If so are you sure you have the right button number?

If you copied this from another toon was that a higher level toon? Is the spell you are trying to use available to you?
Don't use spell ranks. I made sure they are the right button number and that a macro was in the button if I manually click the /click macro it fires, because either it targets something or elemental mastery casts (Depends on toon) and if I click the macro on the multibar it fires just fine, the /click portion is not being fired.

Khatovar
10-04-2009, 11:36 PM
/click MultiBarRightButton 1
/click MultiBarRightButton 2

/click MultiBarRightButton 2
/click MultiBarRightButton 3

My only guess from what you posted... "MultiBarRightButton #" should have no spaces. It should read "MultiBarRightButton1"

Drizhal
10-05-2009, 03:56 PM
Thank you for the replies I deleted the macros and rewrote them and I assume it had to be the space issue. I kept the old macros on my first toon that didnt work (lazyness..) so I copied the wrong ones it appeared and the space was the problem.