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... -