Hello, it is possible for someone to translate this algo in Macro please ?
The goal is to train automaticaly begging skill while fighting
--------------------------------------
:loop
IF Attack = ON
AND IF Target is not Null
AND IF Target distance < X // (X range distance for Beg)
{
Attack OFF
/doability Beg
Attack ON
sleep Y // (Y is the delay refresh taunt, i dont remember value)
}
goto loop
-----------------------------------------
Thank you for any Help.
