I'm not sure why in my profile I have multiple blackspots so the bot won't run off a cliff chasing after a mob I'm having it farm. But for some reason it just loves to try and kill one of the wyverns from above. It just ignores them and goes after it anyways. Is there some simple thing I'm missing? View attachment [TRT] [G] Wyvern Skin.xml View attachment 6996 2015-06-29 09.45.txt
Your hotspots and blackspots have their Y cordinate set to 0, without a valid Y coordinate they will not work properly.
If I'm not mistaken, creating a BlackSpot through the Profile Creator GUI gives a 0. Are you using the Profile Creator to create your BlackSpots? If you need to use the radar in the Profile Creator, you should probably stand in the middle of the BlackSpot and pull your Core.Player.Location and use that instead. Lmk if that works, if that's how you're trying to create them!
Ya I was using the profile creator to do it. Let me go back to those locations and change it. Let you know if that works. EDIT: It still tries to fight that mob, but shortly after failing it simply walks back and forth and then goes back on it's old pathing to clear out the rest of the mobs. Not sure what to make of that but at least now it's working enough. Thank you mashtag and y2krazy EDIT2: Going to add a blackspot on the exact same spot but this time with where my elevation is. EDIT3: Pretty much does the same thing. It also sometimes falls down to where the mob is since it keeps going back and forth. Here is the latest profile and log. View attachment [TRT] [G] Wyvern Skin.xml View attachment 4956 2015-06-29 16.28.txt
<HotSpots> <HotSpots Radius="80" X="139.407944" Y="0" Z="278.004517" /> </HotSpots> should be Code: <HotSpots> <HotSpot Radius="80" X="139.407944" Y="0" Z="278.004517" /> </HotSpots> Also it needs a proper Y coordinate, i said both the blackspot and hotspot need it.
Sorry I had missed that. I changed it and yet it still gave me the same error. Is it possible because the elevation is so crazy it's just not working? View attachment [TRT] [G] Wyvern Skin.xml View attachment 4956 2015-06-29 16.28.txt Going to try and put the elevation the same for the blackspot and hotspot and see.
I stopped having a brain fart and I changed it to <Hotspot>. Sadly this didn't resolve the issue either. View attachment [TRT] [G] Wyvern Skin.xml View attachment 4184 2015-06-29 20.43.txt
If your still having issues then your coordinates are off. Hotspots and blackspots are spheres with the XYZ at the center and the radius of the sphere being the provided radius. Anything within the blackspot is immediately discarded as a viable target unless it is already attacking you.
I redid all of cords and i'm still having an issue with that one mob. I made both the black spots in my profile right on top of where these wyverns spawn and well with in distance. Maybe drastically reducing the kill area or something could do it, but as you say blackspots should discard everything inside of it. Thanks for helping. View attachment [TRT] [G] Wyvern Skin.xml View attachment 8824 2015-06-30 10.26.txt EDIT: I think I might know what's going on. Going to try something.