|
Haruki Watanabe
llSLCrash(void);
Join date: 28 Mar 2007
Posts: 434
|
06-25-2007 03:37
Hi Pholks... This one's killing me... I made Danceball that has a server-script and several anim-scripts within. Once a User clicks on the ball, it's ID is stored and I do a llSensorRepeat every 60 Seconds to see, whether the User is still present, thus, if a User leaves the Land without stopping the animation, the Dance Slot is freed again. This works perfectly as long as I'm inworld. As soon as I leave SL, the SensorRepeat stops working (the rest - means dancing, stopping, etc.) is working perfectly. I might have to mention - it's on group-owned land (I'm an officer and therefore have the rights to build and do what I want). I tried several stuff like setting the object (and everything within) to the group - I deeded the object to the group (took me a while to figure out how I can preserve permissions, so I can still alter/copy the object). (Deeding the object helped with my Billboard which is automatically updated ever 8 Minutes - getting the Infos from the Web via HTTP-Request). It didn't work for the danceball... Is there something special with the SensorRepeat that I'm not aware of? Thanks for you help, pholks...  Cheers Haruki
|
|
Qie Niangao
Coin-operated
Join date: 24 May 2006
Posts: 7,138
|
06-25-2007 04:39
Haven't had your experience--indeed, have llSensorRepeat() working well on Group-owned land when owner is not present, including no-script parcels, with object just set to group--but had something perhaps similar: llGetParcelPrimOwners() would work when owned by one of the Owners of the group owning the parcel, but only when he was in-world. But when deeded to Group, it worked whether or not he was in-world. (That's at variance with what the wiki says; it would be nice to get to the bottom of this, and perhaps edit the wiki once we figure out exactly what's going on.)
|
|
Tegg Bode
FrootLoop Roo Overlord
Join date: 12 Jan 2007
Posts: 5,707
|
06-25-2007 05:04
I had this problem with doors that wouldn't open for group members unless the owner was within 2 sims of the property. It came & went twice before fixing itself each time. Possibly was related to other items being on the same channel
_____________________
Level 38 Builder [Roo Clan]
Free Waterside & Roadside Vehicle Rez Platform, Desire (88, 17, 107)
Avatars & Roadside Seaview shops and vendorspace for rent, $2.00/prim/week, Desire (175,48,107)
|
|
Haruki Watanabe
llSLCrash(void);
Join date: 28 Mar 2007
Posts: 434
|
Duh... 
06-25-2007 05:42
I think I got it... I forgot to add a sensor() to my script, therefore after the first Repeat, the sensor stopped... My bad... sorry... 
|