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.
there are many ways to do this ,,, heres one example
automacro time {
location prontera ### <<<put the map name here
call timer
timeout 10
}
macro timer {
log $.minute
$x = $.minute
if (($x == 59) || ($x == 29 )) call time1 ##### u can put the time here
}
macro time1 {
do relog 60
}
this will take the time values ( as in this example 59 , 29 ) from ur computer time ,,these digits are the minutes ... so at 29th and 59th minute ur bot will do a relog ....this should work fine ,, as i said there are many ways to get it done as per ur needs
dracus_loki wrote:there are many ways to do this ,,, heres one example
automacro time {
location prontera ### <<<put the map name here
call timer
timeout 10
}
macro timer {
log $.minute
$x = $.minute
if (($x == 59) || ($x == 29 )) call time1 ##### u can put the time here
}
macro time1 {
do relog 60
}
this will take the time values ( as in this example 59 , 29 ) from ur computer time ,,these digits are the minutes ... so at 29th and 59th minute ur bot will do a relog ....this should work fine ,, as i said there are many ways to get it done as per ur needs
so for example,
automacro time {
location alberta
call timer
timeout 10
}