Macro Relog on error msg id 1924

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

Moderator: Moderators

unholysin
Noob
Noob
Posts: 15
Joined: 30 Jul 2012, 09:35
Noob?: No

Macro Relog on error msg id 1924

#1 Post by unholysin »

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.

Image
iMikeLance
Moderators
Moderators
Posts: 208
Joined: 01 Feb 2010, 17:37
Noob?: No
Location: Brazil - MG

Re: Macro Relog on error msg id 1924

#2 Post by iMikeLance »

Server?
chocobrowny
Noob
Noob
Posts: 19
Joined: 21 Jul 2011, 01:16
Noob?: No

Re: Macro Relog on error msg id 1924

#3 Post by chocobrowny »

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..."
Image
unholysin
Noob
Noob
Posts: 15
Joined: 30 Jul 2012, 09:35
Noob?: No

Re: Macro Relog on error msg id 1924

#4 Post by unholysin »

iMikeLance wrote:Server?
Iro Classic server
Money Maker
Noob
Noob
Posts: 4
Joined: 10 Nov 2012, 06:50
Noob?: Yes

Re: Macro Relog on error msg id 1924

#5 Post by Money Maker »

automacro string {
console /msg_id: 1924 gave unknown results in: message_string/
run-once 0
exclusive 1
call relog
}

macro relog {
do relog
}