Anyone have any auto monk macros?

Have a macro idea but not sure where to start? Ask here.

Moderator: MacroQuest Developers

Birdbrain
a lesser mummy
a lesser mummy
Posts: 45
Joined: Sat Oct 23, 2004 1:40 pm

Anyone have any auto monk macros?

Post by Birdbrain » Mon Nov 08, 2004 5:11 pm

See topic please!

Neolesh
a hill giant
a hill giant
Posts: 231
Joined: Mon Aug 23, 2004 11:15 am

Post by Neolesh » Mon Nov 08, 2004 5:22 pm

Good god

A_Druid_00
Macro Maker Extraordinaire
Posts: 2378
Joined: Tue Jul 13, 2004 12:45 pm
Location: Rolling on the Lawn Farting

Post by A_Druid_00 » Mon Nov 08, 2004 5:22 pm

Wow, haven't seen this request since Tranquil..............

No there are no monk macros. Monks are so damn easy to play, why the hell do you need to macro one?

Yet another question that could have been answered by looking less than 20 posts below this one
Last edited by A_Druid_00 on Mon Nov 08, 2004 5:23 pm, edited 1 time in total.
[quote]<DigitalMocking> man, A_Druid_00 really does love those long ass if statements
<dont_know_at_all> i don't use his macro because i'm frightened of it[/quote]
[quote][12:45] <dont_know_at_all> never use a macro when you can really fuck up things with a plugin[/quote]

User avatar
TheUnholy
a hill giant
a hill giant
Posts: 269
Joined: Wed Mar 03, 2004 11:59 pm

Post by TheUnholy » Mon Nov 08, 2004 5:22 pm

I heard there's one here. Or perhaps modify an existing code to work for a monk like most of us have done. Or would that be too hard?

I hear changing /doability "Backstab" to /doability "Flying Kick" works great, omgomg.

I'll even give you mend to put in the code

Code: Select all

   /if ((${Me.PctHPs}<50) && ${Me.AbilityReady["Mend"]}) { 
      /echo Mending at ${Me.PctHPs} health... 
      /doability "Mend"
     }
Seriously IT'S NOT THAT FUCKING HARD PEOPLE. Rough Helper is great. Just change the skills to monk skills ffs.

A_Druid_00
Macro Maker Extraordinaire
Posts: 2378
Joined: Tue Jul 13, 2004 12:45 pm
Location: Rolling on the Lawn Farting

Post by A_Druid_00 » Mon Nov 08, 2004 5:24 pm

One would tend to agree with you Unholy, if they hadn't witnessed the rampant stupidity that plagues these boards
[quote]<DigitalMocking> man, A_Druid_00 really does love those long ass if statements
<dont_know_at_all> i don't use his macro because i'm frightened of it[/quote]
[quote][12:45] <dont_know_at_all> never use a macro when you can really fuck up things with a plugin[/quote]

User avatar
TheUnholy
a hill giant
a hill giant
Posts: 269
Joined: Wed Mar 03, 2004 11:59 pm

Post by TheUnholy » Mon Nov 08, 2004 5:28 pm

afk, baby jesus is crying again.

Birdbrain
a lesser mummy
a lesser mummy
Posts: 45
Joined: Sat Oct 23, 2004 1:40 pm

Post by Birdbrain » Mon Nov 08, 2004 6:46 pm

I wanted one so like when your playing a few chars or something and your semi afk you can macro your monk, and does rogue helper work like afcleric/afnuke?

TheAFKBard
a ghoul
a ghoul
Posts: 133
Joined: Tue Dec 30, 2003 9:48 pm

Post by TheAFKBard » Mon Nov 08, 2004 7:43 pm

If you don't understand the macros you're running, don't run them.
If you still insist on running macros you don't understand, send me a PM and I'll give you one that will zone shout that you're a cheater running 3rd party programs and sends tells to GMs asking them for Brenlo's number for hot phonesex.

User avatar
TheUnholy
a hill giant
a hill giant
Posts: 269
Joined: Wed Mar 03, 2004 11:59 pm

Post by TheUnholy » Mon Nov 08, 2004 10:29 pm

Birdbrain wrote:I wanted one so like when your playing a few chars or something and your semi afk you can macro your monk
I don't know many people who play a few toons and are semi afk, but ok!
It's obvious already you're asking for an automonk macro so that you can afk and still have it group.
and does rogue helper work like afcleric/afnuke
I have an idea.... try it. Is it really that hard to cut, paste, type /mac rh. And see what it does for you? Or at least read the fucking documentation? I've already told you what to do to get it to work for monks, and even gave you mend code.

I directly qoute myself
changing /doability "Backstab" to /doability "Flying Kick"....Rough Helper is great. Just change the skills to monk skills ffs.
Besides rogue being spelt wrong, I don't know how to make it anymore clearer.

I hope you're not asking us to hold your hand and post RH with "backstab" changed to "flying kick" cause if you are, you're fucking pathetic.

Birdbrain
a lesser mummy
a lesser mummy
Posts: 45
Joined: Sat Oct 23, 2004 1:40 pm

Post by Birdbrain » Tue Nov 09, 2004 3:06 pm

I did that, and rh works great, but i cant get mend to work.

User avatar
TheUnholy
a hill giant
a hill giant
Posts: 269
Joined: Wed Mar 03, 2004 11:59 pm

Post by TheUnholy » Tue Nov 09, 2004 6:11 pm

Here's a simple example. open the mac file in notepad. find where this part is. Make sure you have a mend hotkey in actions window (doesn't need to be in your 1, 2, 3, 4 etc hotkeys). It should work with and without attack on.

Code: Select all

/echo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  /echo Jerle's Rogue Helper Macro (v5.2) Starting... 
  /echo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  /echo Use "/rhhelp" to display help information 
  /echo -------=======(Current Status)=======--------  

  :ForeverLoop 

   |- Service any events 

   /doevents 
    
   |- If we're stunned or RH is paused, just service events 

   /if (${Me.State.Equal[STUN]} || ${isPaused}) { 
     /delay 2 
     /goto :ForeverLoop 
   } 

   |- Mend

   /if ((${Me.PctHPs}<50) && ${Me.AbilityReady["Mend"]}) { 
      /echo Mending at ${Me.PctHPs} health... 
      /doability "Mend"
     }

   |- While fighting or not fighting... 

   |- Are we suposed to stick to a target? (Don't if we're tanking!)

xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Anyone have any auto monk macros?

Post by xyilla » Tue Feb 25, 2025 11:33 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Anyone have any auto monk macros?

Post by xyilla » Tue Feb 25, 2025 11:34 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Anyone have any auto monk macros?

Post by xyilla » Tue Feb 25, 2025 11:35 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Anyone have any auto monk macros?

Post by xyilla » Tue Feb 25, 2025 11:36 am