Quote:
Originally Posted by Hideki
Openkore is against botting.
Just go to a map where are not so many players.
But you could modifie that value:
Code:
attackMinPlayerDistance 2
It is the distance that your bot will not attack a monster that is near another player.
Set it to 0 and your bot will attack all monsters, also monsters that are near someone else and if they are about to attack it.
Hideki
|
this ain't works. The source code inside the src folder , if you read it, you will find that, there is one setting so call "cleanness" of monster
The following conditions are consider not "clean"
-monster atck other player
-monster atcked by other player
-monster monster casted skills on other player
-monster casting skills on other player
-other players casting skills on monster
-monster lured by other player
-etc...