mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-12-01 21:12:50 +08:00
Fixed config options (#785)
This commit is contained in:
@@ -1512,11 +1512,11 @@ AiPlayerbot.RandombotsWalkingRPG.InDoors = 0
|
|||||||
AiPlayerbot.BotActiveAlone = 100
|
AiPlayerbot.BotActiveAlone = 100
|
||||||
|
|
||||||
# Force botActiveAlone when bot is ... of real player
|
# Force botActiveAlone when bot is ... of real player
|
||||||
AiPlayerbot.BotActiveAloneForceWhenInRadius = 150;
|
AiPlayerbot.BotActiveAloneForceWhenInRadius = 150
|
||||||
AiPlayerbot.BotActiveAloneForceWhenInZone = 1;
|
AiPlayerbot.BotActiveAloneForceWhenInZone = 1
|
||||||
AiPlayerbot.BotActiveAloneForceWhenInMap = 0;
|
AiPlayerbot.BotActiveAloneForceWhenInMap = 0
|
||||||
AiPlayerbot.BotActiveAloneForceWhenIsFriend = 1;
|
AiPlayerbot.BotActiveAloneForceWhenIsFriend = 1
|
||||||
AiPlayerbot.BotActiveAloneForceWhenInGuild = 1;
|
AiPlayerbot.BotActiveAloneForceWhenInGuild = 1
|
||||||
|
|
||||||
# Specify smart scaling is enabled or not.
|
# Specify smart scaling is enabled or not.
|
||||||
# The default is 1. When enabled (smart) scales the 'BotActiveAlone' value.
|
# The default is 1. When enabled (smart) scales the 'BotActiveAlone' value.
|
||||||
|
|||||||
Reference in New Issue
Block a user