[Help] Macro relog in every x minutes

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

zedrak
Noob
Noob
Posts: 1
Joined: 07 Sep 2011, 20:47
Noob?: No

[Help] Macro relog in every x minutes

#1 Post by zedrak »

I made a macro to relog in every x minutes;
I wanted to leave it so random that does not follow directly triggers the condition.

Code: Select all

automacro{
  timeout @ rand (50,100) # only gets direct triggering
  call reloged
}

macro relog{
  $ relog = @ rand (35.60)
  the relog $ relog
}
Can anyone help?
slowkiller
Noob
Noob
Posts: 9
Joined: 22 Sep 2011, 18:58
Noob?: No

Re: [Help] Macro relog in every x minutes

#2 Post by slowkiller »

use runonce or sepecify a big timeout