This is a simple addon to export the wow spell tooltips for wow-spell-tooltips-code.
Here is how you use it:
- Download and install this as a normal WoW addon
- Login with any character (preferably a lvl 1 tauren warrior, to avoid stat changes)
- Type
/spellexport request. Wait. - Type
/spellexport retry. Wait. - Type
/spellexport export. - Reload your UI to update the SavedVariables
- Execute this on your (linux) command line in the SavedVariables directory:
grep "\"" SpellExport.lua | sed -e 's/^\s\"//g' | sed -e "s/\", -- \[.*$//g" | sed -e 's/\\"/""/g' | sed -e 's/~~/\"/g' > SpellData.csv- Update the SpellData.csv in the wow-spell-tooltips-code directory
- [Optional] Type
/spellexport clearto keep your SavedVariables folder clean