#This file allows specific AI control for certain monsters
#Syntax: <monster> <auto-attack flag> <auto-teleport flag> <auto-search flag> <auto-skillcancel flag> <auto-aggressive flag>
#
#<monster>:  Name of monster as found in monsters.txt (not case sensitive)
#
#<auto-attack flag>: Put a 1 or higher to auto-attack (the more number the more priority)
#                             Put 0 to leave alone. This also controls which monsters Kore will tank.
#
#<auto-teleport flag>: Put a 1 to teleport if the monster is on the screen.  This is only used in auto-attack mode
#                                        2 to teleport only then that monster hit you.
#                                       dX to teleport if distance between you and monster less or equal X blocks
#                                       aX to teleport if that monster mob you over than X amount
#
#<auto-search flag>: Put a 1 to teleport if the monster is NOT on the screen.  This is only used in
#auto-attack mode
#
#<auto-skillcancel flag>: Put a 1 to change target to monster that casting skill on you
#
#<auto-aggressive flag> : Put a 1 to auto-attack aggressive monster if it's in screen.
#<auto-monitoring flag> : Put a 1 to auto-monitor monster if it's in screen.

#Monsters not found in this file, or flags not specified will default to:
#<auto-attack flag> = 1
#<auto-teleport flag> = 0
#<auto-search flag> = 0
#<auto-skillcancel flag> = 0
#<auto-aggressive flag> = 0
#<auto-monitoring flag> = 0

poring 1 0 0 0 0 0
fabre 1 0 0 0 0 0
pupa 1 0 0 0 0 0