Difference between revisions of "teleport configuration"

From OpenKore Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
* [[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 [[Commands chat servers eAthena | @ command]] in eAthena private servers).
== Equipando item de teleporte ==
+
== Equip item before teleporting ==
* [[teleportAuto_equip_leftAccessory]] e [[teleportAuto_equip_rightAccessory]] especificam o item a ser equipado antes de utilizar teleporte.
+
* [[teleportAuto_equip_leftAccessory]] and [[teleportAuto_equip_rightAccessory]] specify the item to be equipped before teleporting.
  
== Teleportando para caçar monstros ==
+
== Teleporting to hunt monsters ==
* Esta configuração faz com que seu bot evite andar atrás de monstros. Leia em [[Fly Bot]].
+
* This option makes your bot avoid walking behind monsters. Read on [[Fly Bot]].
  
= Teleportando para evitar monstros específicos =
+
= Teleporting to avoid specific monsters =
Esta opção é definida em [[mon_control.txt]].
+
This option is defined in [[mon_control.txt]].
  
= Teleportando para evitar jogadores =
+
= Teleporting to avoid players =
* Leia [[avoid.txt]] para teleportar de jogadores ou contas específicas.
+
* Read [[avoid.txt]] to avoid players or specific accounts.
* [[teleportAuto_allPlayers]] teleporta ao ver '''qualquer''' jogador. Útil para evitar que vejam seu bot, porém pode causar problemas se o mapa tem muitos jogadores.
+
* [[TeleportAuto_allPlayers]] teleport to see'' 'no''' player. Useful to avoid seeing your bot, but can cause problems if the map has many players.
  
 
A sintaxe do arquivo mon_control é:
 
A sintaxe do arquivo mon_control é:

Revision as of 13:02, 5 June 2013

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 to see 'no' player. Useful to avoid seeing your bot, but can cause problems if the map has many players.

A sintaxe do arquivo mon_control é:

<nome do monstro> <atacar> <teleportar> <procurar> <cancelar habilidades> <nivel> <nivel de classe> <hp> <sp> <peso>

As opções para teleporte são:

Valor Descrição
1 Teleporta se o monstro aparecer na tela.
2 Teleporta se o ataque do monstro lhe causar dano.

Exemplo

Poring -1 1

Ignora completamente o monstro (não ataca) e teleporta imediatamente ao ver o monstro na tela.

Teleportando como atalho para alcançar portais

Esta opção é definida em config.txt.

  • [[route_teleport] deve estar em 1.
  • route_teleport_minDistance vai definir a qual distância o Kore irá parar de teleportar. Exemplo: Se estiver configurado como 200, o Kore irá parar de teleportar quando estiver a 200 célular do portal de destino.
  • route_teleport_maxTries o número máximo de teleportes antes de desistir de teleportar para perto do portal e ir a pé.
  • route_teleport_notInMaps faz com que o Kore não use esta função nos mapas especificados.

Teleporte condicional

Esta opção é definida em config.txt.