mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
[Configuration] Enable free food
This commit is contained in:
parent
1f8b34778c
commit
b7e2408047
@ -224,8 +224,8 @@ AiPlayerbot.SyncQuestForPlayer = 0
|
||||
AiPlayerbot.SyncLevelWithPlayers = 0
|
||||
|
||||
# Give free food to random bots
|
||||
# Default: 0 (disabled)
|
||||
AiPlayerbot.FreeFood = 0
|
||||
# Default: 1 (enabled)
|
||||
AiPlayerbot.FreeFood = 1
|
||||
|
||||
# Bot automatically trains spells when talking to trainer (yes = train all available spells as long as the bot has the money, free = auto trains with no money cost, no = only list spells)
|
||||
# Only for random bots
|
||||
@ -352,6 +352,10 @@ AiPlayerbot.AutoAvoidAoe = 1
|
||||
# Default: 1 (enable)
|
||||
AiPlayerbot.TellWhenAvoidAoe = 1
|
||||
|
||||
# Premade spell to avoid (undetected spells)
|
||||
# spellid-radius, ...
|
||||
AiPlayerbot.PremadeAvoidAoe = 62234-4
|
||||
|
||||
# Random bot default strategies (applied after defaults)
|
||||
AiPlayerbot.RandomBotCombatStrategies = "+dps,+dps assist,-threat"
|
||||
# AiPlayerbot.RandomBotNonCombatStrategies = "+grind,+loot,+rpg,+custom::say"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user