Jump to content

how to follow an avatar who is located above 1000 meters or more in region?


elyzeryd
 Share

You are about to reply to a thread that has been inactive for 2068 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

I'm trying to make a HUD to catch an avatar who is flying above 1000 meters or more in region.

Well, there are several script to follow an avatar in SL; it works only if the avatar is relatively close, under 98 meters). There are some items in marketplace to follow an avatar no matter the distance they are...

Could you please give me some ideas what function(s) or method do i need to use to create a script to get it?

Thank you.. hope you can help me.

Edited by elyzeryd
Link to comment
Share on other sites

llName2Key converts avatar names into UUIDs.

llGetObjectDetails is able to get a lot of useful data about an object/avatar in the region, such as position, rotation, and velocity.

Also llGetAgentList gives you a list of all avatars in the region in UUID form, regardless of distance. This is not necessary if you know the target, though.

That should be enough for you to figure the rest out.

Link to comment
Share on other sites

this is a combat HUD so it is easy to get a list of avatars in region. no matter the distance... they are usually above 10,000 or 50,000 meters... the goal is move your avatar untill you reach that position...  llMoveToTarget doesn't work...

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2068 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...