Bot not attacking aggresives near portal

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

inv
Plain Yogurt
Plain Yogurt
Posts: 58
Joined: 18 Sep 2009, 01:28
Noob?: Yes

Bot not attacking aggresives near portal

#1 Post by inv »

I've an archer I put guarding my other in party afk bots at a portal, but when an aggresive, Mandragora spawns near a portal attacks that party member, it does not attack that mandragora, but it only attacks other monsters & mandragoras further away from the portal. My mon_control is unmodified ever.

Code: Select all

attackAuto 2
attackAuto_party 1
attackAuto_onlyWhenSafe 0
attackAuto_followTarget 1
attackAuto_inLockOnly 1
attackDistance 15
attackDistanceAuto 1
attackMaxDistance 15
attackMaxRouteDistance 100
attackMaxRouteTime 4
attackMinPlayerDistance 2
attackMinPortalDistance 4
attackUseWeapon 1
attackNoGiveup 0
attackCanSnipe 1
attackCheckLOS 1
attackLooters 0
attackChangeTarget 1
aggressiveAntiKS 0


Any1 knows what's wrong?
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Bot not attacking aggresives near portal

#2 Post by Raider »

Code: Select all

attackMinPortalDistance 4
Change it to a number you like.
inv
Plain Yogurt
Plain Yogurt
Posts: 58
Joined: 18 Sep 2009, 01:28
Noob?: Yes

Re: Bot not attacking aggresives near portal

#3 Post by inv »

I've actually already tried

attackMinPlayerDistance 0
attackMinPortalDistance 0


and there's no difference.


I've later tried changing mon_control to add

mandragora 2 0 0,

what happens is it attacks the mandragoras that're a bit closer to its party members that're 5-6 cells away that it wouldn't attack before, which is good, but the ones near portal still aren't attacked.
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Bot not attacking aggresives near portal

#4 Post by Raider »

Hm, don't know.
Maybe try his:

Code: Select all

attackDistance 13
attackDistanceAuto 0
attackMaxDistance 15
Route_randomWalk 1