Spell info viewer for multiple versions of WoW
Find a file
2026-03-06 23:16:07 +01:00
packages/DBFileReaderLib.1.0.0.0/lib Update to 10.2.5 2024-01-22 08:20:40 +01:00
SpellWork Remove spellmiscid column from spell list view 2026-03-06 23:16:07 +01:00
.gitignore Reduce startup time (10 times faster on my i3-2310M). 2016-08-05 02:59:44 +02:00
appveyor.yml Upgrade to .NET 8 (#59) 2024-05-05 04:29:44 +02:00
coverity.bat Add Coverity badge 2017-03-27 01:31:11 +01:00
LICENSE Create LICENSE 2017-03-27 22:05:33 +01:00
README.md Update to 10.2.5 2024-01-22 08:20:40 +01:00
screenshot.png Updated valid version to 7.2.5.24330 2017-06-18 16:57:45 +02:00
SpellWork.sln Upgrade to .NET 8 (#59) 2024-05-05 04:29:44 +02:00

SpellWork

Codacy Badge

Coverity Scan Build Status

SpellWork is a tool to browse and display information about World of Wacraft spells. It is implemented in .NET and it runs on Windows and Linux (with Mono).

Instructions: Run SpellWork.exe and select the DBC folder extracted from the client (e.g. by running TrinityCore's map_extractor).

Screenshot

Nightly Builds & Downloads

History

SpellWork is a tool originally created by Chestr (also known as DiSlord).

This project is a try to rebuild the application using C#.

Thanks goes to:

  • Chestr (for the idea and released source of original spell_work)
  • TOM_RUS (for code samples)
  • Shauren (updating for TrinityCore)