Download
(122Kb)
Download
Updated: 08-04-08 03:34 AM
Pictures
File Info
Updated:08-04-08 03:34 AM
Created:unknown
Downloads:26,876
Favorites:126
MD5:

GuildCheck  Popular! (More than 5000 hits)

Version: 2.1 beta
by: Tunhadil [More]

This mod scans your guild at your first login.
After this it writes changes of your guild into the chat at every login.
You can see who left or joined your guild since your last time online.

It shows:

- new mebers
- members that has left
- level changes
- rank changes
- note changes
- officer note changes (if you have the rights to read this note)

Type '/egc' for options

2.1 beta:
  • GuildCheck uses Ace3/LibGuild instead of LibRock/LibRollCall
  • ruRU translation added (thanks to Eritnull)
  • uses the guild log to display who has invited/kicked characters etc.
  • display options added to filter information

2.02:
  • fixed a nil error

2.01:
  • fixed a possible nil error
  • fixed a typo
  • fixed vanish of delay changes

2.0:
  • TOC update to 2.4
  • Renamed to "GuildCheck"
  • Addon "GuildCheckGUI" merged into "GuildCheck"
  • Uses LibRock, LibBabble and LibRollCall

1.61:
  • fixed a bug that could cause the nil errors (line 218)

1.60:
  • updated .toc file for WoW 2.1
  • fixed the usage of the delay time (notice that the timer starts just a bit before the loaded message appears in the chat)
  • changed the data structure (so that it should work with different guilds on different realms)

1.53:
  • fixed a bug that suppressed the output at login
  • added an option to print the changes after x seconds at login
  • moved GUI to an additional addon (load on demand)

1.52:
  • hopefully fixed a possible nil value error

1.51:
  • fixed a little typo in the code

1.50:
  • updated .toc file for WoW 2.0.3
  • adopted the GUI from Drizzd (thanks to Drizzd ;-) )
  • added an option to define whether the changes are displayed in the chat or in the GUI on login
Post A Reply Comment Options
Unread 08-11-08, 08:24 AM  
Tunhadil
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 16
Uploads: 2
Originally posted by Strongbow
I tried out the 2.1beta but I couldn't get it to show only the changes that had happen after I logged out, it always showed me the whole guild ans was saying that all members was kicked by unknown or invited by unknown.

I've tried to use the config but that didn't help so i had to revert back to the old one that is working as intended.

Great job getting this updated again.

/Strongbow
Didn't you get a dialog box that your db needs a conversion?
Report comment to moderator  
Reply With Quote
Unread 08-11-08, 09:14 AM  
Strongbow
A Deviate Faerie Dragon
 
Strongbow's Avatar

Forum posts: 12
File comments: 95
Uploads: 0
Yes I did and I think I pressed yes then.
Report comment to moderator  
Reply With Quote
Unread 08-11-08, 02:59 PM  
Tunhadil
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 16
Uploads: 2
Originally posted by Strongbow
Yes I did and I think I pressed yes then.
Ok, I think it's a timing problem. I'm working on it.
Report comment to moderator  
Reply With Quote
Unread 08-14-08, 05:32 AM  
ltdeta
A Murloc Raider

Forum posts: 9
File comments: 18
Uploads: 0
German Client Version 2.1 Beta:

2008/08/14 13:29:45-27-x1]: LibBabble-Boss-3.0\LibBabble-Boss-3.0.lua:65: bad argument #2 to 'format' (string expected, got nil)
LibBabble-Boss-3.0\LibBabble-Boss-3.0.lua:65: in function <...ace\AddOns\LibBabble-Boss-3.0\LibBabble-Boss-3.0.lua:42>
GuildCheck-2.1\GuildCheck.lua:709: in function `AddChange'
GuildCheck-2.1\GuildCheck.lua:670: in function `RemoveMember'
GuildCheck-2.1\GuildCheck.lua:591: in function `ScanGuild'
GuildCheck-2.1\GuildCheck.lua:229: in function <Interface\AddOns\GuildCheck\GuildCheck.lua:229>
<string>:"safecall Dispatcher[1]":4: in function <[string "safecall Dispatcher[1]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[1]":13: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
LibGuild-1.0\LibGuild-1.0.lua:216: in function `?'
LibGuild-1.0\LibGuild-1.0.lua:61: in function <...ce\AddOns\LibGuild-1.0\LibGuild-1.0\LibGuild-1.0.lua:60>
Report comment to moderator  
Reply With Quote
Unread 08-20-08, 04:21 AM  
Tunhadil
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 16
Uploads: 2
Another User sent me a similar error message. This is a strange error because GuildCheck doesn't use LibBabble-Boss. He managed this error by deleting his GuildCheck.lua in his SavedVariables folder. I'm sorry but I don't have a "nice" solution so far.

Originally posted by ltdeta
German Client Version 2.1 Beta:

