Difference between revisions of "teleport configuration"

From OpenKore Wiki
Jump to navigation Jump to search
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
= Default teleport settings =
 
= Default teleport settings =
Thiese options are defined in [[config.txt]]
+
Thiese options are defined in [[:Category:config.txt|config.txt]]
 
* [[teleportAuto_useSkill]] specifies how the bot will teleport.
 
* [[teleportAuto_useSkill]] specifies how the bot will teleport.
* [[teleportAuto_useChatCommand]] uses a command to teleport (usually [[Commands chat servers eAthena | @ command]] in eAthena private servers).
+
* [[teleportAuto_useChatCommand]] uses a command to teleport (usually the [[Commands chat servers eAthena | @warp command]] in eAthena private servers).
 
== Equip item before teleporting ==
 
== Equip item before teleporting ==
 
* [[teleportAuto_equip_leftAccessory]] and [[teleportAuto_equip_rightAccessory]] specify the item to be equipped before teleporting.
 
* [[teleportAuto_equip_leftAccessory]] and [[teleportAuto_equip_rightAccessory]] specify the item to be equipped before teleporting.
Line 35: Line 35:
  
 
= Teleport to portals =
 
= Teleport to portals =
These options are defined in [[config.txt]].
+
These options are defined in [[:Category:config.txt|config.txt]].
 
* [[route_teleport]] must be 1.
 
* [[route_teleport]] must be 1.
 
* [[route_teleport_minDistance]] will define the distance Kore will stop teleporting near a portal. '''Example''': If set to 200, Kore will stop teleporting when the character is 200 cells near a portal.
 
* [[route_teleport_minDistance]] will define the distance Kore will stop teleporting near a portal. '''Example''': If set to 200, Kore will stop teleporting when the character is 200 cells near a portal.
Line 42: Line 42:
  
 
= Teleport conditions=
 
= Teleport conditions=
These options are defined in [[config.txt]].
+
These options are defined in [[:Category:config.txt|config.txt]].
 
* [[teleportAuto_hp]] and  [[teleportAuto_sp]] will make the bot teleport if the bot is attacked and HP or SP is less than specified.
 
* [[teleportAuto_hp]] and  [[teleportAuto_sp]] will make the bot teleport if the bot is attacked and HP or SP is less than specified.
 
* [[teleportAuto_portal]] teleport to get close to a portal.
 
* [[teleportAuto_portal]] teleport to get close to a portal.

Revision as of 22:45, 2 March 2017

Default teleport settings

Thiese options are defined in config.txt

Equip item before teleporting

Teleporting to hunt monsters

  • This option makes your bot avoid walking behind monsters. Read on Fly Bot.

Teleporting to avoid specific monsters

This option is defined in mon_control.txt.

Teleporting to avoid players

  • Read avoid.txt to avoid players or specific accounts.
  • TeleportAuto_allPlayers teleport till Kore sees no player. Useful to avoid your bot to be seen by other players, but can cause problems if the map has many players inside.

The syntax of the file is mon_control:

 <monster name> <attack> <teleport> <search> <skillcancel> <lv> <joblv> <hp> <sp> <weight> 

Teleport options:

Value Description
1 Teleport till the monsters appears on the screen.
2 Teleport when the monster attacks to not take damage.

Example

Poring -1 1

Completely ignores the monster (not attack) and teleports till the monster is visible on the screen.

Teleport to portals

These options are defined in config.txt.

Teleport conditions

These options are defined in config.txt.