Moderator: MacroQuest Developers
Code: Select all
function main()
{
do
{
Wait 10
if "${Me.Combat} && ${Me.AbilityReady[Beg]}"
{
EQExecute /attack off
Wait 5
doability "Beg"
Wait 5
EQExecute /attack on
}
}
while "1"
}
Code: Select all
function main()
{
do
{
Wait 10
if "${Me.Combat} && ${Me.AbilityReady[Begging]}"
{
EQExecute /attack off
Wait 5
doability "Begging"
Wait 5
EQExecute /attack on
}
}
while "1"
}