| Updated: | 12-12-06 05:13 PM |
| Created: | unknown |
| Downloads: | 20,073 |
| Favorites: | 129 |
| MD5: |

![]() |
Comment Options |
|
|
|
|
When the game loads and I log into the character, the Recommended Zone always shows this line:
FuBar - Recommended Zone: Unknown zone detected "%d" twice. Works fine for the rest. |
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
I use the release 20811 which I downloaded from wowace. |
|
|
|
|
|
||
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 116
Uploads: 0
|
@ Inyu
the message in the Chat comes however despite the changes unfortunately still |
|
|
|
|
||
|
A Deviate Faerie Dragon
Forum posts: 11
File comments: 11
Uploads: 0
|
|
|
|
|
|
|
|
|
@Inyu: Thanks. I'll fix that in next release. I'm working on some other stuff that I need to finish also before I can release it.
@Tue: This is one of the things i'm working on. |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
string.find problem
Hello all,
I think I found the problem with the french and german client. Some zone name have been translated, but with the original name inside parenthesis at the end like "Forgefeu (Ironforge)". This generate a problem with all the string.find calls which take the parenthesis as a capture pattern. I added ",1, true" for each string.find call and it seems to be ok. 1066: if (string.find(self.vars.zoneName, zone.name, 1, true)) then 1327: if string.find(z.name,zone.name, 1, true) and z.faction==zone.faction then 1376: if (string.find(WorldMapFrame.areaName, zone.name, 1, true)) then hope this helps, Inyu. |
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 11
File comments: 11
Uploads: 0
|
I have a small problem with this otherwise very nice addon. Once in a while, the coordinates in the label disappear for no apparent reason. I can get them back by de-selecting zone name, sub zone name and coordinates and then re-selecting them but it's a little annoying to have to.
|
|
|
|
|
|
|
I think the updated deDE zones haven't made it into Babble-2.2, yet. So this is most likely causing this message.
BTW: It seems like UnitFactionGroup-API has changed and is now returning two values, the english and the loacalized group name. Thus on deDE all players will be threated as being Horde (or mor precise not Alliance) |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 116
Uploads: 0
|
in addition, with the new version I get still the message, can because of a library be, because the coordinates are also only sporadically indicated
http://www.directupload.net/file/d/910/UahcT85W_jpg.htm |
|
|
![]() |