Hello, thank you for your work, does this mean we can finally manage the equipment for the playerbots in the arena?
(- After a few feedback queries around this, we have implemented worldserver.conf option to disable Playerbot commands (PlayerBots.RestrictCommandsSecurityLevel) for players. This way it's up to you as a server owner, whether the Players should be allowed to use the Playerbots commands (GMs can still use it if you set it in the config)
- Implemented Playerbot Item level configuration
(beta):
You can now fine-tune how strong playerbots are directly from worldserver.conf via gear scaling.
Control the item level of gear bots equip using a global multiplier (PlayerBots.GearScale) and optional per-level-bracket multipliers (e.g. PlayerBots.GearScale.90, PlayerBots.GearScale.80to85, etc.). These stack together, so setting global GearScale = 0.8 and GearScale.90 = 0.9 means level 90 bots get gear at 72% of their normal item level.
You can also cap the maximum gear quality bots can wear with PlayerBots.GearMaxQuality (e.g. set to 3 to limit bots to Rare/Blue gear).
Note: This feature is still in beta and feedback is much welcomed. Extreme gear scale values (especially very low ones) may result in bots having empty equipment slots if no matching items exist at the calculated item level. We recommend making small adjustments and observing the results.)