Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Who wants to be orbited again

Tabliopa Underwood
Registered User
Join date: 6 Aug 2007
Posts: 719
06-10-2008 03:35
I jira'd this last Friday (MISC-1251) but no one has got around to it yet. I suppose someone will notice when new residents started getting orbited into the stratosphere again. If only because oldies know to press Ctl+Alt+T before they sit on anything.

Anyways ... put the following into a box and Sit on it

// Second Life Server 1.22.2.89099

default
{
state_entry()
{
llSitTarget(<0.,0.,1.>,ZERO_ROTATION);
llSetText("Sit and orbit yourself\njust like the old days :)", <1.,1.,1.>,1.);
}

changed(integer change)
{
if(change & CHANGED_LINK)
{
key id = llAvatarOnSitTarget();
if (id != NULL_KEY)
{
llSetLinkPrimitiveParams(
llGetNumberOfPrims(),
[PRIM_POSITION, llGetPos() + <0.,0.,DEBUG_CHANNEL>]
); // hmm! no range-check
llUnSit(id);
}
}
}
}

I was making a divan so I could have a quiet liedown and you can imagine my surprise when +<1.,0.,0.> not only tipped me out, it dumped me 2 sims away from home, o well :) Hmm! lets see what DEBUG_CHANNEL does. And umm! not many people way up there in heaven right now, just me apparently. Up, until now that is :p

Soft Linden, Sidewinder Linden, Torley even, :) Someone really needs to fix this soon. As I already mentioned, it's only the new residents who are going to get hurt.

-
Darien Caldwell
Registered User
Join date: 12 Oct 2006
Posts: 3,127
06-10-2008 12:04
The proper thing to do would be to file a JIRA about it.

http://jira.secondlife.com
_____________________
Tabliopa Underwood
Registered User
Join date: 6 Aug 2007
Posts: 719
06-10-2008 13:38
JIRA? thats a good idea, I think I'll do it last Friday. Its just that no one had caught upto it yet over there. Here though the same can't be said :)