• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Killer Monkeys - Attendance

 

Project Updated:
Files Updated: Mon, Aug 31 2009
Supports Game Version: 3.2.0
Category: Guild
Tags:

[Edit Tags]

Project Manager: ReiserFS
Additional Authors: No additional authors
Current Version: Killer Monkeys - Attendance 1.1.2
License: GNU General Public License version 3 (GPLv3)
Development Site: CurseForge
Avg Daily DL (last 30 days): 8
Downloads Total: 4,751
Favorites: 11
Comments: 24
  • About Killer Monkeys - Attendance
  •  

Killer Monkeys - Attendance is an Addon that use the Built-in Wotlk Wow Calendar, to manage and generate the Guild Members Attendance.

==== HISTORY ====
Since Patch 3.0.2 the game have a built-in calendar feature. My guild has used phpRaid on our website to manage the raid events and generate the attendance.

We agreed that using the in-game calendar the officers work will be more easy, so we decide to use the calendar to since patch 3.0.2

The Calendar have 6 Flags on Inivite Status that we can use:
- Invited (members invited for the raid)
- Accepted (Members invited who accepted the event)
- Declined (Members invited who declined the event)
- Confirmed (Members who accepted the event and show up)
- Standby (Members who accepted but stay at replace)
- Out (Memers that accepted and do not show up, or members who dont declined or accepted the event)

So we can set some points for each flag, like 1 point to Confirmed and 0.5 point to Standby and -1 to out (negative point).
In the end the Addon will get the flag for each event and make the attendance using the formula

attendance = (((confirmed * factor_confirmed) + (standby * factor_standby) + (declined * factor_declined) + (out * factor_out)) * 100) / NUMBER_OF_EVENTS

====FEATURES=====
- Make the attendance number using calendar data.
- Dont need to sicronize with another member since the calendar is buil-in.
- Can choose the week days that count attendance (ex: Monday, Tuesday, Wednesday)
- Can ignore some events.
- Set the months to count attendance (1 default, 30 days).
- Set the flag values for your guild (Confirmed = 1 or 2 you choose).
- Auto update flags using the actual raid group. (Raid Check)
- Can choose the type of event that count attendance (Nax10man, Nax25man).

==== TODO =====
- Can update the event direct from the addon, not from Calendar.
- Purge button.
- Report Event and Player Att Details (TEXT and BBCODE, for Forums).

=== Know issues ====
- When fresh install to get the calendar data first you need to open the game calendar.
- To complete the data from an event you need to open the event from calendar, couse the Function OpenCalendarEvent is not working, wating blizz fix it.
- Last night i get an UI error when trying to update the calendar using the raid tab, but dunno why, investigating.

