|
How To Tele Search!
In config.txt:
teleportAuto_AtkMiss 0 teleportAuto_deadly 0 teleportAuto_hp 10 teleportAuto_idle 0 teleportAuto_maxDmg 900 teleportAuto_minAggressives 0 teleportAuto_onlyWhenSafe 0 teleportAuto_portal 0 teleportAuto_search 0 <<<< make this 1 to activate search teleportAuto_useItem 1
in mon_control.txt:
#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 0 to auto-attack or 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. # #<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.
#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
ex. if you want to tele search for High Orcs do this:
High Orc 1 0 1 0 0
Note: this is only for referrence... No Questions should be posted here... Only suggestion or working config should be posted here...
--------------------
|