PDA

View Full Version : Logout shortly after death



Ryku
02-06-2013, 11:40 AM
I'm sure there is an easy setting somewhere but I haven't found it. Anyone know why Lich always logs me out about a minute after I get killed? Could it be ;keepalive or is it just a Lich thing?

SpiffyJr
02-06-2013, 11:46 AM
The game does it if you have the flag disabled.

set death OFF will increase that time, slightly.

Ryku
02-06-2013, 11:53 AM
Ah cool thanks for the heads up!

DaCapn
02-06-2013, 12:00 PM
I just changed keepalive to have slightly different behavior while dead:

while true
waitfor "you have been idle too long" unless dead?
fput "look"
n += 1
echo "TIMESTAMP ##{n}: #{Time.now}"
if dead? then pause 60; end
end