Addon that automates interactions with buff NPCs. Provides the following functionalities:
- Double-clicking buff NPCs to receive buffs.
- Automatically selecting the option to reset Heroism/Bloodlust cooldown if it's on cooldown.
- Marking the buffbot on mouseover.
- Download the addon as a zip file.
- Unzip the file.
- Rename the folder to "AutoAdal" (the same name as the .toc file).
- Move the folder to the
/Interface/AddOnsdirectory.
The double-click functionality is implemented by tracking the last two mouseover events on the NPC. Clicking on NPC fires the UPDATE_MOUSEOVER_UNIT event, which is used to track the last two mouseover events. If the last two mouseover events are the same NPC and withing configured distance, it counts as a double-click.

