It's been a while since I made any macros and I have also lost all my past macros for reference, so I cannot make this macro alone. I want to make a macro that will constantly check for any level 6+ PCs within a radius of 200 or so and to display a message when it happens.
A few months ago I sent a few magelo profiles of my account to Yantis to see how much my account was worth (I was looking to sell it for the right price). A few days later I get a GM e-mail notifying me that selling accounts is against the EULA, blablabla. What does this mean? 1) Yantis is not to be...
what changed with variables to make them always error? i tried searching and couldn't find a sticky about it, and everyone keeps talking about converting. Can someone tell me what the new syntax/command is?
Short and simple: Sub Main :loop /if n $char(ability,"Feign Death")>0 /doability "Feign Death" /delay 1 /if n $char(ability,"Mend")>0 /doability "Mend" /delay 1 /if $GM==TRUE /call GM /goto :loop /return Sub GM /echo GM IN ZONE!!! /beep /beep /beep /q /end
i ran into that once.... my solution? mouseto the coords of the down arrow and click it alot just to where the item was #10 and /buyitem it. Though, im sure fiend's idea would work better
For unknown reason, this macro just skips the /doevent.... for instance, if i run this and the forge is being used, i would get the echo "passed the event, no good" when i should be getting "this echo is in the sub event". Any idea why its ignoring the "/doevent"'s i st...