Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Capturing llOwnerSay responses??

Rock Ryder
Registered User
Join date: 6 Oct 2006
Posts: 384
02-05-2008 11:56
OK,

Here is the problem:

I have a really excellent visitor detector (Linus, by Troy Westerberg) that does almost everything I want it to do. The only problem is that the reports it sends to me via IM are very terse, and they do not include the real info I want, i.e. dates and times of visits. However, the information is stored internally, and I can get a really excellent report, with all dates and times by giving it the List command on Channel 5.

So, I was wondering how to get this fuller report to me in IM (my IMs are forwarded to me automatically by email when I am not online, and this is how I normally pick up my reports).

I could place a script nearby to the Linus that issues the List command on Channel 5, and I can listen via that script to channel 0 for the reply, but only if Linus uses llSay. So my question is: how do I capture the response if Linus uses llOwnersay?

TIA

Rock
Domchi Underwood
Registered User
Join date: 4 Aug 2007
Posts: 44
02-05-2008 14:29
Unfortunately, you don't - I don't think there's a way to capture llOwnerSay.

(Other than having custom client running logged under your account and forwarding chat...) :)
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
02-05-2008 18:53
you're better off to contact the creator, it'd probably be a small mod to have the ownersay details report sent to IM on a regular interval.
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -
Rock Ryder
Registered User
Join date: 6 Oct 2006
Posts: 384
02-06-2008 03:46
From: Void Singer
you're better off to contact the creator, it'd probably be a small mod to have the ownersay details report sent to IM on a regular interval.


Thanks to all. I thought it would not be possible to capture llOwnerSay as there was nothing in the wiki about doing this, and it is more akin to IM than to chat.

I also tried contacting the creator, both by IM inworld and his published email address, but no response, hence the appeal in the forum.

I guess I will have to write the whole thing myself :(


Thanks anyway

Rock

PS I tried issuing the List command via a script, but it did not work. The Linus product is obviously listening for commands from the Owner only, whereas my script (although owned by me) is seen as a different UUID.
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
02-06-2008 04:05
wouldn't matter, since if it did listen to your objects, the ownersay would still only aply to you, and would be completely missed if you were offline or hadn't been on that sim since your last logon.
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -