configure a support bot: Difference between revisions
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: | ||
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]] | * [[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]] | * [[lockMap]] is empty. | ||
= | = Route setting = | ||
* [[route_randomWalk]] | * [[route_randomWalk]] normally set to [[boolean|0]]. | ||
= | = 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]]. | |||
* [[follow]] | * [[follow]] must be [[boolean|1]]. [[followTarget]] set nick [[master]] | ||
* [[followEmotion]] | * [[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]] | * [[followDistanceMax]] and [[followDistanceMin]] define the maximum and minumum distance, your bot should be the [[master]]. | ||
* [[followSitAuto]] | * [[followSitAuto]] if enabled, your bot will sit when the master is sitting. | ||
* [[followBot]] | * [[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. | ||
== | = Skill settings = | ||
* [[attackAuto_party]] | * To use skills on monsters, use blocks [[attackSkillSlot]]. | ||
* [[partyAutoShare]], [[partyAutoShareItem]] | * 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
- route_randomWalk normally set to 0.
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.
- follow must be 1. followTarget set nick master
- 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 and followDistanceMin define the maximum and minumum distance, your bot should be the master.
- followSitAuto if enabled, your bot will sit when the master is sitting.
- 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.
Skill settings
- To use skills on monsters, use blocks attackSkillSlot.
- To use skills on yourself (buffs, healing) use blocks useSelf_skill.
- You can find examples ready for your class 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.