|
Haruki Watanabe
llSLCrash(void);
Join date: 28 Mar 2007
Posts: 434
|
08-05-2008 02:23
Have kinda strange problem with an object that rezes other objects out of its contents.
The main object is transferred to another person. When the object rezes a prim out of its inventory, the newly rezed object is still owned by me. I do some config-stuff in the on_rez()-event, so calling a llResetScript() is out of the question (I guess) and I'm not even sure whether this would help...
Any ideas?
|
|
Day Oh
Registered User
Join date: 3 Feb 2007
Posts: 1,257
|
08-05-2008 03:26
Maybe this doesn't apply, but it's probably not well known that the contents of objects duplicated in-world don't transfer ownership. Like, they only transfer ownership when the containing object is rezzed from inventory. That's not related, is it?
|
|
Dora Gustafson
Registered User
Join date: 13 Mar 2007
Posts: 779
|
08-05-2008 04:31
I had the same experience and I don't know about any work around. Except of course transferring the rezzer and the objects in it's inventory separately and tell the new owner to replace the rezzer inventory 
_____________________
From Studio Dora
|
|
Haruki Watanabe
llSLCrash(void);
Join date: 28 Mar 2007
Posts: 434
|
08-05-2008 07:48
Thanks Dora... Well - that doesn't help very much...  I'll take it into consideration, though - I keep getting objects back because of «auto return»... Guess the customer kinda wonders where his objects ended up 
|
|
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
08-05-2008 11:36
That is a HUGE issue, and could present security problems. If your are certain of this, PLEASE file a JIRA on it IMMEDIATELY, and if you could post a link to it here.
|
|
Darien Caldwell
Registered User
Join date: 12 Oct 2006
Posts: 3,127
|
08-05-2008 11:59
Yes, that doesn't make any sense. But I've seen odder things before. A definite bug if true.
Are you sure it's just not saying you're the creator?
|
|
Haruki Watanabe
llSLCrash(void);
Join date: 28 Mar 2007
Posts: 434
|
08-06-2008 13:22
I'm currently investigating this, asking my customers... I'll file a JIRA immediately if it turns out to be true and will post the link here.
Thanks for the hints...
|
|
Diag Anzac
Registered User
Join date: 27 Oct 2006
Posts: 45
|
08-06-2008 18:28
I just tried this with my alt and found it NOT to be the case. I handed an object which rezzes other objects to my alt. When she rezzed them, she showed as the owner. I was listed as creator.
|
|
Haruki Watanabe
llSLCrash(void);
Join date: 28 Mar 2007
Posts: 434
|
08-07-2008 00:36
It's not an Object that I «handed» to another Agent, it's an Object that's been delivered via SLEx. AND: what might be important too, the rezer was deeded to a group...
I keep on investigating...
|