Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#turbo
|Make sure to load mq2cast
Sub Main
:loop
/casting "spelltocasthere" gem1
/delay 1s
/assist NAMEOFPLAYERTOASSISTHERE
/delay 1s
/pet attack
/delay 55s
/goto :loop
/return
Pretty generic could be made much better if you wanted to check a players target before assisting.
i.e. If you wanted it to wait till you had a target below a certain % and within a certain range.
Rich (BB code):#turbo |Make sure to load mq2cast Sub Main :loop /casting "spelltocasthere" gem1 /delay 1s /assist NAMEOFPLAYERTOASSISTHERE /delay 1s /pet attack /delay 55s /goto :loop /return
My post was directed at the original poster, we posted at the same time I didint read through your code Xmas, (Code tags)
I made mine to exactly what he/she asked for, not quite sure what scenario it was being used for.I wanted to make it a little more efficient hence asking if he/she wanted a assist at/range.