Jump to content
  • 0

why is the avatar keys not on profiles on the secondlife viewer? and where can I find them?


kadytaja Dubrovna
 Share

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

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

Question

4 answers to this question

Recommended Posts

  • 0

That's not the wsay the Linden Lab V3 viewer is designed.  Avatar keys are only on profiles in Firestorm.

BTW, Firestorm did not eat your inventory.  It can't do that.  You locally cached copy of inventory was damaged, probably by an Internet glitch.  All you have to do to recover is to rebuild the local cacche.  Do it the right way>>> http://wiki.phoenixviewer.com/fs_cache_clear

  • Like 1
Link to comment
Share on other sites

  • 0

These two ways still seem to work:

 

1) Outside the viewer go to https://my.secondlife.com and log in. Now go to the profile you want, for example http://my.secondlife.com/governor.linden. Click the Actions button, then right-click on IM and copy the link. the UUID is in there, between "agent/" and "/im"

 

2) Inside the viewer: Go to preferences, Chat leaf, and check "Enable plain text IM and chat history". Now, when you receive IM or chat, you can right click on the name and use "Copy SLurl to clipboard", that will have the key in it too.

 

Link to comment
Share on other sites

  • 0

If you have mod perms for the object, you can also drop this script in it. The script will remove itself as soon as it tells you the object's UUID.

default{    state_entry()    {        llSay(0,"My UUID is "+ (string)llGetKey());        llRemoveInventory(llGetScriptName());    }}

 

  • Like 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3961 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...