Difference between revisions of "configure a support bot"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '= Bot de Suporte = Bot de suporte é utilizado para acompanhar e auxiliar um jogador real ou um bot de caça. Geralmente é utilizado com evoluções de noviço. == Configuraç…')
 
m (Conversion script moved page Configure a support bot to configure a support bot: Converting page titles to lowercase)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Bot de Suporte =
+
A support bot is used to accompany and assist a real player or a hunting bot. It is normally used in novice development.
Bot de suporte é utilizado para acompanhar e auxiliar um jogador real ou um bot de caça. Geralmente é utilizado com evoluções de noviço.
 
  
== Configurações de ataque ==
+
= Attack settings =
* [[attackAuto]] geralmente está em 0, desligada. Isso porque atacar fará com que o bot pare de seguir o mestre.
+
* [[attackAuto]] is usually [[References#Basic_Value_and_Parameter_Types|-1]], off. That's because attacking will cause the bot to stop following the master.
* [[lockMap]] fica vazio.
+
* [[lockMap]] is empty.
  
== Configurações de rota ==
+
= Route setting =
* [[route_randomWalk]] normalmente fica em 0.
+
* [[route_randomWalk]] normally set to [[boolean|0]].
  
== Configurações de escolta (seguir outro personagem) ==
+
= Follow settings (follow another character) =
Para utilizar [[follow]] é recomendado que seu personagem esteja em grupo com o [[mestre]]. Caso isto não seja possível, utilize o plugin [[busFollow]].
+
To use [[follow]] it is recommended that your character is in a group with the [[master]]. If this is not possible, use the plugin [[busFollow]].
* [[follow]] deve estar em 1. [[followTarget]] define o nick do [[mestre]]
+
* [[follow]] must be [[boolean|1]]. [[followTarget]] set nick [[master]]
* [[followEmotion]] define se o bot deve imitar os emoticons usados pelo [[mestre]]. Recomendado que deixe desativado pois deixa óbvio para jogadores que seu personagem é bot.
+
* [[followEmotion]] defines whether the bot should react on the emoticons used by the [[master]]. Recommended to leave this option off, because it's obvious to players that their character is botting.
* [[followDistanceMax]] e [[followDistanceMin]] definem a distância máxima e ínima que seu bot deve ficar do [[mestre]].
+
* [[followDistanceMax]] and [[followDistanceMin]] define the maximum and minumum distance, your bot should be the [[master]].
* [[followSitAuto]] caso esteja ativado, seu bot irá se sentar quando o mestre se sentar.
+
* [[followSitAuto]] if enabled, your bot will sit when the master is sitting.
* [[followBot]] envia uma PM para o mestre pedindo que este venha até o personagem de suporte. O nome deste bot deve estar no arquivo [[overallAuth.txt]] do mestre. É recomendado que utilize o plugin [[busFollow]] ao invés desta opção.
+
* [[followBot]] sends a PM to the master asking him to come to the support character. The name of this bot must be on the master file [[overallAuth.txt]]. It is recommended that you use the plugin [[busFollow]] instead of this option.
  
== Configurações de habilidades ==
 
* Para utilizar habilidades em monstros, use blocos de [[attackSkillSlot]].
 
* Para utilizar habilidades em si mesmo (buffs, cura) utilize blocos de [[useSelf_skill]].
 
* Você pode encontrar exemplos prontos para sua classe em [[:Categoria:Configurações específicas e exemplos|configurações específicas e exemplos]].
 
  
== Configurações de grupo ==
+
= Skill settings =
* [[attackAuto_party]] é configurada de acordo com os membros do grupo. Veja a página da opção para definição e opções.
+
* To use skills on monsters, use blocks [[attackSkillSlot]].
* [[partyAutoShare]], [[partyAutoShareItem]] e [[partyAutoShareItemDiv]] configuram as divisões de itens e XP entre os membro do grupo caso seu bot seja o líder.
+
* To use skills on yourself (buffs, healing) use blocks [[useSelf_skill]].
 +
* You can find examples ready for your class [[:Category:Examples_of_configurations|examples of configurations]].
 +
 
 +
= Party settings =
 +
* [[attackAuto_party]] is set according to the members of the group. See the page for setting and options.
 +
* [[partyAutoShare]], [[partyAutoShareItem]] and [[partyAutoShareItemDiv]] configure the divisions for the items and XP between the group members if your bot is the leader.
 +
 
 +
[[Category:Examples_of_configurations]]

Latest revision as of 22:35, 26 April 2021

A support bot is used to accompany and assist a real player or a hunting bot. It is normally used in novice development.

Attack settings

  • attackAuto is usually -1, off. That's because attacking will cause the bot to stop following the master.
  • lockMap is empty.

Route setting

Follow settings (follow another character)

To use follow it is recommended that your character is in a group with the master. If this is not possible, use the plugin busFollow.


Skill settings

Party settings