[Opensim-users] About Changing sex of Avatars
InuYasha Meiji
inuyasha.meiji at gmail.com
Thu Feb 16 10:44:50 UTC 2012
I am starting to wonder if we are all misunderstanding the question.
Is the problem that when a new user starts out they get the female AV,
and wish the default AV was a male AV? Or, are you finding new users get
the female Ruth AV and can't edit the appearance and can't change the
sex, not realizing that the sex is part of the all around appearance of
the AV?
Another thing it might be: Are you looking for an external way either by
web page or script to change the sex of avatars?
Answering this might help us help you.
I am only trying to be helpfull,
InuYasha.
On 2/16/2012 4:28 AM, Gudule Lapointe wrote:
> I got the same behavior making simple requests.
>
> It looks like the assets table is very huge, you better
> - search an indexed field like CreatorID or ID
> - use inventoryitems table to search the assetID, and then only use
> assets table to get the data
>
> I got result with a request like this one:
> SELECT assets.data FROM assets, inventoryitems WHERE inventoryName
> like '%shape%' and assetID = assets.id;
>
> Of course, you will adapt for your case, probably looking for the
> owner ID and the name of the default shape…
>
>
--
________________________________________________________________
Opensim User: Standalone Grid on Version 0.7.2 with 49 Regions
on Windows 7, 64-bit. Phenom 9500 2.2 ghz Quad Core, Terabyte Hard
Drive, 8gig DDR2 RAM. Used XAMPP to load PHP Version 5.3.0, Apache
and MySQL 5.1.41-community edition.
________________________________________________________________
More information about the Opensim-users
mailing list