Moderator: MacroQuest Developers
Actually this forum is for request, if you read the sticky post, it says THIS FORUM IS FOR REQUEST. You do not need to make prior attempts before asking for a macro. Read the sticky, the mod of the forum states it very clearly.Java wrote:Get a grip. This forum for Macro Requests, means that the person is already trying on their own.
If you don't share my perception. Then keep your view to your self, and post the answer for this person.
Code: Select all
| beg.mac
|
| Usage:
| Target the thing you want to beg
| Type: /macro beg
|
| By Nerfy
|
Sub Main
:Beg
/if n $char(ability,"Beg")>0 /doability Beg
/goto :Beg
/return
Code: Select all
sub main
:loop
/if n $char(ability,"Beg")>0 /doability Beg
/goto :loop
/return
