Code: Select all
<option name="TARGET_LEVELDIF_ABOVE" value="3" />
<option name="TARGET_LEVELDIF_BELOW" value="10" />Code: Select all
<option name="TARGET_LEVELDIF_ABOVE" value="3" />
<option name="TARGET_LEVELDIF_BELOW" value="10" />What value do you have for MAX_TARGET_DIST?mayainverse wrote:now also refusing to use way points. and when it wanders it doesnt use the max wander radius it seems. will wander forever instead of around a small area
Are you saying it only fights back when attacked? There are probably a few things that could be causing that. Instead of me trying to make a list, paste a copy of your profile and waypoint file here and I'll see if i can see what the problem is.mayainverse wrote:i set both to 99 because i was having problems. but its not with levels it does not target anything that does not have the ability to agro you withyout you attacking it. thats what it seems that is. the wander broken part gets anoying. got to babysit it alot. before i updated it worked perfectly though. would stay inside my given raidus.
I don't know much about wander mode, never use it, but I don't think it's changed recently. In waypoint mode max target distance is how far it will go from the waypoint path chasing mobs. If you set a big enough value and there are enough mobs in the area, it may never get to the next waypoint! Try setting MAX_TARGET_DIST to something like 200 and see how it behaves.mayainverse wrote:i think max target distance is like 1000? thats not it though. the bot will actually wonder far far far away. even if i set waypoints it wanders. i find (before doing this update) wander fucntion was great no need to mess with waypoints and stays in general area.
Something you need to understand about waypoint files is they are xml files. The only lua code allowed must be between the tags. '--' is an lua command. You can't use it to comment out a tag. Instead, to comment out a tag you have to do something like this.mayainverse wrote:here is my profile file. i do not see need to post waypoint file as it is just a very standard using normal waypoints in waypoint creator. I may or may not have the file set right now to wander/waypoints but i assure you I do switch them AND click save when I want to change between the 2.
the script at the very bottom i -- out because it does not work.
Code: Select all
<!--onSkillCast>
...
</onSkillCast-->