quit upon death

kelvanan

New member
Joined
May 10, 2015
Messages
23
Reaction score
0
Points
0
so last night i had an incident where i fell asleep and left my toons on. my fault for binding them in the place i did but had absolutely no intention on falling asleep. anyways they all got caught in a death loop. is there anything i can do to make my client close upon death?
 
If you are currently in a death loop you can try waiting till you can " transport to bind " from the character select window. You may have to be logged all the way out for a certain amount of time. 8 hrs? 24 hrs ?

There are Autorez plugins and macros which could be modified to /quit instead of waiting/taking rezes. You probably wouldn't want a /quit when dead thing running all the time though :)
 
you could do a downshit.

downflag1=1
downshit1=/if (${Zone.ID}==${Me.BoundZone} && ${Math.Distance[${Me.X} ${Me.Y},${Me.BoundX} ${Me.BoundY}]}<5 && ${Bot.Active}) /quit

basically, if you are at your bind and bot is /bot on, then it would /quit. add more variables at your leisure, such as having revival sickness on you so that you know that you died, not gated.
 
total n00b here, where the heck do i put a downshit?