mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Levelup maintenance compile
This commit is contained in:
@@ -271,7 +271,7 @@ AiPlayerbot.DispelAuraDuration = 700
|
|||||||
# Delay between two bot actions
|
# Delay between two bot actions
|
||||||
AiPlayerbot.ReactDelay = 100
|
AiPlayerbot.ReactDelay = 100
|
||||||
|
|
||||||
# Dynamically adjust react delay for bots in different status to reduce server delays
|
# Dynamically adjust react delay for bots in different status to reduce server lags
|
||||||
AiPlayerbot.DynamicReactDelay = 1
|
AiPlayerbot.DynamicReactDelay = 1
|
||||||
|
|
||||||
# Inactivity delay
|
# Inactivity delay
|
||||||
|
|||||||
@@ -8,10 +8,9 @@
|
|||||||
|
|
||||||
#include "AddLootAction.h"
|
#include "AddLootAction.h"
|
||||||
#include "AttackAction.h"
|
#include "AttackAction.h"
|
||||||
#include "AutoLearnSpellAction.h"
|
|
||||||
#include "ShareQuestAction.h"
|
#include "ShareQuestAction.h"
|
||||||
#include "BattleGroundTactics.h"
|
#include "BattleGroundTactics.h"
|
||||||
#include "AutoTeleportForLevelAction.h"
|
#include "AutoMaintenanceOnLevelupAction.h"
|
||||||
#include "BattleGroundJoinAction.h"
|
#include "BattleGroundJoinAction.h"
|
||||||
#include "BattleGroundTactics.h"
|
#include "BattleGroundTactics.h"
|
||||||
#include "BuyAction.h"
|
#include "BuyAction.h"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "AutoTeleportForLevelAction.h"
|
#include "AutoMaintenanceOnLevelupAction.h"
|
||||||
|
|
||||||
#include "GuildMgr.h"
|
#include "GuildMgr.h"
|
||||||
#include "PlayerbotAIConfig.h"
|
#include "PlayerbotAIConfig.h"
|
||||||
Reference in New Issue
Block a user