Updated Playerbots configuration (markdown)

bash 2024-10-26 15:58:07 +02:00
parent aafaadd662
commit 28b2dcd7b4
2 changed files with 19 additions and 2 deletions

@ -0,0 +1,19 @@
Todo...
## Recommended config
worldserver.conf
```bash
# otherwise bots wont accept quests
Quests.IgnoreAutoAccept = 1
# performance (minimal 4)
MapUpdate.Threads = 6
# no player limit for the bots
PlayerLimit = 0
```
playerbot.conf
```bash
#
```

@ -1,2 +0,0 @@
Todo...