-
Content Count
120 -
Joined
-
Last visited
-
Dont we have a Server Deploy that Week on Main channel?
NeoBokrug Elytis replied to Miller Thor's topic in Second Life Server
I am grateful they didn't promote the RC to the main server. -
"Do you like click bait Forum Subject threads? Contact me inworld for more information." Or you know OP, you could just post what you meant to say here instead. That's probably why most folks reading this are peeved.
-
Best event for llRequestPermissions on attachment
NeoBokrug Elytis replied to FlaviaAlmeidah's topic in LSL Scripting
Use the attach event. If the key returned by the event isn't null key, it's freshly attached, and null key means it's detached. I know of no instances where on_rez prevents the attach event from being triggered. Using on_rez for the purposes you've stated above is a waste of events being triggered and more of a burden on the region than doing it properly with just attach attach(key av) { if (av) { // Something is attached } else { // Something was detached } } -
Deploy Plan for the week of 2020-10-19
NeoBokrug Elytis replied to Bugsly Linden's topic in Second Life Server
@Kyle LindenI too also heavily use the KVP features of Experiences. Please make sure my entire estate "The Wastelands" is opted-out. If I need to file a support ticket please let me know. -
I have a technical question. Do upgraded private regions with an extra 10k prims also get 30% more allowed time per frame -- or is it just the extra LI? If not, would LL consider boosting the extra 30% allowed script time to go with the extra content on the region?
-
Deploys for the week of 2020-06-08
NeoBokrug Elytis replied to Mazidox Linden's topic in Second Life Server
So this discussion of chat distances being changed is getting a little pear shaped and spreading FUD. IIRC -- it's only changeable by ESTATE OWNERS and only for channel zero. There ARE use cases where having region wide, or multi-region wide chat is a benefit such as large events or venues. I, personally won't be changing these values but I understand the need for them. -
Deploy plans for the week of 2020-05-25
NeoBokrug Elytis replied to Maestro Linden's topic in Second Life Server
Here's a new one, trying to create a new script in an object. Second Life Server 2020-05-15T18:31:37.542403 -
Limited Availability of New Second Life Regions
NeoBokrug Elytis replied to Linden Lab's topic in General Discussion
Only six? 😄 -
I can't come up with words to express my frustration, but... In the future if any LSL event is not firing after a roll, let's consider it a showstopper and do a rollback? LSL is critical to SL operations, a function misbehaving might be tolerable; but a whole event failing is intolerable. </two-cents>
-
Deploy Plans for the week of 2020-03-16
NeoBokrug Elytis replied to Caleb Linden's topic in Second Life Server
A plywood cube. -
I can confirm this is also happening on version Second Life Server 2020-02-26T20:56:18.537423 I operate a grid scope experience powered game, that's ironically just in my personal regions. It temp attached player HUDs. These particular HUD dispensers do not work (as well as everything else relying on object_rez in the region): http://maps.secondlife.com/secondlife/The Great Fissure/141/112/69 http://maps.secondlife.com/secondlife/The Wastelands/43/159/75 I also use on_rez and object_rez. object_rez is not being triggered. I am using methods to make sure the objects are rezzed be