=== ENGRISH ====
My english is not that good to make a good explain here, sorry about that.

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Killer Monkeys - Attendance 1.1.2 Release 3.2.0 564 8/31/2009
  Killer Monkeys - Attendance Beta 3.2.0 291 8/10/2009
  Killer Monkeys - Attendance v0.9.5 Beta 3.1.0 696 5/13/2009
  Killer Monkeys - Attendance v0.9.4 Beta 3.1.0 427 4/22/2009
  Killer Monkeys - Attendance v0.8.6 Beta 3.0.8 1,556 2/5/2009
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • ReiserFS said 

    I have to say to everyone that, my guild have stoped the raiding progression, so i dont know if i will update this addon anymore. I have made this project with the objetive of control my guild attendance.

    But now i dont see any reason to keep this project.

    My others addons will receive updates, but this one, i dont know.

    Reply Report Permalink
  • Ginster said 

    Ya that would be awsome thnx, also there is something else i noticed. The people who sign up on the calendar but then click themselves as "OUT" pre raid because they cant make it or something count as out on the mod, whicch means they get negatice % value. Is there a way to distinguish these people, or do we just have to make sure they are removed from the calendar before we update it?

    Reply Report Permalink
  • Ginster said 

    Is there a way you can make it so i can select more than one person at a time to report or some way of only selecting a certain guild rank to show, because we are a big guild, but only like 40 people raid so when we post the results on the forum its a 400 person list. Or maybe im missing something but i didnt see a way to do this.

    Reply Report Permalink
  • ReiserFS said 

    I think if i put a options to chose the ranks will apear in the report will be a best option, couse that way will be a pain to you click on 40 ppl to report.

    What do you think?

    Reply Report Permalink
  • ReiserFS said 

    bellert, i know the interface is not friendly, i cant make the addon more simple becouse blizz block some calendar requests, and the addon have to do some of their functions manualy.

    Im planing to make a new code from zero, and stop using the calendar database, becouse blizzard change the expire time of the events and now you can only get 2 or 3 weeks database.

    i release a new version now with suport to guild event, and suport to 3.2.

    Reply Report Permalink
  • Please can you add a user guide to this addon, I have it downloaded but I dont understand how to get it up and running. Does the event have to be invited from the guild calendar for the program to register it as a guild event? Can I go in and start attendance manually? So much of this isnt explained.

    Reply Report Permalink
  • ReiserFS said 

    Guild Event is a new feature in 3.1 but still have a few documentation about, im working on guild events, but the addon is working only with the normal events at the moment.

    Reply Report Permalink
  • kmatt is not picking up guild event; any reason why this is?

    Reply Report Permalink
  • vipernet said 

    Errors found on login:

    KM_att.lua 1001 - : attempt to concatenate local 'title' (a nil value)

    Line 1001:
    KMATTDebug("TEXTURA NOT: "..title.." - "..textureIndex);
    if (not KMATT_SAVED_VAR_ATT[KMATTRealm][KMATTChar]["CALENDAR"][eventString]) then
    KMATTDebug("EventInfo NOT: "..eventString);
    return;

    I also noticed that the BBcode table doesnt work correctly.


    Any word on this fix?

    Reply Report Permalink
  • ReiserFS said 

    I saw this error, this stupid line i was testing for search the Ulduar raid ID, and i forgot to remove, but, im uploading a new version now without this line.

    Vipernet, can you show me your url forums? so i can see what is wrong or missing in the bbcodes.

    Reply Report Permalink
  • ReiserFS said 

    I put a screenshot example of the report using bbcode
    http://media.curse.com/Curse.Projects.ProjectImages/16553/14405/att_report_bbocde.png

    Reply Report Permalink
  • ReiserFS said 

    Added BBcode.txt file for instructions about the bbcodes.

    Reply Report Permalink
  • ReiserFS said 

    Releasing 3.1 now.

    + Change TOC to 3.1
    + Added Ulduar ID raid
    + Added a check box to not punish invited members (*medivh request)
    + Changed the Accepted columm to Events invited
    + Added Player report (report only player data)

    @Shawat, i like your ideia i will work on this in the next version.

    3.1 Do not include the GetAddonData() function again :( this sux couse i want to make the addon easier and blizzard do not let we work with the addon database like the guild database.
    But i still have hope.

    Reply Report Permalink
  • Shaswat said 

    Great addon. However I had a suggestion. Could it be possible to filter out people from the report function. Currently my guild has several social members and alts who are never invited to raids but are still showing up on the attendance report. A sort based on showing only people who are actually invited or maybe based on guild rank would be appreciated.

    Reply Report Permalink
  • nyxtyr said 

    Very interesting addon!

    Reply Report Permalink
  • Reiser,

    This is a great addon. We don't use DKP in our guild, but rather role equally on loot. However, when you have players who take unannounced vacations, a minimum attendance limit needs to be set, and this addon is perfect for that.

    Reply Report Permalink
  • ReiserFS said 

    For the Next Version:
    ++ Player Report: report the data about the selected player
    ++ Events Report: report the data about the selected event
    ++ Option checkbox for not answering players punish: Will set the flag to Out or Keep Invited
    ++ Change the Accepted columm to Null columm, this columm will list Null events of the player, like the ones he was not invited or not answered (in case the punish is off)
    ++ Change some XML things

    I dont know yet what about the Standby flag, dunno who to use it lol.

    Reply Report Permalink
  • medivh said 

    Please add a column for invited, There are several guilds that don't care if people don't decline, and don't want people to be punished for not answering an invite, people with several adds don't want to log on to all of them just to decline an invite.

    Reply Report Permalink
  • Quakemf said 

    /SIGN
    we are in the same boat, however people who accept and dont show = Out :)

    Reply Report Permalink
  • Quakemf said 

    just quick, in the raid setup tab when you use the update calendar function, who goes to what status?

    I know that if the person is in the raid they change to confirmed, if they have declined they are declined. what about the ppl that have accepted and are online but not in the run, do they go to standby? or what about ppl that accept and are not online i assume they go to OUT, thanks just want to make it clear, we just downloading the mod tonight, its AWESOME :)

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 2,133 epgp (dkp reloaded) Guild
  2. 1,402 Altoholic Guild, Bags & Inventory, Mail...
  3. 1,397 EPGPLootmaster Chat & Communication, Bags...
  4. 863 Group Calendar 5 Guild, Boss Encounters, Quests...
  5. 494 Raid Tracker Data Export, Boss Encounters...