Page 1 of 3
Anyone have any auto monk macros?
Posted: Mon Nov 08, 2004 5:11 pm
by Birdbrain
See topic please!
Posted: Mon Nov 08, 2004 5:22 pm
by Neolesh
Good god
Posted: Mon Nov 08, 2004 5:22 pm
by A_Druid_00
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
Posted: Mon Nov 08, 2004 5:22 pm
by TheUnholy
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.
Posted: Mon Nov 08, 2004 5:24 pm
by A_Druid_00
One would tend to agree with you Unholy, if they hadn't witnessed the rampant stupidity that plagues these boards
Posted: Mon Nov 08, 2004 5:28 pm
by TheUnholy
afk, baby jesus is crying again.
Posted: Mon Nov 08, 2004 6:46 pm
by Birdbrain
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?
Posted: Mon Nov 08, 2004 7:43 pm
by TheAFKBard
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.
Posted: Mon Nov 08, 2004 10:29 pm
by TheUnholy
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.
Posted: Tue Nov 09, 2004 3:06 pm
by Birdbrain
I did that, and rh works great, but i cant get mend to work.
Posted: Tue Nov 09, 2004 6:11 pm
by TheUnholy
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!)
Re: Anyone have any auto monk macros?
Posted: Tue Feb 25, 2025 11:33 am
by xyilla
Re: Anyone have any auto monk macros?
Posted: Tue Feb 25, 2025 11:34 am
by xyilla
Re: Anyone have any auto monk macros?
Posted: Tue Feb 25, 2025 11:35 am
by xyilla
Re: Anyone have any auto monk macros?
Posted: Tue Feb 25, 2025 11:36 am
by xyilla