https://github.com/kkthnx-wow/latencyguard
Optimizes your gameplay experience by dynamically adjusting the Spell Queue Window based on your current network latency
https://github.com/kkthnx-wow/latencyguard
addons combat gameplay kkthnx kkthnxui latency warcraft-addon world-of-warcraft world-of-warcraft-addon
Last synced: 6 months ago
JSON representation
Optimizes your gameplay experience by dynamically adjusting the Spell Queue Window based on your current network latency
- Host: GitHub
- URL: https://github.com/kkthnx-wow/latencyguard
- Owner: Kkthnx-Wow
- Created: 2023-12-29T18:05:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T19:19:49.000Z (over 1 year ago)
- Last Synced: 2024-06-16T20:35:23.072Z (over 1 year ago)
- Topics: addons, combat, gameplay, kkthnx, kkthnxui, latency, warcraft-addon, world-of-warcraft, world-of-warcraft-addon
- Language: Lua
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Latency Guard
Latency Guard optimizes your gameplay experience by dynamically adjusting the 'Spell Queue Window' based on your current network latency.
## Overview
Latency Guard helps you maintain an optimal gaming experience by automatically adjusting the `Spell Queue Window` to match your network latency. This adjustment ensures that your spells and abilities are executed with minimal delay, providing a smoother and more responsive gameplay experience.
## Features
- **Dynamic Latency Adjustment**: Automatically updates the `Spell Queue Window` based on your current network latency.
- **Zero Latency Detection**: Handles cases where latency drops to zero by starting a periodic check to ensure accurate updates.
- **User Feedback**: Optionally receive feedback messages when the `Spell Queue Window` is updated.
- **Combat Safe**: Queues updates during combat and processes them once combat ends.## Installation
1. Download the latest version of Latency Guard from [GitHub Releases](https://github.com/Kkthnx-Wow/LatencyGuard/releases).
2. Extract the downloaded zip file.
3. Copy the `LatencyGuard` folder to your World of Warcraft Addons directory:
- _Windows_: `C:\Program Files (x86)\World of Warcraft\_retail_\Interface\AddOns\`
- _Mac_: `/Applications/World of Warcraft/_retail_/Interface/AddOns/`4. Restart World of Warcraft or reload your UI with `/reload`.
## Usage
Latency Guard works in the background once enabled. You can configure it through the provided options to suit your needs. The addon will automatically adjust the Spell Queue Window based on your current latency, ensuring an optimized gameplay experience.## License
This project is licensed under the MIT License. See the LICENSE file for details.