|
Spotz Sporg
Registered User
Join date: 29 Aug 2008
Posts: 1
|
07-30-2009 18:30
I don't want SL to log me out when I'm afk so I currently have "go away/afk when idle" turned off. But because I don't log off it makes it seem like I'm there 24/7. Is the some way or some item that will automatically mark me away/afk after a certain period of time has passed without logging me out? I don't want something I need to do manually each time I leave for work, I want it to just happen after I've been inactive for 30 minutes or so.
Any ideas?
|
|
Windsweptgold Wopat
Registered User
Join date: 24 May 2007
Posts: 1,003
|
07-30-2009 21:02
Having the idle turned on will log you out after 30 mins I think it is. Surely this is long enough if you are AFK more than that then you may as well log off
_____________________
"Mushrooms grow well in BS, trust and honesty do not"
|
|
Peggy Paperdoll
A Brat
Join date: 15 Apr 2006
Posts: 4,383
|
07-30-2009 21:06
That's sort of like a bot isn't it? What on earth would you want to stay logged on for while at work? Campers used to do that and we all know how bots gamed the traffic. So what's the reason?
|
|
Zyra Juliesse
ZYRAQuest.com
Join date: 19 Nov 2008
Posts: 48
|
07-30-2009 21:25
 Because he/she doesn't want to miss a thing?
|
|
Peggy Paperdoll
A Brat
Join date: 15 Apr 2006
Posts: 4,383
|
07-30-2009 21:32
From: Zyra Juliesse  Because he/she doesn't want to miss a thing? Why didn't I think of that? LOL
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
07-30-2009 21:44
I often stay logged in to test things while I'm working to save rez time and speed up responses (it also helps to catch messages from people that only IM me when they see me online)
_____________________
| | . "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... | - 
|
|
Distilled1 Rush
written in the Pixles
Join date: 29 Jul 2006
Posts: 504
|
07-30-2009 21:53
minimize the window ?
when I do that when I come back I am standing up from the afk slumped over position ..
_____________________
Dell XPS-700 (this is a fantastic case!) XP media Intel Core2Duo 2.38ghz Nvida 9800GTX+ 512mg 4 G RAM Dell XPS 1530 Red Core 2 duo VISTA and I like it! Nvidia 8600m 512 6 G RAM Compaq amd 3200 XP home POS! Nvidia FX 5200 2 G RAMM White Box XP pro P 4 Nvidia Shared 128k some odd old PCI card 1 G RAM *(STILL RUNS THE 1.21 CLIENT AND LATEST RC! )
|
|
Imagin Illyar
Owner, Willowdale Estates
Join date: 6 Feb 2008
Posts: 290
|
07-31-2009 07:57
I keep SL on while I work because I run an estate and want to be available if my tenants need me. I suspect there are many reasons why people would do this.
|
|
Virgo Babii
Registered User
Join date: 5 Jun 2008
Posts: 16
|
07-31-2009 13:13
You could set yourself as busy with a fitting busy message.
|
|
Auburn Duesenburg
Registered User
Join date: 9 Aug 2006
Posts: 4
|
07-31-2009 13:19
From: Spotz Sporg I don't want SL to log me out when I'm afk so I currently have "go away/afk when idle" turned off. But because I don't log off it makes it seem like I'm there 24/7. You're not? I'm heartbroken!
|
|
Argent Stonecutter
Emergency Mustelid
Join date: 20 Sep 2005
Posts: 20,263
|
07-31-2009 13:59
init() { llSetText("",< 0,0,0>,0); if(llGetAttached()) llRequestPermissions(llGetOwner(), PERMISSION_TAKE_CONTROLS); }
setup() { if(llGetPermissions() & PERMISSION_TAKE_CONTROLS) { llTakeControls(CONTROL_FWD|CONTROL_LEFT|CONTROL_RIGHT, TRUE, TRUE); watchdog(); } }
watchdog() { llSetTimerEvent(30*60*1000); }
default { state_entry() { init(); } on_rez(integer p) { init(); } attach(key id) { init(); } run_time_permissions(integer p) { setup(); } control(key k, integer l, integer e) { watchdog(); } timer() { state afk; } }
state afk { state_entry() { llSetText("AFK",< 1,1,1>,1); } state_exit() { llSetText("",< 0,0,0>,0); } on_rez(integer p) { llResetScript(); } attach(key id) { llResetScript(); } control(key id, integer l, integer e) { state default; } }
|
|
Vance Adder
Registered User
Join date: 29 Jan 2009
Posts: 402
|
07-31-2009 14:51
I just stick an AFK titler on.
|