July 29, 201312 yr This works.. but it keeps clicking away on the minimap rather than attacking the player the whole time, and I don't get it because there is absolutely nothing written in to make it move away.. any suggestions? if (c.isInArea(WILDERNESS)) { opponent.interact("Attack"); }
July 29, 201312 yr Author you need to move the camera to them first They are side by side when I start the script (on both accounts) Also, if I add a sleep to the end, it won't click the mini-map for the amount of time in the sleep, but it also won't attack the player for that time which sucks if it sleeps right before they die, because it will take a while to attack them again.