https://github.com/keramas/hovertracker
https://github.com/keramas/hovertracker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keramas/hovertracker
- Owner: Keramas
- Created: 2025-07-29T06:14:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T10:27:54.000Z (2 months ago)
- Last Synced: 2025-07-29T12:45:42.490Z (2 months ago)
- Language: Lua
- Size: 1.05 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HoverTracker
Super light-weight and simple FFXI add-on for tracking Hover Shot stacks and validating the movement requirement for gaining stacks.
Red = You need to move (more)
Green = You may fire when ready!
Usage:
```lua
//lua load hovertracker
```Automatic visual display when Hover Shot is active a enemy has been claimed.
Commands:
```lua
-- Enable display (display enabled by default)
//ht show-- Hide display
//ht hide-- Manually reset stack count
//ht reset
```