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

  • Your Rating

  • Share
  • Report Abuse

Guild2Guild

  Download the Curse Client

Project Updated:
Files Updated: 07-01-2009
Supports Game Version: 3.1.0
Category: Chat & Communication, Guild, and Achievements
Tags:

, , , and [Edit Tags]

Project Manager: dbeleznay
Additional Authors: No additional authors
Current Version: 7.5.8.zip
License: All Rights Reserved
Avg Daily DL (last 30 days): 301
Downloads Total: 66,228
Favorites: 115
Comments: 90
  • Contests
  • About Guild2Guild
  •  

Enables communication between 2 or more guilds via a separate (private) chat channel, which translates the messages between the 2 or more guild chats. Two users are required to have this addon for it to work (1 in each guild), however only 1 user per guild is required to have Guild2Guild for all members of both guilds to reap the benefits. For example, guild chat from guild A will appear in guild B's guild chat, and vice-versa.

Features

¤ Works for officer chat as well. You can enable either guild chat, officer chat, or both. ¤ Allows item linking ¤ Completely secure since the transmission channel is via in game whispers. The public channel that you set is used for cross guild synchronization only

  • You can set the add-on to be even more secure by limiting the guilds that you will

accept relays from (in case someone with the addon has characters in multiple guilds)

  • forwards messages that other addons send to the guild addon channel
  • unlike previous versions, more than two people from either guild can have the add-on

running at once (in fact its encouraged for stability)

  • Everyone with the addon will see the guild chat as though it came directly from the

person that sent the message. Clicking on their name will have all the same functionality as the regular WOW UI.


USAGE

To use Guild2Guild, just download and install like any other addon, and have a friend (in a different guild) do the same. Then, decide upon a synchronization channel, and set both of your G2G's to the same channel, like so:

/g2g channel relaychannel

Once the channel is set, simply enable G2G as such:

/g2g on

You should now be ready for intra-guild communications!

GUILDMASTERS

You can limit the guilds that you can connect to using a white list, and automatically set the channel and password by adding a string like:

<G2G;C:channel;P:secret;A:Guild1,Guild2;>

to your guild information (through the guild options menu). Where channel is the name of the channel you want guild2guild to use to coordinate relays, password is the password for that channel, and Guild1 and Guild2 are the names of two or more guilds that you would like to allow to connect to this one.

(Password is optional, you don't need to use it if you don't want to have a password.)

Alternately you can create a custom build of guild2guild for your guild to use by editing the file DefaultConfiguration.lua to use a new channel, and channel password, and then reposting this add on to your guild website.

Guild to Guild will automatically promote people that are allowed to speak in the officer channel to relays. This is so that the officer chat can be relayed as well.

KNOWN BUGS

none

Summary of in-game help commands

To view the usage of Guild2Guild:

 /g2g help

To turn this addon on or off:

 /g2g [on|off]

To turn guild chat on or off:

 /g2g gchat [on|off]

To turn officer chat on or off:

 /g2g ochat [on|off]
 

To turn relay change notification on or off:

 /g2g relaynotify [on|off]

To set or change the hidden synchronization channel used by this addon:

 /g2g channel [MY_CHANNEL]

To view your settings:

 /g2g report

(ADVANCED: If something really strange happens you can type /g2g stackdump which will take a snapshot of the last few minutes of guild2guild activity. If you mail me your guild2guild saved variables file when you log out then I will be better able to debug what went wrong.)

  • 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  
  Guild2Guild 7.5.8.zip Release 3.1.0 1,866 7/1/2009
  Guild2Guild 7.5.7 Release 3.1.0 963 6/30/2009
  Guild2Guild 7.5.6.zip Release 3.1.0 3,933 6/15/2009
  Guild2Guild 7.5.4.zip Release 3.1.0 9,024 4/17/2009
  Guild2Guild 7.5.3 Release 3.0.2 19,604 10/30/2008
Advertisement
  • Screenshots (1)
  •  
  • Comments

Add Comment

Add

