Witch Hunt - Feature requests

Keep track of who updates their character profile and when

Moderator: Carasak

Witch Hunt [v1.1]

Postby ds » Thu Feb 22, 2007 8:10 pm

I like the mod nice job! :)
One suggestion/request. Please make a define in the config file to that allows viewing of the mod if not logged in as Admin. I want all my guild members to see who is a slacker or not.
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

Re: Witch Hunt [v1.1]

Postby Carasak » Thu Feb 22, 2007 8:21 pm

will do that
User avatar
Carasak
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 114
Joined: Tue Aug 15, 2006 2:33 am
Location: Spain

Re: Witch Hunt [v1.1]

Postby Carasak » Thu Feb 22, 2007 9:26 pm

ds001 wrote:I like the mod nice job! :)
One suggestion/request. Please make a define in the config file to that allows viewing of the mod if not logged in as Admin. I want all my guild members to see who is a slacker or not.


done

released v1.1.1
User avatar
Carasak
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 114
Joined: Tue Aug 15, 2006 2:33 am
Location: Spain

Witch Hunt [v1.1.2]

Postby aniodon » Fri Feb 23, 2007 2:38 pm

Nice work =)

Thank you!!

I have a feature request if possible :
May we get the number of days elapsed since last update, in addition to the date of last update? to get an easy and fast overview ;)

Thanks!
aniodon
WR.net Journeyman
WR.net Journeyman
 
Posts: 108
Joined: Mon Dec 18, 2006 8:09 pm

Re: Witch Hunt [v1.1.2]

Postby Carasak » Fri Feb 23, 2007 2:40 pm

as you wish
User avatar
Carasak
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 114
Joined: Tue Aug 15, 2006 2:33 am
Location: Spain

Witch Hunt - Feature requests

Postby Samadhi » Wed Feb 28, 2007 5:02 pm

I'm curious about modifying the "slack alarm" timing. Currently, it appears to check anybody who hasn't updated in X number of days, but that also catches people who haven't *played* in that time, which strikes me as slightly inaccurate.

Would it be possible to compare the last played and last updated times and only report if that difference is greater than the specified number?
Image
User avatar
Samadhi
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 114
Joined: Mon Jul 17, 2006 10:38 pm
Location: NJ, USA

Re: Witch Hunt - Feature requests

Postby Carasak » Wed Feb 28, 2007 5:24 pm

actually good idea..didnt think of that.
will add in next version
User avatar
Carasak
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 114
Joined: Tue Aug 15, 2006 2:33 am
Location: Spain

Re: Witch Hunt - Feature requests

Postby Carasak » Wed Feb 28, 2007 5:48 pm

what do you prefer:
just skip players who havent benn online since X days?
or mark them as inactive?
User avatar
Carasak
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 114
Joined: Tue Aug 15, 2006 2:33 am
Location: Spain

Witch Hunt - Feature requests

Postby Samadhi » Wed Feb 28, 2007 6:14 pm

Personal preference would be to just skip them. My guild has a few players with a bunch of alts that they play sporadically. They're not active, but they're not really inactive, either. ;)
Image
User avatar
Samadhi
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 114
Joined: Mon Jul 17, 2006 10:38 pm
Location: NJ, USA

Re: Witch Hunt - Feature requests

Postby Carasak » Wed Feb 28, 2007 6:20 pm

Samadhi wrote:Personal preference would be to just skip them. My guild has a few players with a bunch of alts that they play sporadically. They're not active, but they're not really inactive, either. ;)


mmh depending on the configuration of the gRank parameter in witch hunt conf several guild ranks can be skipped anyway.

what i understood was implementing a check for the characters which would be shown according to gRank to be not shown if their last online time is < nowTime - alarmdays.
User avatar
Carasak
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 114
Joined: Tue Aug 15, 2006 2:33 am
Location: Spain

Witch Hunt - Feature requests

Postby Samadhi » Wed Feb 28, 2007 6:45 pm

Carasak wrote:check for the characters which would be shown according to gRank to be not shown if their last online time is < nowTime - alarmdays.


Hmm... Currently the alarm shows if lastUpdate > (now - alarmdays), correct? I think what I'm trying to say is maybe it should be something more like alarm shows if lastUpdate > (lastPlayed - alarmdays)

That way characters whose data is current from the last play session wouldn't be flagged, if that makes sense. If I'm incorrect in my assumption, please disregard the suggestion until I have a better handle on how the code operates.

It's not a huge issue, and it may just be my personal preference, so don't kill yourself trying to get there from here. ;)

Thanks,
Image
User avatar
Samadhi
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 114
Joined: Mon Jul 17, 2006 10:38 pm
Location: NJ, USA

Witch Hunt - Feature requests

Postby niqbert » Tue May 08, 2007 8:25 pm

We define Alt chars and Main Chars via the players note and not via the players title.

All players, mains and alts are members and officers are officers. This will show all chars (mains and alts)

Is it possible to show only the Main chars via the Players note entry?

The note for a Main char is: Main char
For an Alt it's: Alt: <main name>

Any change to only get the chars with Main char in their note, to show op in Witch Hunt?
niqbert
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Tue Dec 12, 2006 3:10 pm

Re: Witch Hunt - Feature requests

Postby Carasak » Tue May 08, 2007 11:23 pm

@ Samadhi:
not exactly what you asked for but v1.2 now does some kind of activity check
default values are 0-2weeks active, 2weeks-1 month semiactive, >1month inactive. also shows last seen online date

@ niqbert:
you can freely configure now the way you check for alt/main chars
what database table field you are checking, what parameter you are checking for (e.g. Main Char) and how you process that info (e.g. =,>,like,...)
User avatar
Carasak
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 114
Joined: Tue Aug 15, 2006 2:33 am
Location: Spain

Re: Witch Hunt - Feature requests

Postby niqbert » Mon May 14, 2007 10:02 pm

Carasak wrote:@ niqbert:
you can freely configure now the way you check for alt/main chars
what database table field you are checking, what parameter you are checking for (e.g. Main Char) and how you process that info (e.g. =,>,like,...)


Cheers, Thanks for the quick repsonse and update.
Works like charm!
niqbert
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Tue Dec 12, 2006 3:10 pm

Re: Witch Hunt - Feature requests

Postby JasmineTTO » Sat Jul 21, 2007 7:03 pm

I have a feture request, but I have no idea if this is something you might be able to do. I recently set up a phpraid page for my guild and my raidleaders use the phpraidviewer addon to easily invite people to raids and such.

Is there a way that this could also be done for the witchhunt addon? By this I mean that might it be possible to make an export of the members, import it in some wow addon from which you can send in game mails. And that you can send different mails to those who are slacking with their updates and mails to those who haven't updated at all.

It would make my life a lot simpler and maybe those of other as well. However I am no expert regarding wow addons, nor with addons of wowroster. So I have no idea if this is possible. It could be that this would be way too much work.

Well in the end it's just an idea. :)

Jasmine
The Templar Order
Argent Dawn EU
JasmineTTO
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Apr 24, 2007 3:32 pm

Next

Return to Witch Hunt

Who is online

Users browsing this forum: No registered users and 0 guests

cron