stoneharry / WoW-Spell-Editor

A Spell Editor for WoW versions WOTLK 3.3.5, TBC 2.4.3, or Vanilla 1.12.1.
252 stars 115 forks source link

I cant seem to get this to work with vmangos? #191

Closed patrikpatrik closed 1 year ago

patrikpatrik commented 1 year ago

Is there some trick or is it a completely different database structure vmangos is using? Thx in advance!

stoneharry commented 1 year ago

It's a different structure, the spell editor is only compatible with the DBC structure which no emulator matches exactly.

stoneharry commented 1 year ago

See #91 for how to convert from the DBC database into vmangos structure. The query may be out of date but it gives you an idea.

Currently the spell editor has no emulator support because every emulator does things a bit differently and none of them match the DBC structure. It would definitely be a nice feature to integrate with the emulators but it's also a ton of work to support each one. Only vmangos loads data from the DB instead of the DBC I believe, the other emulators just use the world spell DB for server-side spells.

Closing this issue as answered - feel free to reopen it or open a new issue if you have further questions.

patrikpatrik commented 1 year ago

@stoneharry, Ok thank you harry!