You need to 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.
  • Current version spams that is looking for a player (xxxxxx) when relay is changed. What is the fix for this?

    Reply Report Permalink
  • At the moment there is no fix for that.

    I have also seen the problem. It looks like its caused by ChatThrottleLib (because it is delaying the messages that are being sent - and doesn't realize that the other player has logged off). I need to see how other add-ons that use it handle it - it might take me a few days to figure out.

    Reply Report Permalink
  • ltdeta said 

    kyleantics said:
    Is there a way that someone with the addon, can prevent a member of the guild who does not want to see the the alliance from seeing it if they do not have the addon? (like a way to put them on a list so that they only see their own chat

    is it a posible feature that comes in a next version?

    Reply Report Permalink
  • This was added in version 7.5.5 - its called silent mode.

    The player that doesn't want to see the messages needs to install the addon, but run /g2g silent
    It will then block all guild2guild messages from appearing in their guild chat.

    Reply Report Permalink
  • 7.5.7
    - changed to use ChatThrottleLib by Mikk - http://www.wowwiki.com/ChatThrottleLib which should prevent disconnects when a large raid gets an achievement
    - allow the channel password to be set to NIL by typing /g2g password

    Reply Report Permalink
  • cheshire said 

    hmm unfortunately I just got an error from ChatThrottleLib (both relays using 7.5.7)

    Date: 2009-06-30 00:51:26
    ID: 1
    Error occured in: Global
    Count: 2
    Message: ...nterface\AddOns\Ace3\AceComm-3.0\ChatThrottleLib.lua line 411:
    prefix + text length cannot exceed 254 bytes
    Debug:
    (tail call): ?
    [C]: ?
    [C]: assert()
    ...nterface\AddOns\Ace3\AceComm-3.0\ChatThrottleLib.lua:411: SendAddonMessage()
    Guild2Guild\Guild2Guild.lua:915: SendG2GSyncMessage()
    Guild2Guild\Guild2Guild.lua:1676: HandleForwardedAuxMessage()
    Guild2Guild\Guild2Guild.lua:1771: HandleIncomingGuildMessage()
    Guild2Guild\Guild2Guild.lua:1139: OnEvent()
    [string "*:OnEvent"]:1:
    [string "*:OnEvent"]:1

    Reply Report Permalink
  • I've seen that as well since the upgrade, and I'm looking into how to fix it. The good news is that the error would have disconnected you before if you were the relay, so we are making progress :P.


    Reply Report Permalink
  • cheshire said 

    great, thanks...
    Hopefully soon every addon will use ChatThrottleLib!
    and thanks for the quick solution

    Reply Report Permalink
  • rennyn said 

    Any word on this dbeleznay? It is disconnected most everyone who uses it, apparently when folks are getting achievements in a raid. Quite annoying and making it almost unusable.

    Reply Report Permalink
  • We're seeing this too in witches/rangers of darkshire.
    I created a ticket on curseforge:

    http://wow.curseforge.com/projects/guild2guild/tickets/8-g2g-relays-get-disconnected-when-raid-group-gets-an/

    Reply Report Permalink
  • yeah our guild is getting very frustrated with the newest version we are always having to fix it to get it to work can u plz find something to fix it i thought it said there was not bugs and that is why our guild got i dont want to always have to fix it to get it to work

    Reply Report Permalink
  • cheshire said 

    There is a problem with guild2guild version 7.5.6...
    it seems like randomly when there are many achievements the relays get disconnected... Probably a problem with the amount of messages the addon is allowed to send in a specified time...
    please fix this problem because there are many achievements these days and probably these are the main problem (since they often travel in packs)...
    maybe you should install a timer which prevents this addon from sending too many messages in short periods of time...

    Reply Report Permalink
  • version 7.5.5 released

    - achievements are now propagated across guilds
    - fixed an extra space that was being introduced when in guild2guild messages
    - added a 'silent' mode which allows a player to not see any guild2guild messages
    - the addon now automatically shuts down if the password is set incorrectly

    Reply Report Permalink
  • BUG: achievements are spamming for all group - raid members they are not in the ally guild. :-|

    Reply Report Permalink
  • this is fixed in 7.5.6

    Reply Report Permalink
  • Is there a way that someone with the addon, can prevent a member of the guild who does not want to see the the alliance from seeing it if they do not have the addon? (like a way to put them on a list so that they only see their own chat)

    Reply Report Permalink
  • messages sent by the relay are sent to guild chat -- they are actually sending "[player2]: message" to the guild channel.

    If someone wanted to ignore those messages the person that wanted to ignore them would need to install an add-on for that to work (there isn't an add on that does this at the moment, but it may not be very hard to write). Do you think they would actually be willing to install it?

    Reply Report Permalink
  • RnMRK20 said 

    I have been having a huge problem lately and i cant figure it out. When i first sign in G2G just keeps asking me for a password. We do not have a password set for our guild or channel. I have checked this several times and it just keeps asking me and never actually joins the channel any suggestions?

    Reply Report Permalink
  • There are two ways that I'm able to reproduce this.

    One is when another player sets a password on the channel and you don't have one, the other is when you set a password inside guild2guild, but there is no password set on the channel.

    If its the first case then I can't help you. but from your comments, it looks like you've already checked that.

    That means that you've probably set a password in guild2guild and need to clear it. There's no way to do that in the UI, so you need to manually edit your guild2guild.lua in your saved variables folder. Just delete the line that says password. When you log in next the password will be cleared.

    Reply Report Permalink
  • since 3.1 there seems to be an incredible amount of "out of syncs" where guild chat becomes a little spammy (duplicate posts, no big deal) verbose posts(just like the g2g addon wasn't being filtered at all where you can see the relays) or it comes to a g2g "storm" where 2 relays are out of sync and the just keep bouncing the info back and for 5-10 secs causing a huge amt of chat spam. of course there is going to be issues especially when we are trying to link 5+ guilds but it seems the relays lately are not being switched fast enough or having a latency redundancy built in, in extreme cases we've had members log off one toon, log on another and for the next 30-60s see their other toon still as the relay not relaying the information correctly...well because that toon is no longer online

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 4,641 Prat 3.0 Chat & Communication
  2. 2,826 epgp (dkp reloaded) Guild
  3. 2,032 Altoholic Guild, Bags & Inventory, Mail...
  4. 1,532 EPGPLootmaster Chat & Communication, Guild...
  5. 1,046 WinterTime PvP, Guild, and Battleground