Search found 6 matches

by laksen
Mon Jul 26, 2010 8:58 am
Forum: MQ2::Macros::Help
Topic: Simple monk macro - having some problems with it
Replies: 9
Views: 2169

Re: Simple monk macro - having some problems with it

Ok, so i tried this instead:

Code: Select all

} 

/if (${Me.Combat}) {
/doability "Flying Kick"

} 
This will use flying kick when i press attack on, but will this cause any other problems? Since its constantly trying to kick even when its not up? (lag, mq detection or something like that).
by laksen
Mon Jul 26, 2010 7:39 am
Forum: MQ2::Macros::Help
Topic: Simple monk macro - having some problems with it
Replies: 9
Views: 2169

Re: Simple monk macro - having some problems with it

Ok, i tried to make it as simple as possible now. I made a new macro just to test the flying kick. Sub Main /if (${Me.AbilityReady[Flying Kick]}) /doability "Flying Kick" Since the doability "Flying Kick" works, there must must be something wrong with ability ready function. I tr...
by laksen
Mon Jul 26, 2010 7:17 am
Forum: MQ2::Macros::Help
Topic: Simple monk macro - having some problems with it
Replies: 9
Views: 2169

Re: Simple monk macro - having some problems with it

I tried typing /doability "flying kick" ingame in MQ and that worked. Any special rules apply for emu?
by laksen
Sat Jul 24, 2010 8:09 pm
Forum: MQ2::Macros::Help
Topic: Simple monk macro - having some problems with it
Replies: 9
Views: 2169

Re: Simple monk macro - having some problems with it

I have flying kick assinged in combat action window, still not working. No error message either..
by laksen
Sat Jul 24, 2010 6:53 pm
Forum: MQ2::Macros::Help
Topic: Simple monk macro - having some problems with it
Replies: 9
Views: 2169

Simple monk macro - having some problems with it

Hey I'm new to MQ, dont have much scripting experience. I searched quite abit, but cant find a simple attack assist macro with combat abilitys. I copied some code from different macroes. So far assist / attack is working, but cant get flying kick to work, it should be right after attack on? Sub Main...