Auto Relog help

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: Auto Relog help

#11 Post by bellemund12 »

rocknroll wrote:well, use this a simple macro :D

Code: Select all

automacro relogTime {
 map alberta
 var .minute =~ /29|59/
 timeout 10
 call {
	do relog 5
	}
}
or
30minute once not same as time

Code: Select all

automacro relogTime {
 map alberta
 timeout 3600
 call {
	do relog 5
	}
}
or
when stuck appear

Code: Select all

automacro relogTime {
 map alberta
 console /can't reach or damage target, dropping target/i
 call {
	do relog 5
	}
}

Thanks for the efforts dude, i appreciate it! it helps a lot :lol:
rocknroll
Been there done that!
Been there done that!
Posts: 118
Joined: 19 Sep 2011, 07:30
Noob?: Yes

Re: Auto Relog help

#12 Post by rocknroll »

bellemund12 wrote: Thanks for the efforts dude, i appreciate it! it helps a lot :lol:
you're welcome :)
Sorry, my english is very bad !
Kiranetix
Noob
Noob
Posts: 16
Joined: 28 Jul 2012, 14:17
Noob?: No

Re: Auto Relog help

#13 Post by Kiranetix »

or if you really want to relog every n sec/min/hr we have this on our config.txt

Code: Select all

autoRestartMin 10800
autoRestartSeed 3600

autoRestartSleep 1
autoSleepMin 900
autoSleepSeed 900