mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Merge pull request #853 from valsan-azerty-boi/ft/conf-min-lvl-mount
Feat: Mount level for bot configurable instead of hardcoded
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
# PLAYERBOT SETTINGS
|
||||
# GENERAL
|
||||
# SUMMON OPTIONS
|
||||
# MOUNT
|
||||
# GEAR
|
||||
# LOOTING
|
||||
# TIMERS
|
||||
@@ -199,6 +200,36 @@ AiPlayerbot.BotRepairWhenSummon = 1
|
||||
#
|
||||
####################################################################################################
|
||||
|
||||
####################################################################################################
|
||||
# MOUNT
|
||||
#
|
||||
#
|
||||
|
||||
# Defines at what level a bot will naturally use its 60% ground mount
|
||||
# note: was level 20 during WotLK, 30 during TBC, 40 during Vanilla
|
||||
# default: 20
|
||||
AiPlayerbot.UseGroundMountAtMinLevel = 20
|
||||
|
||||
# Defines at what level a bot will naturally use its 100% fast ground mount
|
||||
# note: was level 40 during WotLK, 60 during Vanilla
|
||||
# default: 40
|
||||
AiPlayerbot.UseFastGroundMountAtMinLevel = 40
|
||||
|
||||
# Defines at what level a bot will naturally use its 150% fly mount
|
||||
# note: was level 60 during WotLK, 70 during TBC
|
||||
# default: 60
|
||||
AiPlayerbot.UseFlyMountAtMinLevel = 60;
|
||||
|
||||
# Defines at what level a bot will naturally use its 280% fast fly mount
|
||||
# note: was level 70 during WotLK and TBC
|
||||
# default: 70
|
||||
AiPlayerbot.UseFastFlyMountAtMinLevel = 70;
|
||||
|
||||
#
|
||||
#
|
||||
#
|
||||
####################################################################################################
|
||||
|
||||
####################################################################################################
|
||||
# GEAR
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user