Open Greyisttot opened 9 months ago
Can you upload your full DBC set for me, so that I can debug it? Thanks
Ran into this same issue. DBC files I used you can find here https://github.com/stoneharry/WoW-Spell-Editor/releases/download/v2.2.1/WoW_Spell_Editor_v2_2_1.exe
Running into the same issue
i found solution, before i using older version, in bindings_243_tbc you find lines in file Spell.txt
uint SpellIconID uint ActiveIconID uint Unknown1 uint SpellName0 string uint SpellName1 string
change that Unknown1 to uint SpellPriority
uint ActiveIconID uint SpellPriority uint SpellName0 string
and then extract works i fixed this extract in https://github.com/stoneharry/WoW-Spell-Editor/pull/187/commits/97480bc5407d6cb358c33389ec20ed85c1618625
but there is not needed to rename uint to int, just that unknown1 line only and you got extracted correct files
Spell Editor System.FormatException: 输入字符串的格式不正确在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer&number, NumberFormatlnfo info, Boolean parseDecimal)在 System.Number.Parselnt32(String s, NumberStyles style, NumberFormatlnfo info)在 SpellEditor.MainWindow.