WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Macro Help (https://www.wowinterface.com/forums/forumdisplay.php?f=140)
-   -   Healbot, got trouble with macros (https://www.wowinterface.com/forums/showthread.php?t=31700)

ormjaevel 04-04-10 09:59 PM

Healbot, got trouble with macros
 
Hello.

Im a holydin and ive made hs/hl/fol macros to use my trinkets and also my hands(340haste) in on macro, they looks like this:

Holy shock:
Code:

#showtooltip Holy shock
/console Sound_EnableSFX 0
/use 13
/use Divine Favor
/console Sound_EnableSFX 1
/cast Holy Shock
/script UIErrorsFrame:Clear();

Holy Light:
Code:

#showtooltip Holy Light
/console Sound_EnableSFX 0
/use 10
/use 13
/cast Divine Illumination
/console Sound_EnableSFX 1
/cast Holy Light
/script UIErrorsFrame:Clear();

Flash of light:
Code:

#showtooltip Flash of light
/console Sound_EnableSFX 0
/use 13
/use 10
/console Sound_EnableSFX 1
/cast Flash of Light
/script UIErrorsFrame:Clear();

The problem is that my healbot wont work with them..
This is how it looks when im gonna heal with left mousebutton(Flash of light)
http://img21.imageshack.us/img21/394...0510054931.jpg

BUT, in the options ive putted in that it shall use my macro:
http://img688.imageshack.us/img688/6...0510055254.jpg

Can someone explain why it doesnt work please?

/jimmy
(and yes, im a lazy bastard)

edit: forgot to say that the macros work perfect, its just that healbot wont "snap" them up

ormjaevel 04-05-10 05:01 AM

noone know what to do? :/

v6o 04-05-10 05:23 AM

You might have to wait a while before someone will actually provide you with an correct answer.

I remember something about Healbot requiring target in casts but maybe it's just m.

Try adding [target=mouseover] (or [@mouseover] ) ?

ormjaevel 04-05-10 05:26 AM

Quote:

Originally Posted by v6o (Post 184071)
You might have to wait a while before someone will actually provide you with an correct answer.

I remember something about Healbot requiring target in casts but maybe it's just m.

Try adding [target=mouseover] (or [@mouseover] ) ?

I read on their homepage a little and the "example macro"-page and the macros looked like this:

/cast [target=hbtarget] Holy Light

etc and ive putted up hb in my macros but it dont work anyway

nightcracker 04-05-10 05:29 AM

You must use a @mouseover macro:

Code:

#showtooltip
/console Sound_EnableSFX 0
/use 13
/use 10
/console Sound_EnableSFX 1
/use [@mouseover] Flash of Light
/run UIErrorsFrame:Clear()


ormjaevel 04-05-10 06:32 AM

Quote:

Originally Posted by nightcracker (Post 184073)
You must use a @mouseover macro:

Code:

#showtooltip
/console Sound_EnableSFX 0
/use 13
/use 10
/console Sound_EnableSFX 1
/use [@mouseover] Flash of Light
/run UIErrorsFrame:Clear()


tryed that, didnt work.


All times are GMT -6. The time now is 01:49 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI