From 28b2dcd7b43a1f7d1d14f19976d249bceb3d43d4 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:58:07 +0200 Subject: [PATCH] Updated Playerbots configuration (markdown) --- Playerbot-Configuration.md | 19 +++++++++++++++++++ Playerbots-configuration.md | 2 -- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 Playerbot-Configuration.md delete mode 100644 Playerbots-configuration.md diff --git a/Playerbot-Configuration.md b/Playerbot-Configuration.md new file mode 100644 index 0000000..0527555 --- /dev/null +++ b/Playerbot-Configuration.md @@ -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 +# +``` \ No newline at end of file diff --git a/Playerbots-configuration.md b/Playerbots-configuration.md deleted file mode 100644 index ab8adb4..0000000 --- a/Playerbots-configuration.md +++ /dev/null @@ -1,2 +0,0 @@ -Todo... -