mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
miscs: movement, coredump fix, rndbot
This commit is contained in:
@@ -87,8 +87,7 @@ AiPlayerbot.RandomBotShowCloak = 1
|
||||
AiPlayerbot.DisableRandomLevels = 0
|
||||
|
||||
# Set randombots starting level here if "AiPlayerbot.DisableRandomLevels" enabled
|
||||
# Recommended: 5+
|
||||
AiPlayerbot.RandombotStartingLevel = 5
|
||||
AiPlayerbot.RandombotStartingLevel = 1
|
||||
|
||||
# Set kill XP rate for bots (default: 1)
|
||||
# Server XP Rate * AiPlayerbot.KillXPRate
|
||||
@@ -456,7 +455,7 @@ AiPlayerbot.GlobalCooldown = 500
|
||||
AiPlayerbot.MaxWaitForMove = 5000
|
||||
|
||||
# Action expiration time
|
||||
AiPlayerbot.ExpireActionTime = 500
|
||||
AiPlayerbot.ExpireActionTime = 5000
|
||||
|
||||
# Max dispel auras duration
|
||||
AiPlayerbot.DispelAuraDuration = 700
|
||||
|
||||
Reference in New Issue
Block a user