Skip to content

elvador/SpellExport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

SpellExport

This is a simple addon to export the wow spell tooltips for wow-spell-tooltips-code.

Here is how you use it:

  1. Download and install this as a normal WoW addon
  2. Login with any character (preferably a lvl 1 tauren warrior, to avoid stat changes)
  3. Type /spellexport request. Wait.
  4. Type /spellexport retry. Wait.
  5. Type /spellexport export.
  6. Reload your UI to update the SavedVariables
  7. 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
  1. Update the SpellData.csv in the wow-spell-tooltips-code directory
  2. [Optional] Type /spellexport clear to keep your SavedVariables folder clean

Releases

No releases published

Packages

No packages published

Languages