promotional bannermobile promotional banner

Guild Raid Attendance

Keeps track of raid loot and attendance for guild.

File Details

r88-release

  • R
  • Apr 21, 2019
  • 982.41 KB
  • 584
  • 8.1.5
  • Retail

File Name

GuildRaidAttendance-r88-release.zip

Supported Versions

  • 8.1.5

lightweight tag 7e8d366980c5343c23b0d97c415082d548b9c2a4 r88-release
Author:    KevinSK <shinozakisama@live.com>
Date:    Mon Apr 22 01:17:22 2019 +0800

commit 7e8d366980c5343c23b0d97c415082d548b9c2a4
Author: KevinSK <shinozakisama@live.com>
Date:   Mon Apr 22 01:17:22 2019 +0800

    implement Export CSV

    + Implemented Export CSV functionality.
    + Added a new attendance rate calculation method.
    + Added GRA:CreateButtonGroup in Widgets.lua.
    + Added GRA:ChangeSizeWithAnimation in Widgets.lua.
        + Added GRA:CreateProgressBar in Widgets.lua.
    + Added number of loots to GRA_Roster table.
    * Moved Calc func from Attendance.lua to Utils.lua.
        * Fixed an error in Track.lua that caused the indices of elements in player attendance table to be incorrect.
    * LibPixelPerfect:PixelPerfectPoint now supports TOPLEFT point.