A new error :
Fehler: Usage: NewLocale(application, locale[, isDefault[, silent]]): 'silent' can only be specified for the default locale
AddOn: WoWEquip
Datei:Localization-deDE.lua
Zeile:1188
Fehler Nummer:1
The translation for german didnt work till you change all the lines like this :
local L = AceLocale:NewLocale("WoWEquip", "deDE", true, debugFlag) in
local L = AceLocale:NewLocale("WoWEquip", "deDE", false, debugFlag).
Perhaps an error with the setup from the translation-system ? (These files are auto generated from the wowace-packager)
ArkInventory shows all empty spaces in bags as "? unbekannt(unknown), 0 Taschen (Bags)" with german client. I think it happens with the last two or three versions. And leatherbags did'nt work either.
It's possible to use the raidsymbols to handle mob's with the same name ? I think anybody sets the symbols befor engaging combat and then most(all) mobs have a different symbol.
Fehler: attempt to perform arithmetic on local 'gOffset' (a nil value)
AddOn: Threat-1.0
Datei:Threat-1.0.lua
Zeile:1024
Fehler Nummer:4
Fehler: attempt to perform arithmetic on local 'gOffset' (a nil value)
AddOn: Threat-1.0
Datei:Threat-1.0.lua
Zeile:1308
Fehler Nummer:2
--------------------------------------------------
Fehler: attempt to perform arithmetic on local 'gOffset' (a nil value)
AddOn: Threat-1.0
Datei:Threat-1.0.lua
Zeile:1311
Fehler Nummer:1
Fehler: Babble-Zone-2.2: Translation "The Battle for Mount Hyjal" does not exist.
Datei:...ddOns\FuBar_GuildFu\Libs\Tourist-2.0\Tourist-2.0.lua
Zeile:2165
Fehler Nummer:1
0
Fehler: Usage: NewLocale(application, locale[, isDefault[, silent]]): 'silent' can only be specified for the default locale
AddOn: WoWEquip
Datei:Localization-deDE.lua
Zeile:1188
Fehler Nummer:1
0
local L = AceLocale:NewLocale("WoWEquip", "deDE", true, debugFlag) in
local L = AceLocale:NewLocale("WoWEquip", "deDE", false, debugFlag).
Perhaps an error with the setup from the translation-system ? (These files are auto generated from the wowace-packager)
0
0
0
["WOW_ITEM_TYPE_CONTAINER_GEM"] = "Edelsteintasche",
["WOW_ITEM_TYPE_CONTAINER_LEATHERWORKING"] = "Lederertasche",
0
["WOW_ITEM_TYPE_CONTAINER_BAG"] = "Tasche", must be in deDE.lua
["WOW_ITEM_TYPE_CONTAINER_BAG"] = "Beh\195\164lter",
i think bliz changed this with 2.4.?
0
It's the same problem as Kazragore wrote here http://wowui.worldofwar.net/?p=mod&m=4504
0
And what happend with the reset at attumen's phase 3 ?
0
I hope this is the right thread for this. :-)
0
Fehler: attempt to perform arithmetic on local 'gOffset' (a nil value)
AddOn: Threat-1.0
Datei:Threat-1.0.lua
Zeile:1024
Fehler Nummer:4
Fehler: attempt to perform arithmetic on local 'gOffset' (a nil value)
AddOn: Threat-1.0
Datei:Threat-1.0.lua
Zeile:1308
Fehler Nummer:2
--------------------------------------------------
Fehler: attempt to perform arithmetic on local 'gOffset' (a nil value)
AddOn: Threat-1.0
Datei:Threat-1.0.lua
Zeile:1311
Fehler Nummer:1
0
AddOn: Quixote
Datei:Quixote-1.0.lua
Zeile:275
Fehler Nummer:9
0
Fehler: attempt to index local 'strQuestLogTitleText' (a nil value)
AddOn: Quixote
Datei:Quixote-1.0.lua
Zeile:190
Fehler Nummer:Unendlich
0
0
0
Fehler: Babble-Zone-2.2: Translation "The Battle for Mount Hyjal" does not exist.
Datei:...ddOns\FuBar_GuildFu\Libs\Tourist-2.0\Tourist-2.0.lua
Zeile:2165
Fehler Nummer:1
Im playing with german client.