How to make attackLooters work?

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

class1c
Human
Human
Posts: 34
Joined: 30 Jun 2012, 03:49
Noob?: Yes

How to make attackLooters work?

#1 Post by class1c »

I set

Config:

Code: Select all

attackLooters 1

Code: Select all

itemsTakeAuto 2
itemsTakeAuto_party 0
itemsGatherAuto 0
itemsMaxWeight 89
itemsMaxWeight_sellOrStore 49
itemsMaxNum_sellOrStore 200
cartMaxWeight 7900
itemsTakeAuto_new 0
Mon_Control

Code: Select all

all 0
Poporing 1
Pickupitems

Code: Select all

all 1
and it's not attacking looters.

I want to attack Poring only when it loots but its not working.
[]penKore
Noob
Noob
Posts: 6
Joined: 07 Apr 2014, 07:49
Noob?: No
Location: Australia

Re: How to make attackLooters work?

#2 Post by []penKore »

can you explain a little more what the bot is doing and what you want it to do?

also if you look at this link: http://www.openkore.com/index.php/Mon_control.txt
you will see they use 0 0 0 to ignore mob..

I personally use 1 0 0 as a minimum for mob I want to attack for example:

Poporing 1 0 0
poring 1 0 0
metaling 1 0 0
magmaring 1 0 0
This ensures that Kore will know not to teleport away or search for the mob ..

Also I use :
All 1 0 0
to kill all mob and add mob I don't want to attack as I need them or add Monster Weight for
Agro control skills..

If you only want it to kill poporing if it loots you I believe you use : poporing 0 0 0
because 0 means Do not auto-attack monster, but retaliate when it attacks you.
and I think the <AttackLooters> will cause it to retaliate..

also if you are wanting to kill poporing First before attacking another monster
because it has looted you, then you may have to configure you MonsterPriority.txt and make poporing a priority
over any other monster.. this should make it kill poporing before any other monster if it has looted you..

Hope this helps , if not please give a little more detail and I will be happy to help out