I been using RoMBot mainly to help me level and keep up with a friend when I'm out or sleeping or just need to be away from the computer a bit. Anyways I have 2 large waypoints but a narrow path that I need to connect them. When I'm on the large waypoints I want the bot to be aggressive but when I'm on the narrow back and forth waypoint I need the bot to be pretty much passive. So is there any code like:
Code: Select all
changeProfileOption("TARGET_LEVELDIF_ABOVE", -1);
changeProfileOption("TARGET_LEVELDIF_BELOW", -1);Code: Select all
<option name="TARGET_LEVELDIF_ABOVE" value="3" />
<option name="TARGET_LEVELDIF_BELOW" value="10" />