Help

GuildAdmin

Guild Login to Add Favorites
  • 0 Likes
  • World of Warcraft
  • 13,685 Downloads
  • Supports: 4.3
  • 8 Average Daily Downloads
  • Comments
  • Created 9/26/2009 6:37:33 PM
  • Updated 12/10/2011 11:30:42 AM
  • 72 Favorites
  • Project Site
  • License: Public Domain
  • Release Type: Release
  • Newest File: 0.0.0.6h
or

About GuildAdmin

GuildAdmin Cataclysm

How to use

  • Open the guild frame
    • If you have a very slow connection, wait until Guild Frame is updated completely (showing all guild events)
  • Click on the button on the upper right corner next to the close button
  • Use search or filter and apply to get the list of players without guild according to current filter settings
  • In the filter frame you may activate or deactivate all classes, races and reputations by simply clicking on the title
  • Use the buttons on top the filter frame to switch between filter options general and recruiting
  • If not done so, create some text templates in the chat options frame. Give them a name by pressing the new button and define some text like "Hi %s, do you want to join our guild". %s will be replaced by the players name and can only be used one time in a text template. The names defined will be available in the whisper context menu for every listed player to select.
  • Use the right click on listed entry to whisper with text templates, invite or set reputation
  • On mouse over a tooltip shows the class, name, reputation, contact and invite details
  • Tip: Applying filters results in more recruiting candidates as the who list limits to 50 chars that match the filter. If no filter is given, 50 chars are returned randomly. Unluckily there is no way to filter directly for players without guild, only by sorting and inspecting.

Concept & Differences

Guild Admin Cataclysm is a completely reworked light-weight minimalistic version of the former GuildAdmin. The main intention was to concentrate on recruiting functionality, as the new guild interface offers a lot of information GuildAdmin took care so far. I'm not longer using localization files, instead I'm extensively using the global Blizzard localization from _G. Thus it even should work in chinese except for the date format and for differences in the translation and interpretation. Would be happy to know if it works in Korean or Chinese too (especially for filtering).

GuildAdmin is highly integrated in the guild console from Blizzard. Using a button like Ackis Recipe List to open GuildAdmin. No longer support for Titan Panel or FuBar is needed.

The redesign leaves old database data untouched, so they can be imported later, when this function is available.

Special thanks go to the team around Ackis Receipe List and the inspiration they gave me.

Status

The current version is an early beta, which works so far but is missing still some functionality. No maintenance for saved player information is possible so far, except when the known player is online, still without guild and displayed in the search panel.

Also the file is tagged as release it should be considered an beta version.

Currently implemented:

  • search for players without guild
  • define up to 10 whisper templates with free definable titles
  • support the use of one %s variable within the whisper text (will be replaced by players name)
  • default Bilzzard class color used for the list of player without guild
  • set the reputation of an player related to recruiting using the Blizzard reputation system.
  • colored list entries on mouse over related to the reputation using red (hated - unfriendly), yellow (neutral), green (friendly, honored), blue (revered, exalted)
  • whisper to, invite, set reputation for or set a small 30 char note for the selected player using the context menu
  • tooltip for every player on mouse over with the recent details of recruiting
  • sort by the header buttons on click
  • filter by race, class, level, reputation, contact counts and invited counts

Fixed problems

  • sort and search are now reacting immediately, no more extra clicks (hope so) needed
  • context menu is now opened by right click as known for other context menus
  • no empty text template names possible
  • overwriting of existing text templates is not possible anymore
  • edit box for text template is clamped correctly to the frame
  • error message if updating GuildAdmin from 0.0.0.0.6 to 0.0.0.0.6a and using filtering
  • gender problem in filtering fixed
  • filtering for korean language fixed
  • no right or left click anymore for toggling all races, classes and reputations by clicking on the title. Any click will toggle state.

Planned

  • known player maintenance
  • import of already known player data

Known problems

  • edit box for template whisper text doesn't always gain the focus
  • who frame pops up
  • who frame searches do update GuildAdmin frame if sort buttons are used after a who frame search (workaround do not use the who frame in the friends frame while using GuildAdmin, except for sorting or do a new search / apply filters)

------------------------------------------------------------------------
r123 | sandmahn | 2011-12-10 17:30:36 +0000 (Sat, 10 Dec 2011) | 1 line
Changed paths:
   A /tags/0.0.0.6h (from /trunk:122)

