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

  • Your Rating

  • Share
  • Report Abuse

ChatThrottler

  Download the Curse Client

Project Updated:
Files Updated: Sun, Nov 4 2007
Category: Chat & Communication
Tags:

, , , and [Edit Tags]

Project Manager: galmok
Current Version: 0.12
Downloads Today: 0
Downloads Total: 3,124
Favorites: 0
Comments: 23
  • About ChatThrottler
  •  

THIS ADDON IS OBSOLETE AS OF PATCH 2.3.

ChatThrottler hooks SendChatMessage and listens for the THROTTLED notice. As long as you don't get the THROTTLED notice, ChatThrottler simply passes on the messages to the original SendChatMessage function and you shouldn't notice any change.

If you do get the THROTTLED notice, you have hit the server message rate limit and the server has thrown away messages. ChatThrottler will, when the THROTTLED notice occurs, resend messages and at the same time queue incoming messages. It will send 1 message and wait for the server to echo it (or receive another THROTTLED notice). It will do this until the queue is empty, ater which ChatThrottler will again pass messages directly to the original SendChatMessage function.

ChatThrottler has this slash-command:

/chatthrottler unhook

Using it, will disable ChatThrottler and restore the original SendChatMessage. The setting is not save so ChatThrottler will be enabled upon next login again.

  • 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  
  ChatThrottler 0.12 Release 2.2.3 26 11/4/2007
  ChatThrottler 0.11 Release 2.2.3 2 10/31/2007
  ChatThrottler 0.10 Release 2.2.3 2 10/31/2007
  ChatThrottler 0.09 Release 2.2.3 2 10/31/2007
  ChatThrottler 0.07 Release 2.2.3 2 10/29/2007
Advertisement
  • Comments

Add Comment  

Add

You need to login 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.
  • AeroByte said 

    You said on the GEM forums that we should post here, so will do.

    There is a minor problem mate. Using it with Guild Event Manager. If i try to send a macro to the channel using example.. /4 it works fine.. But if i use the /slash command for the channel, it isn't working. It will only show the first line of the macro.

    Tried with those 2 macroes:
    /4 This macro should post 3 lines of wah if working
    /4 1. Line: Wah
    /4 2. Line: Wah Wah
    /4 3. Line: Wah Wah Wah

    /SC This macro should post 3 lines of wah if working
    /SC 1. Line: Wah
    /SC 2. Line: Wah Wah
    /SC 3. Line: Wah Wah Wah

    The first macroes is working, the 2nd isn't.

    Also it doesn't seem to work with GEM for some reason. Still having the same problems as before. It is like your addon ignores the data that GEM are sending.

    Reply Permalink
  • galmok said 

    Hmm I am not sure what the problem is, but apparently GEM is bypassing SendChatMessage. I can see that GEM is hooking into SendChatMessage and uses it to send its own messages that way. ChatThrottler needs to be active before GEM. I think ChatThrottlers initialize is called too late. I will upload a new release shortly to make it hook SendChatMessage earlier.

    Reply Permalink
  • galmok said 

    v0.05 is uploaded. Please test with GEM again.