Page 1 of 1

Disciplines

Posted: Fri Apr 30, 2004 7:34 pm
by Laind
Was wondering if there was anyway to code a delay for a discipline without hardcoding the delay in?


Aka writing a warrior stick mac, want him to taunt/slam/incite -- incite only once at the start of the fight though, logic i can do language gets me however and knowing what is available. I appologize if this has been asked but none of the searchs for discipline or incite came up with a good example of how to write it with new params.

Thanks
Laind

Posted: Fri Apr 30, 2004 8:01 pm
by Lax
Determining if combat abilities are 100% ready is not yet available, however..
this post covers it: http://macroquest2.com/phpBB2/viewtopic.php?t=6676
This method requires your combat ability window to be open:
${Window[CombatAbilityWnd].Child[CAW_Button1].Checked}

If your combat ability (or AA) is on a hotkey:
${Window[HotButtonWnd].Child[HB_Button1].Checked}

I'll have proper methods soon dont worry

Posted: Sat May 01, 2004 2:09 pm
by Laind
Thanks got something working using that, not the best setup but will function for now!

Laind