My Monk Skill Script

Macro depository for macros written before the user variable changes that broke all of them.

Moderator: MacroQuest Developers

HiPPieRaVeR420
decaying skeleton
decaying skeleton
Posts: 2
Joined: Sat Feb 08, 2003 12:57 am
Location: Homegrown USA

My Monk Skill Script

Post by HiPPieRaVeR420 » Sat Feb 08, 2003 1:14 am

Ok this is my first script so don't be mean :P first you have to start this out. So first you press beg wait 2 secs then press intimidation wait till it says you are not scaring anymore then press Fd right after (btw have the "/macro monkskill.mac" ready and press enter right after you FD. Now try and be a good 20+ with you fd being good so if done right your aggro will clear auto maticly just make sure you pick on of those little green npc's

Code: Select all

sub main 
:start
/if n $char(ability,"begging")>0 /doability 1
/if n $char(ability,"mend")>0 /doability 2
/if n $char(ability,"intimidation")>0 /doability 3
/if n $char(ability,"feign death")>0 /doability 4
/stand
/goto :start 
/return
Let me know what you guys think or how this can be improved (So that means you need beggin in the 1st slot mend in the second inimidation in the 3rd and fiegn death in the 4th sorry i had it this way tryed to change it when I posted and fvcked it up)

User avatar
SingleServing
a hill giant
a hill giant
Posts: 195
Joined: Tue Dec 17, 2002 11:00 pm

Re: My Monk Skill Script

Post by SingleServing » Sat Feb 08, 2003 2:12 am

Try not to hard code in the ability, your ability 1 may not be my ability 1. Of course if you wanted a more universal skill trainer yours would work better. But with my experience with my monk every ability button is gold and very nice to have them freed up.

Code: Select all

/if n $char(ability,"begging")>0 /doability "Begging"
/if n $char(ability,"begging")>0 /doability "Mend"
/if n $char(ability,"begging")>0 /doability "Intimidation"
/if n $char(ability,"begging")>0 /doability "Feign Death"
/sit off
/delay 1s
/face away
[color=DarkBlue]Everything,[/color] [color=DarkBlue][b]is[/b][/color] [color=black]black[/color] [color=DarkBlue]and[/color] [color=white]white[/color][color=DarkBlue], when you zoom out it looks[/color] [color=gray]grey[/color][color=DarkBlue].[/color]

HiPPieRaVeR420
decaying skeleton
decaying skeleton
Posts: 2
Joined: Sat Feb 08, 2003 12:57 am
Location: Homegrown USA

Re: My Monk Skill Script

Post by HiPPieRaVeR420 » Sat Feb 08, 2003 6:58 am

/if n $char(ability,"begging")>0 /doability "Mend"
/if n $char(ability,"begging")>0 /doability "Intimidation"
/if n $char(ability,"begging")>0 /doability "Feign Death"



you's forgot something lol

Vendor001
Cheezily Banned
Cheezily Banned
Posts: 78
Joined: Wed Nov 13, 2002 1:37 pm

Post by Vendor001 » Tue Feb 11, 2003 12:27 pm

No! He really does want to do all his skills when "Begging" is available for use.

lifewolf
a ghoul
a ghoul
Posts: 143
Joined: Fri Oct 18, 2002 6:29 pm

Post by lifewolf » Wed Feb 12, 2003 9:26 pm

liar.