Log in

View Full Version : Target set with Mousclicks



DualTholo
06-18-2008, 12:41 AM
Hej there

Is it possible that this Macro´s are running or not? I cant try it at time




TargetSetMain
/use SetBinding("btn:4","E")
/use SaveBindings (btn:4,"e")
/target [exists,nomod] [target=mouseover,exists,nomod]
/focus [target=focus,nodead,exists,mod:alt][target=mouseover,nodead,exists,mod:alt] focus
/stopmacro [nodead,exists]
/clearfocus

TargetSet Toon
/use SetBinding("btn:4","e")
/use SaveBindings (btn:4,"e")
/assist MAIN [nomod, exists]
/target [target=focus,mod:alt]

Cast
/cast [nodead,exists] heal

please try out and tell me

I think its an good targeting...



thx Tholo

Djarid
06-18-2008, 02:52 AM
/target [exists,nomod] [target=mouseover,exists,nomod]
/focus [target=focus,nodead,exists,mod:alt][target=mouseover,nodead,exists,mod:alt] focus

can you explain why you have

/target [exists,nomod]
and

/focus [target=focus,nodead,exists,mod:alt]

because [exists,nomod] refers to your current target...this seems to be irrelevant
likewise
/focus [target=focus,...] means set your focus to your current focus.

If I have this wrong, please enlighten me.