Page 1 of 1

Macro guide

Posted: Tue Mar 17, 2015 6:53 am
by thecftbl
Does anyone know of a decent tutorial on complex macro writing? I have a few basic macros running (cleric and loopnuke) but I want to figure out how to develop some macros for melee that are triggered by hp percentages, as well as a combination nuke and heal that work for a druid and shaman. Again just looking for a website or video that explains the writing in an easy to understand way.

Re: Macro guide

Posted: Tue Mar 17, 2015 7:51 pm
by Nashoba
I haven't really found a true guide on writing anything, but checking through the Macro:Help section of the MacroQuest2 forum does go into some details that have helped me out recently.

Re: Macro guide

Posted: Wed Mar 18, 2015 7:49 am
by thecftbl
The big problem I have run into is just getting disciplines to work the same way I have spells work. Anyone happen to know if there is a simple command in melee or is there something I am missing?

Re: Macro guide

Posted: Wed Mar 18, 2015 8:28 pm
by Dreos
Pretty sure /disc "Discipline Name" works to activate them. I think for checking if ready it's ${Me.CombatAbilityReady[Discipline Name]}

Edited for more info!

Does that help or were you looking to do other things?

Re: Macro guide

Posted: Wed Mar 18, 2015 10:36 pm
by Noren
Working from memory here, but I believe anyone with the UF client (and maybe earlier) can use disciplines and abilities without the aid of 3rd party software with /doability.

Code: Select all

/doability "Flying Kick"
/doability "Assassin's Chaos Rk. III"