Technical question about Herbalism nodes/icons
qlesz opened this issue ยท 6 comments
Where is carbonite taking herbalism icons from? I've added all new herbs to my copy of carbonite but i couldn't make new icons to be properly displayed (it was displaying only red square instead of icon). I was taking icon name from wowhead.
I kind of made the mining nodes work too, i guess next step is to fix the importer?
Carbonite.lua.txt
NxOptions.lua.txt
im not familiar with github, cant find how to push it as pull request so i just attach files i've changed. and i've changed file extension to txt so i can attach it
Carbonite.lua.txt
NxOptions.lua.txt
Check those files here => https://wow.tools/files/#search=&page=1&sort=0&desc=asc
I think those are bad:
{ 700, "inv_-misc_herb_deathblossom",L["Death Blossom"]},
{ 700, "inv_-misc_herb_marrowroot",L["Marrowroot"]},
{ 700, "inv_-misc_herb_ardenweald",L["Vigil's Torch"]},
Search them by entering e.g.: herb_deathblossom
ty m8 now i know what mistake i've done. On wowhead is inv_-misc_herb_deathblossom
while on page u gave me inv_ misc_herb_deathblossom
so basically they used dash instead of space. Now it's working fine. I'm attaching file so you can push it to others. For some reason i can't push pull request.
Carbonite.lua.txt
NxOptions.lua.txt
In near future i'll do the same for mine nodes (as soon as i start lvling my miner ;) )