Page 1 of 1

mon_control question

Posted: 13 Nov 2018, 22:38
by dotyo07
Good Day,
I already set my mon_control.txt but it's still attacking mobs with -1 0 0 value

for example I set my mon_control.txt to

Poring 2 0 1
Lunatic -1 0 0

, This was supposed to tele search poring and totally ignore lunatic , but what happens is it tele search poring BUT IT still attacks Lunatic whenever it's in sight. What settings am I missing with this.

Thanks in adnvance

Re: mon_control question

Posted: 13 Nov 2018, 23:17
by fadreus
teleportAuto_search meant to activate attackAuto when certain amount of monster in on screen.
If you just want to hunt specific monsters, don't need to configure this.

Just use:

Code: Select all

Poring 2
Lunatic -1
& make sure the monster name is EXACT same or use monster ID instead.

Re: mon_control question

Posted: 14 Nov 2018, 00:13
by dotyo07
fadreus wrote:teleportAuto_search meant to activate attackAuto when certain amount of monster in on screen.
If you just want to hunt specific monsters, don't need to configure this.

Just use:

Code: Select all

Poring 2
Lunatic -1
& make sure the monster name is EXACT same or use monster ID instead.
I don't want it to walk so Im using the tele search so it's fine , I already tried using the mobid and the bot is still attacking it every now and then. I know it's not by accident cause I don't use aoe skill that might hit it, and I see in the console that the bot attacks it like disregarding the -1 in mon_control

Re: mon_control question

Posted: 14 Nov 2018, 02:45
by fadreus
dotyo07 wrote:I don't want it to walk so Im using the tele search so it's fine.
If you don't want to walk, simply disable route_randomWalk and enable teleportAuto_idle.
teleportAuto_search has nothing to do with this.

Read again here:
http://openkore.com/index.php/TeleportAuto_search

Read the notes:
  • Notes
    - Has nothing to do with teleporting. This is auto attack setting,
I think you misunderstand what search here referring to.
Search here means searching how many monster on screen.

Since this is attackAuto case, try disable teleportAuto_search.