Page 1 of 1

Full Monk Macro?

Posted: Sun Oct 17, 2004 11:11 am
by tranQuil
I saw the rogue helper macro and was wondering if a similar monk macro could be made

Posted: Sun Oct 17, 2004 11:17 am
by blueninja
Sure it could.. Just got to find someone to do it..

Posted: Fri Dec 03, 2004 9:04 pm
by no_weeder
I'll be working on monk macro since I'll have time. It will be my 1st one ever so bear with me. ok peace out :D

Posted: Tue Dec 07, 2004 1:57 pm
by PhoenixZorn
AFAIK, this has been done... it's sitting in Macro Depot 3.0

Posted: Tue Dec 07, 2004 6:27 pm
by TheUnholy
it really really really does not take more than 10 min to modify the existing RH code to work with monks. How hard is it to change

Code: Select all

       /if (${Me.AbilityReady["Backstab"]}) { 
         /doability "Backstab" 
         /echo Backstabbing: ${Target.CleanName}
to

Code: Select all

       /if (${Me.AbilityReady["Flying Kick"]}) { 
         /doability "Flying Kick" 
         /echo Kicking omfg: ${Target.CleanName}
add in a

Code: Select all

   |- Mend

   /if ((${Me.PctHPs}<50) && ${Me.AbilityReady["Mend"]}) { 
      /echo Using mend at ${Me.PctHPs} health... 
      /doability "Mend"
     }
and you're pretty good to go. Change around the discs if you want.

ffs, is this really that hard that 100 people have to come asking for a monk macro. If you can't modify the code, then honestly, you shouldn't have it to start with.

Posted: Tue Dec 07, 2004 6:31 pm
by A_Druid_00
Can even add in FD in place of evade

yeah but an full monk not part time monkey code

Posted: Tue Dec 07, 2004 8:44 pm
by no_weeder
I'm working on monk macro just like RH one, But it will be for monk only with everything an monk can do and will take out all of RH stuff. Come on what is an monk doing behind an mob anyways? Hopefully when i'm done ya see what I was talking about. P.S. You know what would be even better is an macro like Rh but all you would have to do is type in class and it will config itself for that class... And so fouth :mrgreen:

Re: yeah but an full monk not part time monkey code

Posted: Tue Dec 07, 2004 8:56 pm
by bam
no_weeder wrote:Come on what is an monk doing behind an mob anyways?
Uhm, avoiding riposte, dodge, parry, etc hence doing more dps? I surely hope the monk isn't eatting ripostes for no reason other then to piss a cleric off (which is a great reason tho).

Posted: Tue Dec 07, 2004 9:13 pm
by A_Druid_00
To be honest it drives me nuts when a monk does nothing but stay behind the mob. Their push is just O_o and /stick moveback is only so handy. There should be a /stick side, and then we can just push it in circles!