Please, report any bug/problem as curse comment or curseforge ticket.
this will help. thanks.
What is this?
-------------
This is nothing more than the name tells.
Another panel, that opens near the blizz calendar event panel, that gives you more information about the players.
Before forming raid, u can know:
-who is online and who is not (instant for guildies and friends, periodically performs whois on offguild players)
-who is on an alt (checks guild note and friendlist, supports auldlangsyne addon)
-which role (tank ranged melee heal) is each invited player (players are marked manually, this marking is saved thru sessions, supports multiple specs)
-how many u have for each role for the selected raid size (10/25)
-who is already in your raid
-history of signups (sorted, most recent last)
-who is signed, but has a low rank, so doesnt have spot granted
-who signed in the last X minutes (configurable)
It does support both invite-events and guild-wide-events (guild events tested just a bit)
If you are not event owner, the apply buttons has no effect, but you can still invite ppl.
How can i use it?
-----------------
U can just install this and use it pasively, just doing the thing the way u are used. You will just have some extra info on the side.
Else, as raid leader, there are 2 ways of using it:
-the first is to check the players you choosen and then press APPLY. This will mark other players as STANDBY, and will let you do a invite from blizz calendar
-the second is to perform invite within the CalendarInvite itself. the only difference (apart from addon beign bugged in converting to raid) is that this time addon will whisper alts announcing invite
There are known bugs?
---------------------
Many. More than bugs, they are things i didnt fixed, coz the software was ment to remain private.
Most are relative to frame behaviour, some to raid inviter, prob the offguild whois checks can also be better.
Hope making it public will improve this.
Does this addon require a widescreen?
-------------------------------------
No, but its designed for a widescreen display-ratio.
I developed it for myself and my guildleader. Both have 24", so i did it like this.
The frame is clamped to screen (which means it wont move out of the view area), but probably you will get some frames overlapping.
Solutions could be movable frame, scale blizz calendar, move frame over the calendar or.... buy a new monitor ;)
Why it was so badly configurable?
--------------------------------
Coz at start i developed it for my guild only.
Now it comes with full ingame gui for the options, so it a bit more user-frienldy
some stuff is still hardcoded so it suits my needs (like the brackets in auldlangsyne comments)
- guild alts: ALL alts must be tagged in guild description with the alt pattern (default prefix "Alt: ")
addon will strip pattern, then pick the first word as mainchar name
- friends with auldlangsyne addon: must set a note for each friend with main closed with round brackets, like "(Nameofmain)"
- friends with blizzard notes: must set a note for each friend with main name with no brackets or whatever
- 2 comments
- 2 comments
Facts
- Date created
- 17 Aug 2009
- Category
- Last update
- 28 Dec 2009
- Development stage
- Release
- Language
- enUS
- License
- GNU General Public License version 3 (GPLv3)
- Curse link
- Calendar Inviter
- Recent files
- R: 0.984 for 3.3.0 on 28 Dec 2009
- R: 0.983 for 3.3.0 on 15 Dec 2009
- R: 0.982 for 3.2.0 on 07 Nov 2009
- B: 0.981 beta for 3.2.0 on 19 Oct 2009
- R: 0.971 for 3.2.0 on 08 Oct 2009
- #2
eviloz Sun, 20 Dec 2009 18:40:48thanks for comment in frist place. i think that part sucks abit still
is my intention to rewrite it from scratch, leaving a plain "unknown" for new players. as it often happens that new players (marked dps) pass unnoticed and i do my math wrong during invites.
so a invalid setting in save variables should list it as UNKNOWN
- #1
elgustav Thu, 19 Nov 2009 17:44:10BUG:
Strangely some events in my calendar don't show the Calendar Inviter window when I click on them whilst others do. I've just reloaded my UI with only Calendar Inviter loaded and the problem is persisting. It seems all events I make myself are ok but apart from that I cannot identify the cause e.g. a TOC25 guild run I am listed in won't bring up the window but a PUG run for TOC25 does. Being set to assistant makes no difference either. I am going to clear the saved variables for the addon to see if that helps but otherwise I'm not sure how to solve it.
EDIT: If it's any help I've figured that it's only not showing when certain members of my guild have been invited but I cannot see a link between the names (see below). They're a mixture of alts, officers and social members and I've not assigned Healer/DPSmelee/DPSranged/tank to any of them in CalendarInviter as of yet.
Sarandir
Veiks
Louisvuitton
Lagspyke
Iltwoll
EDIT 2: It seems clearing the saved variables has sorted it but obviously I've lost all the role assignements I had given. Upon checking the saved variables .lua file it appears all problematic characters are set to :
["Sarandir"] = {
"dps", -- [1]
"dps", -- [2]
As far as I can tell "dps" was the old label for players who performed dps in raids but during a recent update the distinction between melee and ranged was included. In doing so the "dps" label was replaced with "1" for melee? and "2" for ranged (similarly "Healers" and "Tanks" were changed to "3" and "4"). It seems to me that in the case of players previously marked as dps the function for updating the old label types in my old database isn't working correctly to update them to the new label, hence they are still listed as I wrote above (with the "dps" label). For anyone else having a similar problem that doesn't want to lose their non dps labels given to players from an old database I suggest backing up the CalendarInviter.lua file in Saved Variables folder first then editing the old one by using find and replace in your text editor to change:
"dps", -- [1] with 1, -- [1]
and
"dps", -- [2] with 2, -- [2]
I've not fully tested this myself yet but it should convert all players set to the existing DPS label to both dps melee and dps ranged. Obviously some work is then needed to go through and pick the suitable dps for each but atleast you don't lose all the labelled healers and tanks. Unfortunately with my inferior knowledge I can't tell if the function isn't working correctly or if it's just not being called in the first place.