I'd like to refresh Beacon of Light on the tank 10 seconds before it has run out. Is there a command to get the rest time of an aura?
Regards,
Highend
Code:
else if (!tar.ActiveAuras.ContainsKey("Beacon of Light") && tar.Guid == tank.Guid)
{
s = "Beacon of Light";
Regards,
Highend