Jump to content

dawnalphonse

Resident
  • Posts

    27
  • Joined

  • Last visited

Posts posted by dawnalphonse

  1. Hi,

    I have rezed so many object in my land. I am just a member of the island , not the owner . 

    I rez some buildings and after some months i got a message as 

    Your 22 objects have been returned to your inventory by land owner (Lost and Found )... 'due to some reasons' ...I opened message and read it ...But unable to memorize the whole message and the message disappeared from my notifications. I understood something like .., but not sure ...the objects are deleted due to overload ...I didn't knew that the message will disappear immediately after I read it ... 

    What might happened here .. The land owner is saying that he didn't deleted any objects that I created.

    I am expecting  a reply ...

  2. Hi ,

    I am very new to second life.

    I created my self as a bot . I dont know ..I just read it as a scripted agent .

    I created my avatar as bot . ThenI dont know what to do . I read the wiki and didn't understand completely as the wiki is messy with different answers .

    I have seen one script .  Avatar follower as below . 

    integer CHANNEL = 15;  // That's "f" for "follow", haha
     
    float DELAY = 0.5;   // Seconds between blinks; lower for more lag
    float RANGE = 3.0;   // Meters away that we stop walking towards
    float TAU = 1.0;     // Make smaller for more rushed following
     
    // Avatar Follower script, by Dale Innis
    // Do with this what you will, no rights reserved
    // See https://wiki.secondlife.com/wiki/AvatarFollower for instructions and notes
     
    float LIMIT = 60.0;   // Approximate limit (lower bound) of llMoveToTarget
     
    integer lh = 0;
    integer tid = 0;
    string targetName = "";
    key targetKey = NULL_KEY;
    integer announced = FALSE;
     
    init() {
      llListenRemove(lh);
      lh = llListen(CHANNEL,"",llGetOwner(),"");
    }
     
    stopFollowing() {
      llTargetRemove(tid);  
      llStopMoveToTarget();
      llSetTimerEvent(0.0);
      llOwnerSay("No longer following.");
    }
     
    startFollowingName(string name) {
      targetName = name;
      llSensor(targetName,NULL_KEY,AGENT_BY_LEGACY_NAME,96.0,PI);  // This is just to get the key
    }
     
    startFollowingKey(key id) {
      targetKey = id;
      llOwnerSay("Now following "+targetName);
      keepFollowing();
      llSetTimerEvent(DELAY);
    }
     
    keepFollowing() {
      llTargetRemove(tid);  
      llStopMoveToTarget();
      list answer = llGetObjectDetails(targetKey,[OBJECT_POS]);
      if (llGetListLength(answer)==0) {
        if (!announced) llOwnerSay(targetName+" seems to be out of range.  Waiting for return...");
        announced = TRUE;
      } else {
        announced = FALSE;
        vector targetPos = llList2Vector(answer,0);
        float dist = llVecDist(targetPos,llGetPos());
        if (dist>RANGE) {
          tid = llTarget(targetPos,RANGE);
          if (dist>LIMIT) {
              targetPos = llGetPos() + LIMIT * llVecNorm( targetPos - llGetPos() ) ; 
          }
          llMoveToTarget(targetPos,TAU);
        }
      }
    }
     
    default {
     
      state_entry() {
        llOwnerSay("/"+(string)CHANNEL+" [name of person to magically follow]");
        init();
      }
     
      on_rez(integer x) {
        llResetScript();   // Why not?
      }
     
      listen(integer c,string n,key id,string msg) {
        if (msg == "off") {
          stopFollowing();
        } else {
          startFollowingName(msg);
        }
      }
     
      no_sensor() {
        llOwnerSay("Did not find anyone named "+targetName);
      }
     
      sensor(integer n) {
        startFollowingKey(llDetectedKey(0));  // Can't have two ppl with the same name, so n will be one.  Promise.  :)
      }
     
      timer() {
        keepFollowing();
      }
     
      at_target(integer tnum,vector tpos,vector ourpos) {
        llTargetRemove(tnum);
        llStopMoveToTarget();  
      }
     
    }

     

    Can I use this script on my bot guide body , so that the other people who login and know me can type my avatar name , so that they can follow me where I go . Is this script meant to be for that . can I use this script on my bot Avatar ?

     

    It wil be easy then , if I am a teacher and I can do guidence in second life and my students can follow me easliy in second life.

    Hpe I will get clarifications on this code  and also the purpose of bot 

    Thanks

  3. Hi,

    I am new to second life animations.

    I created a simple pose in blender  and done the animation , Then save it as .bvh file . How can I use this file to import in second life and to have the animation .

    I Imported from Build -- Animations ---bvh file . Then I got the file in my inventory . 

    But i dont know what to do next .

    Hope I will get a help in this .

     

  4. Hi,

    I have created a simple house in blender and imported into second life. But the Avatar cannot walk inside . I build a separate physics model for the house . But I have no idea that how can i create a separate physics mesh model for Avatar can walk . 

    What I did is , I made a copy of the house and give it a collision physics from blender . Then I uploaded that mesh also with the original mesh .  Even then also the avatar cannot walk inside . 

    How can I resolve it . 

  5. Hi,

    I have the image textures which i want to apply to each faces of the mesh model . 

    The steps I do is as below

    1Create a mesh model having 24 faces.

    2. Add textures  , assign materials for each faces 

    3.Apply UV map for each material.

    4.I uploaded mesh model to secondlife

    5.Uploaded images too separately

    6.Then I try to drag the image textures to each faces , But it is not possible to apply texture for each face and the mesh is always selected altogether by default.

    How can i fix this issue . Where am i did the mistake . I am too confused with this :(

  6. I have created a mesh model . Then i imported it in second life . Then I tested and the avatar can move across the walls that I created . I meant to build a model of a building with rooms and The avatar can go inside through the door. But here the avatar can move across any wall.

    How can I fix it

  7. The mesh model I created and exported in collada format  in Blender.

    I uploaded this model in secondlife . Then I tried to select the faces so that I can drag the images. But it is not possible to select the faces , instead the whole mesh is selecting .

     

    The mesh model itself have the faces separately right ...Those faces we have to select to drag the textures . The problem is that I am not able to selecl the face  to drag an image texture .Instead the whole mesh will select if i try to select one face of the model.

    How can i fix it.

  8. My SL Viewer is crashing  when I try to apply some textures on the mesh model faces. 

    I created model in sketchup and export the collada formate and import it in second life .

    Then after that i try to apply textures to the model .The model was already have the textures , but it is not displaying in secondlife , so i try to apply the texture again . 

    How can I fix this 

  9. I am not able to teleport to my land after logged in through aditi Grid . I want to test my Mesh uploads . So I should teleport to my land . After I logged in , I am at someother place , might be a default land ....So  I want to teleport to my own land to test mesh uploads. How can i do teleport with out failure. 

    When i try to teleport it is showing a message like this

    Teleport Failed.

    Problem encountered processing your teleport request. You may need to log back in before you Teleport

    If you continue to get this message , please check secondlife support portal

     

     

×
×
  • Create New...