From e298abdbe147fbf3fe0c702ccec057a153a49649 Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Sun, 17 Dec 2023 19:58:28 +0800 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4fcb9833..aeeccbdb 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ To install this module, please refer to the AzerothCore Wiki for detailed instru We've provided a simple method to clone the module: ```bash -git clone https://github.com/liyunfan1223/azerothcore-wotlk.git --branch=Playerbot --depth=1 +git clone https://github.com/liyunfan1223/azerothcore-wotlk.git --branch=Playerbot +cd azerothcore-wotlk cd module -git clone https://github.com/liyunfan1223/mod-playerbots.git --branch=master --depth=1 +git clone https://github.com/liyunfan1223/mod-playerbots.git --branch=master ``` ## Quick Start & Documentation @@ -28,7 +29,7 @@ Please be aware that documentation for newly added commands is currently lacking The module primarily emphasizes the following key features, and we have implemented improvements in these areas: -- **Random Bots:** We have enhanced the behavior of random bots to make them mimic real players more closely, creating a more authentic player server environment. +- **Bots in World (Random bot):** We have enhanced the behavior of random bots to make them mimic real players more closely, creating a more authentic player server environment. - **Bots in Raid:** We've empowered bots to conquer challenging raid content by implementing specific strategies for various bosses, making raid encounters more engaging. Additionally, we have enhanced bots' capabilities in various roles such as DPS, healing, and tanking, ensuring they contribute effectively to the success of raid groups.