[sldev] Avatar's movement on LibSecondLife

John Hurliman jhurliman at wsu.edu
Thu Jul 26 14:29:07 PDT 2007


Vanessa Alvarez Colina wrote:
> Hello everyone ,
>
> I am working with the libsecondlife but I have  a big problem and the 
> problem is that I can't move my avatar with the libsecondlife where I 
> want to .. I mean that I use the method  *" moveto x, y, z"*  but my 
> avatar isn't moved to this point ... Anyone can help me ???
>
>
> Thanks in advance
>
> Vanessa

libsecondlife actually maintains a separate mailing list at 
http://opensecondlife.org/cgi-bin/mailman/listinfo/libsl-dev which would 
be the best place to ask libsl-related questions, as this mailing list 
is focused on development of the Linden Labs SL client. To answer your 
question though the MoveTo() function is just a wrapper around the 
simulator-side autopilot function which is very rough at best. The 
SecondLife.Self.Status class contains everything to handle sending 
AgentUpdate packets which is the proper way to move around in the 
metaverse, although movement can be a very complex task to automate 
through software.

John Hurliman


More information about the SLDev mailing list