
Macro Relog on error msg id 1924
Moderator: Moderators
-
- Noob
- Posts: 15
- Joined: 30 Jul 2012, 09:35
- Noob?: No
Macro Relog on error msg id 1924
hello openkore community, i have notice alot of this error msg id coming often , i do hope that someone here could write a macro for this , Relog when bot has this error msg id 1924 unknown. appreciciated.


-
- Moderators
- Posts: 208
- Joined: 01 Feb 2010, 17:37
- Noob?: No
- Location: Brazil - MG
-
- Noob
- Posts: 19
- Joined: 21 Jul 2011, 01:16
- Noob?: No
Re: Macro Relog on error msg id 1924
If sth show on console, trap them with console event on automacro.
"...Every coin have two sides, think more widely and Not everything is black and white, there are shades of grey..."


-
- Noob
- Posts: 15
- Joined: 30 Jul 2012, 09:35
- Noob?: No
Re: Macro Relog on error msg id 1924
Iro Classic serveriMikeLance wrote:Server?
-
- Noob
- Posts: 4
- Joined: 10 Nov 2012, 06:50
- Noob?: Yes
Re: Macro Relog on error msg id 1924
automacro string {
console /msg_id: 1924 gave unknown results in: message_string/
run-once 0
exclusive 1
call relog
}
macro relog {
do relog
}
console /msg_id: 1924 gave unknown results in: message_string/
run-once 0
exclusive 1
call relog
}
macro relog {
do relog
}