Updated Playerbot Configuration (markdown)

kadeshar 2025-08-24 21:16:13 +02:00
parent c099dc4e8c
commit 01d085f290

@ -1,7 +1,7 @@
## Disclaimer ## Disclaimer
It has been observed that having a lot of bots, or players for that matter, will put a strain on hard drives; even with a fairly low amount of bots or players. MySQL will continuously read and write to the disk and the amount quickly adds up. It has been observed that having a lot of bots, or players for that matter, will put a strain on hard drives; even with a fairly low amount of bots or players. MySQL will continuously read and write to the disk and the amount quickly adds up.
Recommended configuration to extend lifespan of your hard drive: Recommended configuration to extend lifespan of your hard drive:
- in mysql configuration file add line 'skip-log-bin' which reduce ~75-90% of writes because skipping binary logging - in mysql configuration file add line `skip-log-bin` which reduce ~75-90% of writes because skipping binary logging
- in playerbots configuration file enable `AiPlayerbot.DisabledWithoutRealPlayer` to make sure no bots are logged in while no players are - in playerbots configuration file enable `AiPlayerbot.DisabledWithoutRealPlayer` to make sure no bots are logged in while no players are
- use as few bots as possible or limit yourself to only using altbots to minimize the amount of writes - use as few bots as possible or limit yourself to only using altbots to minimize the amount of writes