error number 4 and message_string please help

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.
Reese
Noob
Noob
Posts: 2
Joined: 06 Oct 2012, 20:01
Noob?: Yes

error number 4 and message_string please help

#1 Post by Reese »

guys i already download the latest bot file http://collectskin.com/openkore/, the server type is already set to iRO, i've also changed teleportAuto_useSkill 1.. but the error still occurs.. please help, here is the screenshot Image
asakapa619
Noob
Noob
Posts: 1
Joined: 12 Oct 2012, 13:20
Noob?: No

Re: error number 4 and message_string please help

#2 Post by asakapa619 »

im having this error aswell, is it really safe to ignore it? please help us on how to fix it?? tnx!
Sithis
Noob
Noob
Posts: 5
Joined: 08 Oct 2012, 06:30
Noob?: Yes

Re: error number 4 and message_string please help

#3 Post by Sithis »

I have the same problem. What I do is I usually autorestart my bot every 5-minutes. It's tedious but, until a safe and proven solution to this is made available, it will have to do. :roll:
BonScott
Developers
Developers
Posts: 32
Joined: 08 Aug 2008, 15:35
Noob?: No

Re: error number 4 and message_string please help

#4 Post by BonScott »

Put this in your macros.txt:

Code: Select all

automacro cancelTeleport {
    console /(msg_id. 1924 gave unknown results in. message_string)|(Por favor. primeiro termine esse processo e depois tente novamente.)/i
    run-once 1
    exclusive 1
    call {
            pause 0.2
            do warp cancel
            do ai clear
            do tele
            release $.caller
            }
}
Thanks for Ghost@KoreBR
for um openKore more powerfull!
Reese
Noob
Noob
Posts: 2
Joined: 06 Oct 2012, 20:01
Noob?: Yes

Re: error number 4 and message_string please help

#5 Post by Reese »

Sithis wrote:I have the same problem. What I do is I usually autorestart my bot every 5-minutes. It's tedious but, until a safe and proven solution to this is made available, it will have to do. :roll:
sir how do you config the autorestart every 5-minutes?.. where will i insert it?..
BonScott wrote:Put this in your macros.txt:

Code: Select all

automacro cancelTeleport {
    console /(msg_id. 1924 gave unknown results in. message_string)|(Por favor. primeiro termine esse processo e depois tente novamente.)/i
    run-once 1
    exclusive 1
    call {
            pause 0.2
            do warp cancel
            do ai clear
            do tele
            release $.caller
            }
}
Thanks for Ghost@KoreBR
sir what if i dont have macro?.. is there anything i can do to avoid this error?.. and is it safe to ignore this error?..
Sithis
Noob
Noob
Posts: 5
Joined: 08 Oct 2012, 06:30
Noob?: Yes

Re: error number 4 and message_string please help

#6 Post by Sithis »

As much as I'd like to spoon feed, it's best that you read the manual. Everything you need to know is there. :D
rjtr34
Noob
Noob
Posts: 4
Joined: 16 Nov 2012, 12:48
Noob?: Yes

Re: error number 4 and message_string please help

#7 Post by rjtr34 »

I've been having the same problem as well. I think I found a walk around to this problem.

Similar to what the other guy says about macros, try this

automacro stupid1924 {
console /msg_id/i
call {
do ai manual
do ai auto
}
}

I'm still not sure if it will always work. I haven't tested it out for long but it did cure one instance.

Upon further readings, I think "ai clear" is pretty much the same thing so feel free trying that out as well.

Managed to get an error instance. Shifting from manual to auto and ai clear does not do anything. What I did find out is that when the bot runs on auto AI is when it really gets the error. Shifting to manual for a longer time allows the bot to kill the monster using normal attacks without the error. It is then safe to switch back to auto until the next error.

So here is what I did.

automacro error 74 {
console /error number 74/i
call {
do ai manual
pause 10
do ai auto
}
}

Does this mean that the error is caused by an AI error or something to do with configs? I'm botting a Sura. Anyone else having errors using Sura?
5e13ct
Plain Yogurt
Plain Yogurt
Posts: 51
Joined: 02 Sep 2012, 11:09
Noob?: No
Location: Brazil - PR

Re: error number 4 and message_string please help

#8 Post by 5e13ct »

Hello,

I'm having the same problem when trying to teleport OpenKore because of a monster or another cause of danger along with the conjuration of a skill, it crashes, appear repeatedly get the errors described.

Tried to set the time between teleportation in "timeouts.txt" decreased the problem, but still occurs in time.

I'm trying to solve, believe that blocking the ai for auto / manual, not the best solution, because I tried to adjust, I'm now trying to put everything in the same macro, maybe take the teleporter "config.txt" and use through macro, along with protections for the errors do not occur because of casting and teleport.

ai_teleport_away (<seconds>)
If Kore is set to teleport when a certain monster is seen (see mon_control.txt), only try to teleport away if the specified number of seconds has elapsed since you last teleported to avoid a monster.

ai_teleport_delay (<seconds>)
If this option is set, when attempting to use the Teleport skill, Kore will wait for the specified number of seconds for the skill to be successfuly cast before actually teleporting. This makes Kore look less bot-like.

Note. This is ignored on emergency teleport (e.g. teleportAuto_deadly).

ai_teleport_hp (<seconds>)
If Kore is set to teleport due to insufficient HP/SP or too many aggressives (see teleportAuto_hp, teleportAuto_sp, teleportAuto_minAggressives, and teleportAuto_minAggressivesInLock in config.txt), only try to teleport away if the specified number of seconds has elapsed since you last teleported.

ai_teleport_retry (<seconds>)
When trying to use the Teleport skill, Kore will wait for the specified number of seconds before retrying to cast the skill again if it has not been successfully casted.

Note. This is ignored on emergency teleport (e.g. teleportAuto_deadly).


ai_teleport_safe_force (<seconds>)
If Kore is set to teleport only if there are players around (see teleportAuto_onlyWhenSafe in config.txt), Kore will only consider it safe to teleport (even when there are players around to see) if the specified number of seconds has elapsed since your last map change or since you last teleported.

http://www.openkore.com/index.php/Timeouts.txt