Can I get waypoint files to change my profile.xml on load?
Posted: Mon Feb 14, 2011 3:20 am
Hi Guys, first time poster here.
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:
That I can use to change the:
I'm the profile.xml then change it back when I'm on my normal harvesting/leveling waypoints?
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" />