Hmmm... added my deDE-localization, but still no remarks on the map when I collect a herb. Seems like I have to wait for the official implementation. :(
I locally added french localization, i think there is no error.
I use r18246 with 1.12 fr client.
And i got this error message:
"Cartographer_Herbalism\\addon.lua:410: AceLocale(Cartographer_Herbalism): Reverse translation for \"Pacifique\" does not exist
I think it's up to you to solve this ^^
Then i'll add locales.
Thanx for this module, keep on the work for us please :)
Now here is the error, which is come up if i try to gather something:
Error: Interface\AddOns\Cartographer_Herbalism\addon.lua:482: AceLocale(Cartographer_Herbalism): Reverse translation for "Goldthorn (170)" does not exist
I'm using an english client, and tried all version of this addon to 18317.
Error: Interface\AddOns\Cartographer_Herbalism\addon.lua:410: AceLocale(Cartographer_Herbalism): Reverse translation for "Mountain Silversage (280)" does not exist
I used english client, and !!!Libs instead of the included libraries. But i tried both.
Error: Interface\AddOns\Cartographer_Herbalism\addon.lua:410: AceLocale(Cartographer_Herbalism): Reverse translation for "Mountain Silversage (280)" does not exist
I used english client, and !!!Libs instead of the included libraries. But i tried both.
Ah! I see what is the matter. I use Gathersage and it puts the appropriate lvl of the skill, what is needed to gather anything. Like: "Mountain Silversage (280)"
Can you trim this last " (xyz)" cut from the name of the gathered materials, and herbs?
This will fix the error, i think.
Thx! :)
I'm still having issues with cartographer_herbalism actually recording everything. Just earlier today it missed some sungrass I gathered. I have no idea why this would happen, could lag be affecting it somehow?
No error messages, just not everything is getting marked.
[2006/11/30 15:28:19-551-x1]: Cartographer_Herbalism\addon.lua:410: AceLocale(Cartographer_Herbalism): Reverse translation for "Frostmaul Preserver" does not exist
<in C code>: in function `error'
AceLibrary\AceLibrary.lua:123: in function `error'
AceLocale-2.2\AceLocale-2.2.lua:341: in function `GetReverseTranslation'
Cartographer_Herbalism\addon.lua:410: in function `SetNote'
Cartographer_Herbalism\addon.lua:450: in function `obj_method'
AceEvent-2.0\AceEvent-2.0.lua:315: in function `TriggerEvent'
AceEvent-2.0\AceEvent-2.0.lua:902: in function <...face\AddOns\FuBar\libs\AceEvent-2.0\AceEvent-2.0.lua:894>
---
I think you need to look at the tooltip at the start of gethering, not at the end.
Shortly after (~1sec on my client) you right click on a herb to pickup, the addon tries to take the name of the herb from whatever your mouse is pointing. If you didn't move the mouse, then you're pointing at the herb and it should work correctly.
However, if you moved your mouse after right clicking on the herb, the addon will take the name of whatever you are pointing. In result it will be unable to find a proper translation for that. Try moving the mouse pointer over your unitframe and you'll get an error that your name doesn't have a translation.
This behavior should be changed to either check _immediately_ when you right click on a herb or wait for the loot message.
hm, wrote my own "deDE" localization (svn wasn't up, so i couldn't commit yet). but the addon does nothing. I'm very sure the localization is fine, I double-checked. It doesn't set notes as intended and I also don't see the ace options for Filter. Aren't they supposed to be in a dewdrop menue at some place? Professions in Cartographer are active.
Shortly after (~1sec on my client) you right click on a herb to pickup, the addon tries to take the name of the herb from whatever your mouse is pointing. If you didn't move the mouse, then you're pointing at the herb and it should work correctly.
However, if you moved your mouse after right clicking on the herb, the addon will take the name of whatever you are pointing. In result it will be unable to find a proper translation for that. Try moving the mouse pointer over your unitframe and you'll get an error that your name doesn't have a translation.
Ah okay, this must be why not all my herbs get recorded. I'm shift-right clicking and pretty much don't even see the loot window when I'm gathering.
[2006/12/02 13:51:01-193-x1]: Cartographer_Herbalism\addon.lua:4: Cannot find a library instance of Deformat-2.0.
<in C code>: in function `error'
AceLibrary\AceLibrary.lua:487: in function `AceLibrary'
Cartographer_Herbalism\addon.lua:4: in main chunk
<in C code>: in function `LoadAddOn'
Modules\Professions.lua:79: in function `obj_method'
AceEvent-2.0\AceEvent-2.0.lua:315: in function `TriggerEvent'
AceEvent-2.0\AceEvent-2.0.lua:902: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:894>
Been getting this error for about a week now, anyway know what is wrong?
[2006/12/02 13:51:01-193-x1]: Cartographer_Herbalism\addon.lua:4: Cannot find a library instance of Deformat-2.0.
<in C code>: in function `error'
AceLibrary\AceLibrary.lua:487: in function `AceLibrary'
Cartographer_Herbalism\addon.lua:4: in main chunk
<in C code>: in function `LoadAddOn'
Modules\Professions.lua:79: in function `obj_method'
AceEvent-2.0\AceEvent-2.0.lua:315: in function `TriggerEvent'
AceEvent-2.0\AceEvent-2.0.lua:902: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:894>
Been getting this error for about a week now, anyway know what is wrong?
don't forget to change german letters to unicode:
German unicode codes:
ä = \195\164
Ä = \195\132
ü = \195\188
Ü = \195\156
ö = \195\182
Ö = \195\150
ß = \195\159
I use r18246 with 1.12 fr client.
And i got this error message:
"Cartographer_Herbalism\\addon.lua:410: AceLocale(Cartographer_Herbalism): Reverse translation for \"Pacifique\" does not exist
I think it's up to you to solve this ^^
Then i'll add locales.
Thanx for this module, keep on the work for us please :)
Error: Interface\AddOns\Cartographer_Herbalism\addon.lua:482: AceLocale(Cartographer_Herbalism): Reverse translation for "Goldthorn (170)" does not exist
I'm using an english client, and tried all version of this addon to 18317.
Any idea?
Is it suppose to have icons on the main map and minimap like gatherer?
Error: Interface\AddOns\Cartographer_Herbalism\addon.lua:410: AceLocale(Cartographer_Herbalism): Reverse translation for "Mountain Silversage (280)" does not exist
I used english client, and !!!Libs instead of the included libraries. But i tried both.
BC Stuff only works in the [Gandharva] tagged versions.
/edit
Added TBC stuff to trunk.
There is no Minimap support yet.
Ah! I see what is the matter. I use Gathersage and it puts the appropriate lvl of the skill, what is needed to gather anything. Like: "Mountain Silversage (280)"
Can you trim this last " (xyz)" cut from the name of the gathered materials, and herbs?
This will fix the error, i think.
Thx! :)
No error messages, just not everything is getting marked.
I think you need to look at the tooltip at the start of gethering, not at the end.
However, if you moved your mouse after right clicking on the herb, the addon will take the name of whatever you are pointing. In result it will be unable to find a proper translation for that. Try moving the mouse pointer over your unitframe and you'll get an error that your name doesn't have a translation.
This behavior should be changed to either check _immediately_ when you right click on a herb or wait for the loot message.
Ah okay, this must be why not all my herbs get recorded. I'm shift-right clicking and pretty much don't even see the loot window when I'm gathering.
[edit] anyway, I'll just hold my mouse still!
Been getting this error for about a week now, anyway know what is wrong?