mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +01:00
Updated Playerbot Configuration (markdown)
parent
98a260fd5a
commit
5b8aebc655
@ -45,36 +45,46 @@ AiPlayerbot.RandomBotAccountPrefix = "rndbot"
|
|||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
# randombots
|
# randombots
|
||||||
|
# - RandomBotMaps: 0=Eastern Kingdoms, 1=Kalimdor, 530=Outland, 571=Northrend
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
AiPlayerbot.EnableRotation = 0
|
AiPlayerbot.RandomBotMinLevel = 1
|
||||||
|
AiPlayerbot.RandomBotMaxLevel = 80
|
||||||
AiPlayerbot.AutoTeleportForLevel = 1
|
AiPlayerbot.AutoTeleportForLevel = 1
|
||||||
AiPlayerbot.RandomBotMaps = 0,1,530,571
|
AiPlayerbot.RandomBotMaps = 0,1,530,571
|
||||||
|
|
||||||
AiPlayerbot.RandomBotMaxLevelChance = 0.01
|
AiPlayerbot.RandomBotMaxLevelChance = 0.01
|
||||||
AiPlayerbot.RandomBotFixedLevel = 0
|
AiPlayerbot.RandomBotFixedLevel = 0
|
||||||
AiPlayerbot.DisableRandomLevels = 0
|
AiPlayerbot.DisableRandomLevels = 0
|
||||||
AiPlayerbot.RandombotStartingLevel = 5
|
AiPlayerbot.RandombotStartingLevel = 5
|
||||||
AiPlayerbot.SyncLevelWithPlayers = 0
|
AiPlayerbot.SyncLevelWithPlayers = 0
|
||||||
AiPlayerbot.DisableDeathKnightLogin = 0
|
AiPlayerbot.DisableDeathKnightLogin = 1
|
||||||
AiPlayerbot.SyncQuestWithPlayer = 1
|
AiPlayerbot.SyncQuestWithPlayer = 1
|
||||||
AiPlayerbot.AutoDoQuests = 1
|
AiPlayerbot.AutoDoQuests = 1
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
# autoGear/maintenance & alt/guild bots
|
# command (gear: 1 = normal, 2 = uncommon, 3 = rare, 4 = epic, 5 = legendary)
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
AiPlayerbot.AutoGearQualityLimit = 3
|
AiPlayerbot.AutoGearQualityLimit = 4
|
||||||
AiPlayerbot.AutoGearCommand = 1
|
AiPlayerbot.AutoGearCommand = 1
|
||||||
AiPlayerbot.MaintenanceCommand = 1
|
AiPlayerbot.MaintenanceCommand = 1
|
||||||
AiPlayerbot.AllowPlayerBots = 1
|
AiPlayerbot.AllowPlayerBots = 1
|
||||||
AiPlayerbot.AllowGuildBots = 1
|
AiPlayerbot.AllowGuildBots = 1
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
# botActiveAlone & autoscale
|
# chat and broadcast (default; RepeatDelay = 2000)
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
AiPlayerbot.BotActiveAlone = 10
|
#AiPlayerbot.RepeatDelay = 2000
|
||||||
AiPlayerbot.botActiveAloneSmartScale = 1
|
AiPlayerbot.EnableBroadcasts = 0
|
||||||
AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1
|
AiPlayerbot.RandomBotTalk = 0
|
||||||
AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80
|
AiPlayerbot.RandomBotEmote = 0
|
||||||
|
AiPlayerbot.RandomBotSuggestDungeons = 0
|
||||||
|
AiPlayerbot.EnableGreet = 0
|
||||||
|
AiPlayerbot.ToxicLinksRepliesChance = 0
|
||||||
|
AiPlayerbot.ThunderfuryRepliesChance = 0
|
||||||
|
AiPlayerbot.GuildRepliesRate = 0
|
||||||
|
AIPlayerbot.GuildFeedback = 0
|
||||||
|
AiPlayerbot.RandomBotSayWithoutMaster = 0
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
# intervals
|
# intervals
|
||||||
@ -117,19 +127,15 @@ AiPlayerbot.AggroDistance = 22
|
|||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
# chat and broadcast (chat is faulty atm, so disable for now)
|
# performance related
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
#AiPlayerbot.RepeatDelay = 2000
|
AiPlayerbot.BotActiveAlone = 10
|
||||||
AiPlayerbot.EnableBroadcasts = 0
|
AiPlayerbot.botActiveAloneSmartScale = 1
|
||||||
AiPlayerbot.RandomBotTalk = 0
|
AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1
|
||||||
AiPlayerbot.RandomBotEmote = 0
|
AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80
|
||||||
AiPlayerbot.RandomBotSuggestDungeons = 0
|
|
||||||
AiPlayerbot.EnableGreet = 0
|
PlayerbotsDatabase.WorkerThreads = 1
|
||||||
AiPlayerbot.ToxicLinksRepliesChance = 0
|
PlayerbotsDatabase.SynchThreads = 2
|
||||||
AiPlayerbot.ThunderfuryRepliesChance = 0
|
|
||||||
AiPlayerbot.GuildRepliesRate = 0
|
|
||||||
AIPlayerbot.GuildFeedback = 0
|
|
||||||
AiPlayerbot.RandomBotSayWithoutMaster = 0
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Memory footprint
|
## Memory footprint
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user