Thread Tools Display Modes
04-04-10, 09:59 PM   #1
ormjaevel
An Aku'mai Servant
AddOn Compiler - Click to view compilations
Join Date: May 2009
Posts: 38
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

Last edited by ormjaevel : 04-04-10 at 10:05 PM.
  Reply With Quote
04-05-10, 05:01 AM   #2
ormjaevel
An Aku'mai Servant
AddOn Compiler - Click to view compilations
Join Date: May 2009
Posts: 38
noone know what to do? :/
  Reply With Quote
04-05-10, 05:23 AM   #3
v6o
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 399
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 stopped playing back World of Warcraft in 2010 and I have no plans on returning.
This is a dead account and if you want to continue any of my addons or make a fork then feel free to do so.
This is your permission slip.

If you need to contact me, do so on Twitter @v6ooo

Best regards, v6.
  Reply With Quote
04-05-10, 05:26 AM   #4
ormjaevel
An Aku'mai Servant
AddOn Compiler - Click to view compilations
Join Date: May 2009
Posts: 38
Originally Posted by v6o View Post
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
  Reply With Quote
04-05-10, 05:29 AM   #5
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
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()
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
  Reply With Quote
04-05-10, 06:32 AM   #6
ormjaevel
An Aku'mai Servant
AddOn Compiler - Click to view compilations
Join Date: May 2009
Posts: 38
Originally Posted by nightcracker View Post
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.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » Healbot, got trouble with macros

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off