Vilacom 0 Report post Posted September 14, 2016 So, I'd like to use this macro, but have no clue how to write it. I want a macro that will check to see if I have a focus, If i dont it will focus my mouseover. If I do have a focus it will cast havoc on my focus target. Can anyone help me out? Quote Share this post Link to post Share on other sites
Valks 2,375 Report post Posted September 16, 2016 Not a big macro maker, but bumping this just in case someone can help you out. Quote Share this post Link to post Share on other sites
spikeysquad 50 Report post Posted September 16, 2016 Vilacom, Not sure how to write the first part either. Are you sure that you want Focus and Havoc on the same button anyhow? As it does reduce your flexibility in where you put your Havoc. Anyhow here are the macros I use incase they are still of use. My macro to set Focus: /focus [@mouseover,exists,harm,nodead][@target,exists] /stopmacro [@mouseover,exists][@target,exists] /clearfocus [@mouseover,noexists][@target,noexists] I'm sure that it could probably be written better (and have no clue what the second line means!) but it does the job that I want. My Havoc macro: #showtooltip Havoc /cast [@mouseover,exists,harm,nodead] Havoc /cast [mod:alt,@focus] Havoc /cast Havoc Quote Share this post Link to post Share on other sites
Valks 2,375 Report post Posted September 20, 2016 Thanks for sharing both of those Spikey, will probably be stealing them both :D Quote Share this post Link to post Share on other sites