2008/08/14 13:29:45-27-x1]: LibBabble-Boss-3.0\LibBabble-Boss-3.0.lua:65: bad argument #2 to 'format' (string expected, got nil)
LibBabble-Boss-3.0\LibBabble-Boss-3.0.lua:65: in function <...ace\AddOns\LibBabble-Boss-3.0\LibBabble-Boss-3.0.lua:42>
GuildCheck-2.1\GuildCheck.lua:709: in function `AddChange'
GuildCheck-2.1\GuildCheck.lua:670: in function `RemoveMember'
GuildCheck-2.1\GuildCheck.lua:591: in function `ScanGuild'
GuildCheck-2.1\GuildCheck.lua:229: in function <Interface\AddOns\GuildCheck\GuildCheck.lua:229>
<string>:"safecall Dispatcher[1]":4: in function <[string "safecall Dispatcher[1]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[1]":13: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
LibGuild-1.0\LibGuild-1.0.lua:216: in function `?'
LibGuild-1.0\LibGuild-1.0.lua:61: in function <...ce\AddOns\LibGuild-1.0\LibGuild-1.0\LibGuild-1.0.lua:60>
Report comment to moderator  
Reply With Quote
Unread 08-20-08, 10:47 AM  
ltdeta
A Murloc Raider

Forum posts: 9
File comments: 18
Uploads: 0
it works - thanks
Report comment to moderator  
Reply With Quote
Unread 08-22-08, 11:49 AM  
Tunhadil
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 16
Uploads: 2
Originally posted by ltdeta
it works - thanks
Can you send me your SavedVariables of GuildCheck if you still have a copy?
I want to do some investigation.
My mail address is

tunhadil (at) thefallensoul (dot) de
Report comment to moderator  
Reply With Quote
Unread 09-12-08, 11:12 AM  
ltdeta
A Murloc Raider

Forum posts: 9
File comments: 18
Uploads: 0
[2008/09/12 19:07:15-117-x1]:
GuildCraft\Localizations\zhTW-Locale.lua:39: unfinished string near '"?? ? ?? ??%s???'

Report comment to moderator  
Reply With Quote
Unread 09-14-08, 04:15 PM  
Tunhadil
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 16
Uploads: 2
Originally posted by ltdeta
[2008/09/12 19:07:15-117-x1]:
GuildCraft\Localizations\zhTW-Locale.lua:39: unfinished string near '"?? ? ?? ??%s???'

This is GuildCheck and not GuildCraft.
Report comment to moderator  
Reply With Quote
Unread 09-30-08, 02:24 AM  
bondbabe
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
It is able to show tell me new guildies are invited by so and so

It does not tell me if a person leaves the guild or got kicked out of guild. Simply say removed by unknown. Is this correct?
Report comment to moderator  
Reply With Quote
Unread 10-01-08, 01:03 AM  
Tunhadil
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 16
Uploads: 2
Originally posted by bondbabe
It is able to show tell me new guildies are invited by so and so

It does not tell me if a person leaves the guild or got kicked out of guild. Simply say removed by unknown. Is this correct?
Please check your GuildLog. Press "O" and switch to the guild tab. Click the "Guild Information" button and then "Log".

This addon gets its data about who was kicked bei whom from this log. If there is a different entry it's a bug in the addon.
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 06:58 AM  
Civrock
A Murloc Raider
 
Civrock's Avatar

Forum posts: 4
File comments: 59
Uploads: 0
Unable to open the config since 3.0.2.

Code:
[2008/10/15 08:57:39-2871-x2]: GuildCheck-2.1\GuildCheck.lua:163: attempt to call global 'InterfaceOptionsFrame_OpenToFrame' (a nil value)
(tail call): ?:
AceConfigCmd-3.0\AceConfigCmd-3.0.lua:119: in function <...\AceConfig-3.0\AceConfigCmd-3.0\AceConfigCmd-3.0.lua:109>
AceConfigCmd-3.0\AceConfigCmd-3.0.lua:373: in function <...\AceConfig-3.0\AceConfigCmd-3.0\AceConfigCmd-3.0.lua:299>
(tail call): ?:
AceConfigCmd-3.0\AceConfigCmd-3.0.lua:696: in function `HandleCommand'
AceConfigCmd-3.0\AceConfigCmd-3.0.lua:715: in function `?'
Interface\FrameXML\ChatFrame.lua:3191: in function `ChatEdit_ParseText':
Interface\FrameXML\ChatFrame.lua:2911: in function `ChatEdit_SendText':
Interface\FrameXML\ChatFrame.lua:2932: in function `ChatEdit_OnEnterPressed':
<string>:"*:OnEnterPressed":1: in function <[string "*:OnEnterPressed"]:1>

  ---
Last edited by Civrock : 10-15-08 at 06:59 AM.
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 07:38 AM  
Mordreade
A Murloc Raider
 
Mordreade's Avatar

Forum posts: 6
File comments: 33
Uploads: 0
Any idea when this will be fixed Tunhadil?
Report comment to moderator  
Reply With Quote
Unread 10-18-08, 03:56 PM  
Vranx
A Flamescale Wyrmkin
 
Vranx's Avatar

Forum posts: 101
File comments: 176
Uploads: 0
This mod is great, would like to see it back in action.
Report comment to moderator  
Reply With Quote
Unread 10-19-08, 06:48 PM  
kimboslice
A Defias Bandit

Forum posts: 3
File comments: 76
Uploads: 0
Are you going to update for 3.0?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: