Skip to content

Commit

Permalink
Update bot code
Browse files Browse the repository at this point in the history
  • Loading branch information
conan513 committed Nov 29, 2024
1 parent 614bf0b commit f85cb32
Show file tree
Hide file tree
Showing 102 changed files with 1,114 additions and 509 deletions.
9 changes: 5 additions & 4 deletions modules/mod-playerbots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git clone https://github.com/liyunfan1223/mod-playerbots.git --branch=master

## Quick Start & Documentation

For a quick start and an extensive set of commands, please refer to documentation here: [Playerbots Documentation](https://github.com/liyunfan1223/mod-playerbots/wiki/Playerbot-Documentation).
For a quick start and an extensive overview of available addons, commands, and recommended configuration please refer to the [Playerbots Wiki](https://github.com/liyunfan1223/mod-playerbots/wiki).

Please be aware that documentation for some newly added commands is currently lacking as the project is still under development.

Expand All @@ -50,9 +50,10 @@ It's essential to note that there is still a significant amount of work to be do

## Addon

For enhanced control over the bots and to simplify command usage, you can also make use of our addon:
- Chinese version: [Unbot Addon (zh)](https://github.com/liyunfan1223/unbot-addon).
- English version (maintained by @Revision): [Unbot Addon (en)](https://github.com/noisiver/unbot-addon/tree/english).
For enhanced control over the bots and to simplify command usage, you can also make use of available Playerbots addons:
- [Multibot](https://github.com/Macx-Lio/MultiBot) (by Macx-Lio)
- [Unbot Addon (zh)](https://github.com/liyunfan1223/unbot-addon) (Chinese version by Liyunfan)
- [Unbot Addon (en)](https://github.com/noisiver/unbot-addon/tree/english) (English version translated by @Revision)

## Frequently Asked Questions

Expand Down
11 changes: 7 additions & 4 deletions modules/mod-playerbots/conf/playerbots.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ AiPlayerbot.AutoGearCommand = 1
# default: 3 (rare)
AiPlayerbot.AutoGearQualityLimit = 3

# Equips gear score limitation for auto gear command (0 = no limit)
# Equips item level (not gearScore) limitation for auto gear command (0 = no limit)
# default: 0 (no limit)
AiPlayerbot.AutoGearScoreLimit = 0

Expand Down Expand Up @@ -728,7 +728,7 @@ AiPlayerbot.FastReactInBG = 1
#

# All In seconds
AiPlayerbot.RandomBotUpdateInterval = 1
AiPlayerbot.RandomBotUpdateInterval = 20
AiPlayerbot.RandomBotCountChangeMinInterval = 1800
AiPlayerbot.RandomBotCountChangeMaxInterval = 7200
AiPlayerbot.MinRandomBotInWorldTime = 3600
Expand Down Expand Up @@ -1454,13 +1454,16 @@ AiPlayerbot.RandombotsWalkingRPG = 0
AiPlayerbot.RandombotsWalkingRPG.InDoors = 0

# Specify percent of active bots
# The default is 10. With 10% of all bots going active or inactive each minute.
# The default is 10. With 10% of all bots going active or inactive each minute. Regardless
# This value is only applied to inactive areas where no real-players are detected, when
# real-players are nearby, friend, group, guild, bg, instances etc the value is always
# enforced to 100%
AiPlayerbot.BotActiveAlone = 100

# Specify smart scaling is enabled or not.
# The default is 1. When enabled (smart) scales the 'BotActiveAlone' value.
# Only when botLevel is between WhenMinLevel and WhenMaxLevel.
AiPlayerbot.botActiveAloneSmartScale = 0
AiPlayerbot.botActiveAloneSmartScale = 1
AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1
AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80

Expand Down
Loading

0 comments on commit f85cb32

Please sign in to comment.