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
Posts: 49 Joined: 01 Oct 2012, 20:20
Noob?: No
#11
Post
by bellemund12 » 08 Oct 2012, 11:30
rocknroll wrote: well, use this a simple macro
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
rocknroll
Been there done that!
Posts: 118 Joined: 19 Sep 2011, 07:30
Noob?: Yes
#12
Post
by rocknroll » 08 Oct 2012, 12:26
bellemund12 wrote:
Thanks for the efforts dude, i appreciate it! it helps a lot
you're welcome
Sorry, my english is very bad !
Kiranetix
Noob
Posts: 16 Joined: 28 Jul 2012, 14:17
Noob?: No
#13
Post
by Kiranetix » 09 Oct 2012, 06:19
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