https://github.com/nozzlegear/djuxsurrender
A small World of Warcraft PvP addon that replaces the `/afk` command in rated arena matches with the surrender action.
https://github.com/nozzlegear/djuxsurrender
dragonflight lua wow-addon
Last synced: about 1 month ago
JSON representation
A small World of Warcraft PvP addon that replaces the `/afk` command in rated arena matches with the surrender action.
- Host: GitHub
- URL: https://github.com/nozzlegear/djuxsurrender
- Owner: nozzlegear
- License: mit
- Created: 2022-12-20T16:16:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T16:35:24.000Z (over 3 years ago)
- Last Synced: 2025-01-16T13:17:27.215Z (over 1 year ago)
- Topics: dragonflight, lua, wow-addon
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DjuxSurrender
DjuxSurrender is a small World of Warcraft PvP addon that replaces the `/afk` command in rated arena matches with the surrender action. This will prevent you from losing the honor you'd typically lose if you afk'd out of the match. Just type `/afk` and the addon will automatically surrender for you.
Note: the game will not let you surrender if all of your teammates are still alive.
## Installation
You can download this addon from [Wago](https://addons.wago.io/addons/djuxsurrender) or from the [GitHub releases page](https://github.com/nozzlegear/djuxsurrender/releases/latest). Curse/Overwolf is currently not supported, I recommend using [Wago's addon installer](https://addons.wago.io/) or [WowUp](https://wowup.io/).
If you don't want to use another addon installer, you can always download the zip file from Wago or GitHub and then unzip it into your addons folder. Once unzipped, your file structure should look like this:
```
Interface
└── AddOns
└── DjuxSurrender
├── Core.lua
├── DjuxSurrender.toc
└── etc
```
## Credit
The code in this addon is based off of the original [jaxSurrender by jaxington](https://www.curseforge.com/wow/addons/jaxsurrender).