This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
Adds current and max vengance values to PitBull4 LuaTexts.
Usage:
local currentVengance = Vengance(unit)
local maxVengance = VenganceMax(unit)
local p = currentVengance / maxVengance * 100
return "%d - %.1f%%", currentVengance, p
result: 700 - 10.1%
Comments
To post a comment, please login or register a new account.
Comments