Tagging as 0.0.0.6h
------------------------------------------------------------------------
r122 | sandmahn | 2011-12-10 17:28:20 +0000 (Sat, 10 Dec 2011) | 1 line
Changed paths:
   M /trunk/libs/Ace3.toc
   M /trunk/libs/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
   M /trunk/libs/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
   M /trunk/libs/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua
   M /trunk/libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua
   M /trunk/libs/AceSerializer-3.0/AceSerializer-3.0.lua
   M /trunk/libs/AceTimer-3.0/AceTimer-3.0.lua
   A /trunk/libs/Changelog-Ace3-r1045.txt
   M /trunk/libs/changelog.txt

Update Ace 3.0 Libs
------------------------------------------------------------------------
r120 | sandmahn | 2011-11-30 19:20:36 +0000 (Wed, 30 Nov 2011) | 1 line
Changed paths:
   M /trunk/GuildAdmin.toc

Updated TOC to 4.3
------------------------------------------------------------------------

Comments

First Previous Page 1 of 4 Next Last
  • #57
    When using this addon, the guild level is showing "0" in the guild tab. Hide feature does not work either.

    Also a suggestion:
    - Make a dropdown menu of all the zone names to be searched. (Currently a person has to type in the zone name every time in the "Whois List" box to search an area for guildless players. Very tedious and time consuming.
  • #54
    Hi,

    currently i use Guild Recruiter addon to invite people to my guild. I want to ask is there any possibility to import the "Do Not Invite" list to your addon (about 1000 people)?

    The reason is simple. I don't want to send them whisper and invite again.

    Or can i use both addons at the same time?
  • #56
    Guild Recruiter saves names in a table. If Sandmahn uses a table for his list then the following code should work:

    for k,v in pairs(DNIt) do tinsert("guildadmintablename", v) end

    ~Yottabyte
  • #55
    Sorry for the late answer. Missed it somehow. No, there is no import feature so far. As far as I know you can use both addons at the same time.
  • #53
    Thank you working on this add-on again Sandmahn. I see the updates rolling out. Your work on this is very much appreciated.
  • #50
    I dont get how to pull this addon up. When i open WoW can you give me specific directions?
  • #52
    See also the image Guild Admin Cataclysm Button. This shows the button on the upper right corner, next to the close button, to open GuildAdmin
  • #51
    You have to open the guild frame and there you'll see on the upper right corner a new button with ...
    Click the button and GuildAdmin opens
  • #48
    It's been a year since the last update on this mod. When is it even compatible with CAT 4.03?
  • #49
    First I'm working on it an have the first panel almost functional and working. As I'm rewriting the code and integrate it more in WOW using reliable WOW API to make it as stable against Blizzard changes, as possible. Also using and identifying as much as possible already done localizations from Blizzard. This is taking sometimes a lot of time (searching _G and Blizzard LUA files e.g.).
    Also I have to learn a lot how everything is working and as I do not get paid for it, I have to work for my income, family consumes also time ... so sorry, but my resources are limited. But be sure, I want to finish it. When first GUI parts are working, I will release fotos and probably a alpha release with reduced funtionality. From now one I can't say, when this will be, but I think it still takes months so far.

    Hope you understand this. As soon as I have the first working alpha version released with CurseForge I'm happy for any help on the project. Currently the code is only local, so team work is not that easy.

    Thanks for your understanding and support. Hope you can wait. If not, another possibility is to work on the old code and make it work with 4.03. If you want, contact me and I authorize you as programmer.

    GuildAdminCata will be a different addon, with planned possibilities to convert the data from GuildAdmin. So nothing speaks against different development trees.

    cu
  • #46
    I am more interested in the recruiting functions of the addon. Mainly the feature that currently exist that allows me to search for un-guilded players to talk to and tracks who I have spoken to already.
  • #47
    Hi Fenris, that's exactly what I will work on first. And second maintain relations and notices on relations. Some old functions are obsolete, like updating public notice with skill and crafting infos.
  • #45
    Sandmahn,

    I am very pleased to read that you will be updating this great addon. Please let me know if you would like me to beta test it. I would be more than willing to help out.
  • #43
    I have been using and loving this addon for sometime now. Thank you for the great addon. Any plans on updating it for 4.x?
  • #44
    Hi Fernis,

    first the good news - there will be an update. Next the bad news, I don't know when. Currently I'm testing and investigating in Cataclysm Beta. Needed is a complete redesign, as far as I see from now. So this will take a while. Reducing it to the functions still missing and needed and providing probably some new functions.

    Sorry, if I make you wait, but in fact, at least for me, as I'm not that deep in WoW LUA it is a great task, which occupies a lot of my free time (working all days, family and all that stuff ...).

    Thanks for enjoying GuildAdmin so far
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!