configure a support bot: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
No edit summary
m (Conversion script moved page Configure a support bot to configure a support bot: Converting page titles to lowercase)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Support Bot =
A support bot is used to accompany and assist a real player or a hunting bot. It is normally used in novice development.
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 ==
= Attack settings =
* [[attackAuto]] is usually 0, off. That's because attacking will cause the bot to stop following the master.
* [[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]] is empty.
* [[lockMap]] is empty.


== Route setting ==
= Route setting =
* [[route_randomWalk]] normally set to 0.
* [[route_randomWalk]] normally set to [[boolean|0]].


== Follow settings (follow another character) ==
= 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]].
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]]
* [[follow]] must be [[boolean|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.
* [[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]].
* [[followDistanceMax]] and [[followDistanceMin]] define the maximum and minumum distance, your bot should be the [[master]].
Line 18: Line 17:




== Skill settings ==
= Skill settings =
* To use skills on monsters, use blocks [[attackSkillSlot]].
* To use skills on monsters, use blocks [[attackSkillSlot]].
* To use skills on yourself (buffs, healing) use blocks [[useSelf_skill]].
* 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]].
* You can find examples ready for your class [[:Category:Examples_of_configurations|examples of configurations]].


== Party settings ==
= Party settings =
* [[attackAuto_party]] is set according to the members of the group. See the page for setting and options.
* [[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.
* [[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]]
[[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