An open API service indexing awesome lists of open source software.

https://github.com/keramas/hovertracker


https://github.com/keramas/hovertracker

Last synced: about 2 months ago
JSON representation

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)
![wrong](images/nomove.png)

Green = You may fire when ready!
![right](images/goodmove.png)

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
```