Small issue to this otherwise terrific mod. It seems when I have berserk on it gets rid of the quest notifications that popup, the ones that tell you progress made in a quest like killing a boar and you need to kill 10 for the quest it usually pops up "boar 2/10".
Yes, that's because Blizzard for some reason use the UIErrorsFrame to show quest status notifications.
I've changed how it all works now and it should never eat information messages or system messages by default; you can toggle that with /errormonster aggro system and /errormonster aggro information now. Information is quest messages.
With the advent of the 2.0.x patches, a lot of new error messages have been added. Can anyone think of any new ones that should be included by default?
before 2.0.3 i used to add: "/errormonster add Vous êtes trop loin !" (yes frFR) and it was working. Now it doesn't. Do you have to enter the code for the "ê" ?
in english it must be some thing like: "you are too far". I don't know if you want it included by default but i'd like cause i can't catch it :p
I don't know if Blizzard releases the frFR data, but you should have it locally in your WoW directory anyway, you just have to extract it, I think.
If you use the Addon Extract utility from Blizzard on a french version, You'll get the french GlobalStrings.lua, yes.
@Sefi : The editbox control ingame is perfectly UTF-8 aware and do not need any form of escaping. If it does not work, that may come from a lot of reason. My best guess is that the space before the exclamation point is not a simple space (character code 32), but a non breaking space (character code 160, encoded as \195\160 in non UTF-8 lua files).
As a rule, UTF-8 escaping is needed only because some author may use broken editor that bug on UTF-8 characters. WoW itself has perfect support of UTF-8.
woul dit be possible to add an option to disable that error sound? i do not mean that error speech. i have error speech disabled and now there is a error sound. in my case i have a macro
/use 13
/cast Frostbolt
when my trinket is not ready there is always that annoying sound when i press my frobo button :(
I test this, but doesn't work
ERR_SPELL_FAILED_EQUIPPED_ITEM
SPELL_FAILED_EQUIPPED_ITEM
SPELL_FAILED_EQUIPPED_ITEM_CLASS
SPELL_FAILED_EQUIPPED_ITEM_CLASS_MAINHAND
SPELL_FAILED_EQUIPPED_ITEM_CLASS_OFFHAND
I've changed how it all works now and it should never eat information messages or system messages by default; you can toggle that with /errormonster aggro system and /errormonster aggro information now. Information is quest messages.
in english it must be some thing like: "you are too far". I don't know if you want it included by default but i'd like cause i can't catch it :p
Should work :)
thks.
is a wiki page with all the event and their translation exist?
thks, but i guess i am looking in some libraries for the frFR version :)
I don't know if Blizzard releases the frFR data, but you should have it locally in your WoW directory anyway, you just have to extract it, I think.
If you use the Addon Extract utility from Blizzard on a french version, You'll get the french GlobalStrings.lua, yes.
@Sefi : The editbox control ingame is perfectly UTF-8 aware and do not need any form of escaping. If it does not work, that may come from a lot of reason. My best guess is that the space before the exclamation point is not a simple space (character code 32), but a non breaking space (character code 160, encoded as \195\160 in non UTF-8 lua files).
As a rule, UTF-8 escaping is needed only because some author may use broken editor that bug on UTF-8 characters. WoW itself has perfect support of UTF-8.
when my trinket is not ready there is always that annoying sound when i press my frobo button :(
http://ui.worldofwar.net/ui.php?id=3976
This is wonderfull addition as well tks alot.
I test this, but doesn't work
ERR_SPELL_FAILED_EQUIPPED_ITEM
SPELL_FAILED_EQUIPPED_ITEM
SPELL_FAILED_EQUIPPED_ITEM_CLASS
SPELL_FAILED_EQUIPPED_ITEM_CLASS_MAINHAND
SPELL_FAILED_EQUIPPED_ITEM_CLASS_OFFHAND
You'll need to add it as a normal string, /em add Must have a One-Handed Melee Weapon equipped