Search found 360 matches

by Mike Lorrey
Tue Mar 07, 2023 3:46 am
Forum: Scripting
Topic: llInstantMessage() throwing threat warning
Replies: 14
Views: 61012

Re: llInstantMessage() throwing threat warning

Hi Mike, See: https://wiki.secondlife.com/wiki/LlInstantMessage The first parameter that llInstantMessage expects is the user's UUID, not the user's name. I don't know where Firestorm is getting it's hover info from but I suggest you use the LL functions using their official SL wiki definitions. Is...
by Mike Lorrey
Tue Mar 07, 2023 2:49 am
Forum: Scripting
Topic: llInstantMessage() throwing threat warning
Replies: 14
Views: 61012

llInstantMessage() throwing threat warning

I did a slight modification to a simple teleport script today, to IM the user who touches the object to notify them that the permissions request they are getting is to teleport. Previously the permissions request used the touchers key without issue, but the llInstantMessage() function is throwing a ...
by Mike Lorrey
Tue Feb 21, 2023 9:19 pm
Forum: Events and Activities
Topic: LSL/OSSL Scripting Class
Replies: 0
Views: 18079

LSL/OSSL Scripting Class

Join us in the SPACE FORCE sandbox to learn how to script in the Linden Scripting Language (LSL) and Opensim specific OSSL language. Instructor: Mike Lorrey. Come able to listen on voice and view media on a prim.
Every Tuesday at 4pm Grid Time.
grid.kitely.com:8002/SPACE%20FORCE
by Mike Lorrey
Sat Jan 28, 2023 8:31 pm
Forum: Worlds Support
Topic: llSetRot() and llSLPP/llSLPPF(PRIM_ROTATION) not executing
Replies: 13
Views: 38844

Re: llSetRot() and llSLPP/llSLPPF(PRIM_ROTATION) not executing

I may be missing something but this works for me. default { touch_start(integer n) { llSetLinkPrimitiveParamsFast(LINK_THIS, [PRIM_OMEGA,<1,3,0.5>,TWO_PI,1]); llSetTimerEvent(5.0); } timer() { llSetLinkPrimitiveParamsFast(LINK_THIS, [PRIM_OMEGA,<0,0,0>,0,0]); llSetTimerEvent(0.0); state zero; } } s...
by Mike Lorrey
Sat Jan 28, 2023 12:57 am
Forum: Worlds Support
Topic: llSetRot() and llSLPP/llSLPPF(PRIM_ROTATION) not executing
Replies: 13
Views: 38844

Re: llSetRot() and llSLPP/llSLPPF(PRIM_ROTATION) not executing

MIke, you asked a technical question and I gave you a technical solution that was written by other Kitely scripters and improves what you're trying to do more than making timer events more frequent. If you use it then you'll get the same technical benefits that are discussed in that fourms thread. ...
by Mike Lorrey
Fri Jan 27, 2023 11:02 pm
Forum: Worlds Support
Topic: llSetRot() and llSLPP/llSLPPF(PRIM_ROTATION) not executing
Replies: 13
Views: 38844

Re: llSetRot() and llSLPP/llSLPPF(PRIM_ROTATION) not executing

Please read: https://www.kitely.com/forums/viewtopic.php?f=26&t=3610 a) timers in opensim are now 0.11s minimum b) ok distinction: PRIM_OMEGA is spinning. llSetRot() or PRIM_ROTATION is not spinning, it is setting an object to a specific quaternion rotational orientation. I had assumed you undestoo...
by Mike Lorrey
Fri Jan 27, 2023 9:26 pm
Forum: Worlds Support
Topic: llSetRot() and llSLPP/llSLPPF(PRIM_ROTATION) not executing
Replies: 13
Views: 38844

Re: llSetRot() and llSLPP/llSLPPF(PRIM_ROTATION) not executing

Hi Mike, Physics behavior is highly dependant on which physics engine is being used, what objects/land are colliding with the object and how object physics is configured in all these objects. Have you tried changing the physics engine in your world and seeing how this effects these objects? This is...
by Mike Lorrey
Fri Jan 27, 2023 8:05 pm
Forum: Worlds Support
Topic: llSetRot() and llSLPP/llSLPPF(PRIM_ROTATION) not executing
Replies: 13
Views: 38844

llSetRot() and llSLPP/llSLPPF(PRIM_ROTATION) not executing

So I made the Multi-Die Random Roller that is on sale on the KMP. Other than its scripted rolling of multiple dice chosen by dialog by the user, the mesh object the script resides in, which looks like a d6, is scripted to roll in x y and z axes with PRIM_OMEGA during a roll, then the PRIM_OMEGA is s...
by Mike Lorrey
Fri Jan 27, 2023 7:58 pm
Forum: Worlds Support
Topic: Please soften region shutdowns for legacy owned regions
Replies: 8
Views: 3079

Re: Please soften region shutdowns for legacy owned regions

I would guess that it would be reasonably straightforward to script a prim with a timer that on the owner's entry and hourly thereafter abstracted (and restored) from the owner's account a sum more than sufficient to pay for the next hour based on likely attendance (say 30 non-premium avatars) and ...
by Mike Lorrey
Fri Jan 27, 2023 7:51 pm
Forum: Worlds Support
Topic: Items in My Suitcase are not rezzing across Hypergrid
Replies: 10
Views: 3991

Re: Items in My Suitcase are not rezzing across Hypergrid

I'm asking you to run a specific test to help you find the issue you're encountering and you're running different ones. I can't help you if you don't follow my instructions. Please create a new box in Kitely, take it into your inventory My Suitecase folder, teleport to a sandbox in OSgrid then try ...