What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Black Spots | Do they work?

Your hotspots and blackspots have their Y cordinate set to 0, without a valid Y coordinate they will not work properly.
 
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
 
Last edited:
<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.
 
You failed to change the hotspots item from "hotspots" to hotspot as i indicated...
 
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.
 
Last edited:
Back
Top