# wow-addon-playerbots **Repository Path**: ithell/wow-addon-playerbots ## Basic Information - **Project Name**: wow-addon-playerbots - **Description**: Playerbots为魔兽世界3.35机器人插件 - **Primary Language**: C++ - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-09-02 - **Last Updated**: 2025-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PlayerBots Addon In the WoW private server community there was a guy named ike3 who wrote a bot script that would create robot players in the game. You could have hundreds of them, and they would run around and fight and do quests, you could party w/ them, and even better you could bring your alts and play with them too. Efforts are underway to port this bot code to [AzerothCore](http://www.azerothcore.org) via the [PlayerBots](https://github.com/ZhengPeiRu21/mod-playerbots) module. This repository is an addon project that will facilitate managing the bots by the player ingame. It begins as a fork of ike3's original addon package which he developed for the Mangos project. ## Install Download this [zip](https://github.com/whipowill/wow-addon-playerbot/archive/master.zip) into your ``C:\\Games\WoW\Interface\Addons\PlayerBots`` directory. ## Manual Be sure to consult the [Operator's Manual](https://github.com/whipowill/wow-addon-playerbots/blob/master/MANUAL.md) for detailed information about how to control the bots. ## Usage Type `/bot` into the WoW chat bar to bring up the roster window. ![Screenshot](screenshots/bot_roster.png) Click on the bot character, making him your target, to bring up the control window. ![Screenshot](screenshots/bot_controls.png) ## Changelog - Minor edits to original code to work w/ PlayerBots. - SelectedBotPanel only shows if RosterPanel is already open. - Added additional commands to the SelectedBotPanel. - Strategy buttons issue positive commands, reset buttons issue negative commands. ## Todo - Attack by icon isn't on the panel atm. ## References - [ike3's Announcement](https://www.getmangos.eu/forums/topic/5401-ai-playerbot/) - [ike3's Addon Package](https://github.com/ike3/mangosbot-addon) - [ike3's Instructions](http://ike3.github.io/mangosbot-docs/)