Initial commit
Update README.md Added new keybinding and function to seleft QA Target\nRemoved debug/print messages Update README.md Update README.md Update README.md Update README.md New keybindings for Setting and clearing the Assist target Added Clear Assist Target for self unit dropdown (player's self right click menu, whatever) Just changed version in the toc file Update README.md
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
# QuickAssist
|
||||
|
||||
A simple World of Warcraft Classic addon that allows you to designate a player as your assist target and quickly assist them with a single keypress. Perfect for raid environments where you need to quickly switch targets to match your tank or raid leader.
|
||||
|
||||
## Features
|
||||
|
||||
- Designate any player as your assist target through a right-click menu option
|
||||
- Quickly assist your designated target with a single keybind
|
||||
- If no target is set, the keybind will assist your current target instead
|
||||
- Settings persist between game sessions
|
||||
- Works with party members, raid members, and any targetable players
|
||||
|
||||
## Commands
|
||||
|
||||
- `/qa` or `/quickassist` - Shows commands and current assist target
|
||||
- `/qa clear` - Clears current assist target
|
||||
|
||||
## Usage
|
||||
|
||||
1. Right-click on any player, party member, or raid member
|
||||
2. Select "Set as Assist Target" from the menu
|
||||
3. Use your assigned keybind to quickly assist their target
|
||||
4. You can also set another key for selecting you current QA Target
|
||||
|
||||
## Installation
|
||||
|
||||
1. Download the addon from [this link](https://github.com/Eureka-Games/WoW-QuickAssist/releases/download/v1.2/QuickAssist.zip) or visit [Releases](https://github.com/Eureka-Games/WoW-QuickAssist/releases) section
|
||||
2. Extract to your `World of Warcraft\Interface\AddOns` folder
|
||||
3. The folder structure should look like: `Interface\AddOns\QuickAssist\`
|
||||
4. Restart World of Warcraft if it's running
|
||||
5. Set up your keybind in the game's Key Bindings menu
|
||||
|
||||
## Configuration
|
||||
|
||||
Set up your assist keybind through the standard WoW interface:
|
||||
1. Open Game Menu
|
||||
2. Go to Key Bindings
|
||||
3. Look for "QuickAssist" section
|
||||
4. Set your preferred key for "Assist Target" and "Select QA Target"
|
||||
|
||||
## Use Cases
|
||||
|
||||
- Raid tanks following main tank targets
|
||||
- DPS players following tank or raid leader targets
|
||||
- PvP groups coordinating target switching
|
||||
- Any situation where quick target switching is needed
|
||||
|
||||
## Contributing
|
||||
|
||||
Feel free to submit issues or pull requests if you have suggestions for improvements.
|
||||
|
||||
## License
|
||||
|
||||
This addon is free software: you can freely use, modify, and share it.
|
||||
Do whatever you want with it. No attribution required.
|
||||
Reference in New Issue
Block a user