| Updated: | 12-10-09 01:00 PM |
| Created: | 12-03-08 05:42 PM |
| Downloads: | 6,601 |
| Favorites: | 71 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
Type |
3.0.9b |
84kB |
04-22-09 09:41 AM |
Addon |
File Name |
Version |
Size |
Author |
Date |
WotLK 3.2.0 |
83kB |
ggman |
10-19-09 10:31 PM |
|
WotLK 3.1.0 |
84kB |
ggman |
04-24-09 11:15 AM |
|
WotLK 3.0.9 |
84kB |
ggman |
03-14-09 08:51 AM |
|
WotLK 3.0.3 |
83kB |
ggman |
12-10-08 08:13 PM |
|
WotLK 3.0.2 |
78kB |
ggman |
12-07-08 05:58 PM |
|
WotLK 3.0.1 |
78kB |
ggman |
12-05-08 09:03 PM |
|
WotLK 3.0.0 |
77kB |
ggman |
12-03-08 05:42 PM |
![]() |
Comment Options |
|
|
|
|
This addon still being maintained?
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 8
Uploads: 0
|
There is problem with reporting incorrect level and class. Both in CTA interface window and also in the chat window.
|
|
|
|
|
|
|
Still hoping for a way to turn off CtA's use of a custom channel, here.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 78
Uploads: 0
|
Looks like when you set yourself to announce, it's double posting the message you put it. XD
|
|
|
|
|
|
|
3.1.1
Yes. I have the fix for the autolfg feature. Right now im just hardcoding the type to DPS. Im looking into this chatthrottle thing.
|
|
|
|
|
|
||
|
||
|
|
|
|
|
|
A Defias Bandit
Forum posts: 2
File comments: 22
Uploads: 0
|
Well, I'm not sure I can manage that (not a programmer) but I'll give it a try. Thanks!
|
|
|
|
|
||
You can find the library here: http://www.wowace.com/projects/chatthrottlelib/ This error occurs if CalltoArms wants to forward a LFG/LFM-message that exceeds 255 characters. The way CTA works is: It looks for LFG/LFM messages in every available channel, including the LookingForGroup channel if you have joined this channel. It then forwards all found messages to ALL CTA users on your realm (your own faction only ), using it's own addon channel named CTA.Since forwarding a lot of messages used to disconnect people from the server, the addon includes now a library that 'throttles' or 'shapes' the traffic. This throtteling library however can not handle messages that exceed 255 characters - that's what the error ist telling you. So to get rid of this error message there are two possible ways: 1) Solution 1: the author of ChatThrottleLib.lua changes the code in his library so that it can handle large messages. But it could be that this is not possble due to limitations of the chat system (limited to 255 characters by Blizzard). 2) Solution 2: CalltoArms truncates long messages before forwarding them. I'll describe the necessary changes in my next post to keep it more readble. cu tay
Last edited by tayedaen : 04-21-09 at 05:39 AM.
|
||
|
|
|
|
||
Until someone finds the time to code a proper fix for the autoLFG feature, I recommend switching the feature off. Unfortuantely that means you have to edit lua files since autolfg is initiated even if disabled. What I did: 1) Open calltoarms.lua (lines referr to version 3.0.9) change line 56 from 'true' to 'false' comment out line 829-831 and 833 comment out line 1472 comment out line 390-392 (not really needed) remove the word 'local' from line 752 (not really needed, but declaring autolfg as 'local' two times in a file is BAD) 2) Download AlwaysLFG (to keep the autolfg functionality) from here I did this at home and have a perfectly working CalltoArms since then. I will post my file in the evening when I get home. Hopefully ggman finds the time to code a proper fix for the autolfg feature. cu tay
Last edited by tayedaen : 04-22-09 at 09:47 AM.
|
||
|
|
![]() |