Page 1 of 2

always your slave priest losting its master?i have solution

Posted: 05 Nov 2008, 12:03
by aapikz
sometimes if you have low ram memory and running too many bots your slave priest cannot copy well its master steps or routes,and not following it, resulting losting its master.


try these:
on config txt. change route_step 15 (default) to
route_step 5
but
i'll suggest route_step 3 its perfectly not losting each other.. XD

note dont try do set route_step to 0 otherwise your bot wont move anymore hehe XD

Re: always your slave priest losting its master?i have solution

Posted: 22 Nov 2008, 17:51
by sli
Or experiment with having the priest be the master and the other characters be the slaves.

Re: always your slave priest losting its master?i have solution

Posted: 05 Dec 2008, 22:28
by bmesquita22
It really works! Before this tip, my slave was always losing his master :/

Thanks man!
:lol:

Re: always your slave priest losting its master?i have solution

Posted: 30 Dec 2008, 15:39
by c4t
another good way to help this is to stop openkore from doing the function where it tries to find its lost master in the last direction it saw it go in. this only works if they are in a party, however. turn the time it does that down to 1 second or less. this way the slave will use the minimap to find the master and its much quicker.

Re: always your slave priest losting its master?i have solution

Posted: 24 May 2009, 14:35
by sgb162
I use

Code: Select all

automacro findmas {
  console /I lost my master/
  call {
     $lost = 1
     do party
  } 
}

automacro findmas2 {
  var $lost = 1
  console /[$0-9 ]*([A-Z,a-z,0-9]*) [ a-z.]* ([0-9]+), ([0-9]+)/
   call {
    if ($.lastMatch1 == @config (followTarget)) $getpos = $.lastMatch2 @eval ( $.lastMatch3 - 2) 
    do move $getpos
   }
}
I try to limit console commands but I like this one :X I don't play on servers with warp really but you could easily change it to implement mapchanging as well~

Re: always your slave priest losting its master?i have solution

Posted: 26 May 2009, 00:52
by ezza
AFAIK, the macro will have syntax error in line 0... also error in automacro syntax.

Re: always your slave priest losting its master?i have solution

Posted: 27 May 2009, 03:29
by sgb162
You're absolutely right, thats what I get for trying to write shit off of my head instead of referencing my actual macro file.


And writing macros that kore already does for you. D'oh. (IE find auto if the followtarget is in party x.o)

Re: always your slave priest losting its master?i have solution

Posted: 23 Jul 2009, 23:15
by zCasanova
sli wrote:Or experiment with having the priest be the master and the other characters be the slaves.
How does that work?

Re: always your slave priest losting its master?i have solution

Posted: 07 Dec 2010, 08:59
by rapitiks
c4t wrote:another good way to help this is to stop openkore from doing the function where it tries to find its lost master in the last direction it saw it go in. this only works if they are in a party, however. turn the time it does that down to 1 second or less. this way the slave will use the minimap to find the master and its much quicker.
how to do this??

Re: always your slave priest losting its master?i have solution

Posted: 21 Feb 2011, 17:08
by beorntheark
did he meant reducing this?

Code: Select all

AI_Follow

ai_follow_lost_end (<seconds>)
    If you are in "follow" mode and you lost your master, give up trying to find the master after the specified number of seconds.