| Tested: | Hour of Twilight 4.3 |
| Updated: | 11-30-11 09:59 PM |
| Created: | 04-18-09 04:58 PM |
| Downloads: | 17,230 |
| Favorites: | 142 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
3.13 |
42kB |
theKarn |
06-30-11 05:57 AM |
|
3.12 |
42kB |
theKarn |
05-24-11 10:05 PM |
|
3.11 |
41kB |
theKarn |
04-27-11 03:46 AM |
|
3.10 |
41kB |
theKarn |
04-25-11 03:44 PM |
|
3.09 |
40kB |
theKarn |
03-10-11 09:41 PM |
|
3.08 |
39kB |
theKarn |
02-24-11 04:51 AM |
|
3.07a |
37kB |
theKarn |
02-15-11 01:06 PM |
|
3.06 |
36kB |
theKarn |
02-13-11 03:01 PM |
|
3.05 |
36kB |
theKarn |
02-12-11 08:15 AM |
|
3.04 |
36kB |
theKarn |
02-11-11 09:38 AM |
|
3.03 |
33kB |
theKarn |
01-04-11 05:05 AM |
|
3.02 |
33kB |
theKarn |
12-28-10 03:31 AM |
|
3.01 |
31kB |
theKarn |
12-24-10 04:57 AM |
|
3.00 |
30kB |
theKarn |
12-15-10 05:47 AM |
|
2.06 |
22kB |
theKarn |
11-23-10 11:55 PM |
|
2.05 |
21kB |
theKarn |
11-03-10 10:47 PM |
|
2.04 |
20kB |
theKarn |
10-30-10 04:30 PM |
|
2.03 |
15kB |
theKarn |
10-16-10 02:42 AM |
|
2.02 |
16kB |
theKarn |
10-12-10 07:43 PM |
|
2.01 |
15kB |
theKarn |
08-23-10 04:07 PM |
|
2.0 |
13kB |
theKarn |
12-25-09 02:20 PM |
|
1.53 |
48kB |
theKarn |
05-28-09 03:50 AM |
|
1.52 |
45kB |
theKarn |
05-22-09 01:32 PM |
|
1.51 |
45kB |
theKarn |
05-21-09 12:46 PM |
|
1.50 |
42kB |
theKarn |
05-20-09 11:47 PM |
|
1.36 |
32kB |
theKarn |
04-27-09 04:22 PM |
|
1.35 |
32kB |
theKarn |
04-21-09 12:42 PM |
|
1.34 |
32kB |
theKarn |
04-18-09 04:58 PM |
![]() |
Comment Options |
|
|
|
|
Tol Brad warning
I'd like to suggest an extra pre-battle warning just before the queues open (possibly optional), rather than (or in addition to) those that they do at the moment.
Right now, the mod posts a warning at 15 minutes before TB/WG (i.e. when the queues become available). However, on my server and faction, I've found that, to have a good chance of getting into TB at busy times, I need to be poised to select the battle and queue literally immediately the option comes free. The 3 or 4 seconds it takes me to open the PvP interface, find the battle and queue is far too often the difference between getting in and not doing so. What happens far too often when I've been playing a bit is that I notice 5 or 10 minutes before the queues open that TB's coming up and then I get sucked into something else and my attention wanders - and the next thing I know the 15 minute warning sounds, and I have to cross my fingers and hope yet again. It's obviously a trivial tweak as an unconditional message (one extra localized variable, one repeated conditional block), and I'm testing it out - working well so far. But it would be nice to have in the actual code base, if it would be useful to others as well. (edited to remove garbled stuff)
Last edited by fredddredd : 10-19-11 at 12:42 PM.
|
|
|
|
|
|
||
|
||
|
|
|
|
||
what a ...lol
__________________
Kryptik @ Die Arguswacht |
||
|
|
|
|
||
change WGATRADETXT = "Trade" to WGATRADETXT = "Trade - City" |
||
|
|
|
|
||
__________________
Kryptik @ Die Arguswacht |
||
|
|
|
|
||
try: /script SendChatMessage("Testing", "CHANNEL", nil, GetChannelName("Trade - City")) maybe that will get it to work. If it doesn't then take whatever the name of the trade channel is ad put it in GetChannelName() http://www.wowwiki.com/API_GetChannelName Also yeah, i know that the only real difference is in the realmlist.wtf file. |
||
|
|
|
|
||||
But this 2 clients are complete the same, only connection settings to the server are different.
__________________
Kryptik @ Die Arguswacht |
||||
|
|
|
|
||
/script print(WGATRADETXT) say? What does /script SendChatMessage("Testing", "CHANNEL", nil, GetChannelName("Trade")) do? maybe where you're running the enUS version on the enGB server it's screwing with the way channels are coded.
Last edited by theKarn : 05-29-11 at 03:59 AM.
|
||
|
|
|
|
||||
Don't know why it says enUS, if I play enGB. But I think that are the 2 same clients, only a other server connection.
__________________
Kryptik @ Die Arguswacht |
||||
|
|
|
|
||
type: /script WGAnnounce_TRADE() does it work? no? next step. please type: /script print(GetChannelName(WGATRADETXT)) What does it say? type: /script print(GetLocale()) tell me what it says. from what it sounds like either it's getting the wrong locale information for your client or something quite strange is going on like it's unable to load the locale files (sometimes due to windows "access" problems. aka "run as admin") 'WGAnnounce_Trade' (a nil value) Locals: (*temporary) = nil make me go "wtf"
Last edited by theKarn : 05-27-11 at 12:41 AM.
|
||
|
|
|
|
|
|
Get this error by trying with Trade channel:
Code:
Message: [string "WGAnnounce_Trade()"]:1: attempt to call global 'WGAnnounce_Trade' (a nil value) Count: 1 Stack: [string "WGAnnounce_Trade()"]:1: in main chunk [C]: in function `RunScript' Interface\FrameXML\ChatFrame.lua:2044: in function `?' Interface\FrameXML\ChatFrame.lua:4221: in function `ChatEdit_ParseText' Interface\FrameXML\ChatFrame.lua:3832: in function `ChatEdit_SendText' Interface\FrameXML\ChatFrame.lua:3870: in function `ChatEdit_OnEnterPressed' [string "*:OnEnterPressed"]:1: in function <[string "*:OnEnterPressed"]:1> Locals: (*temporary) = nil (*temporary) = "attempt to call global 'WGAnnounce_Trade' (a nil value)"
__________________
Kryptik @ Die Arguswacht |
|
|
|
|
|
|
|
Sry for long waittime, I have totaly forget that I have post here :P
I have tried it with general and trade, but nothing work. Say/guild/party works fine
__________________
Kryptik @ Die Arguswacht |
|
|
|
|
|
||
type: /script WGAnnounce_GENERAL() what happens? On the enUS version it's working just fine. Are you sure you have the channels active? Are the channels on different tabs? Are the other announces working (guild, party, ect.)? |
||
|
|
|
|
||
But I play with the english version enGB.
__________________
Kryptik @ Die Arguswacht |
||
|
|
![]() |