[DiscordArchive] How does one make stoneharrys work with cmangos...
[DiscordArchive] How does one make stoneharrys work with cmangos...
Archived author: stoneharry • Posted: 2024-11-25T16:55:50.335000+00:00
Original source
WHERE dbc.spell.ID IN (1, 2, 3)
or
WHERE dbc.spell.ID BETWEEN 1 AND 3
Archived author: Revanas • Posted: 2024-11-25T17:01:57.703000+00:00
Original source
Got it. But what am I doing with this query? Am I converting the core so it reads spell data form .dbc files?
Archived author: stoneharry • Posted: 2024-11-25T17:04:29.917000+00:00
Original source
More like you are converting the data from dbc to core data
Archived author: Revanas • Posted: 2024-11-25T17:09:31.612000+00:00
Original source
Then your tool pulls the data from core data? And when I make a changes to a spell, would I need to run this query again?
Archived author: stoneharry • Posted: 2024-11-25T17:11:17.187000+00:00
Original source
spell editor is emulator agnostic. It does nothing with the emulator.
My tool pulls it from the DBC data, which happens to be stored in MySQL. So if you want to make changes to the spell, you do that freely until you want to test it in game. Then you need to convert the MySQL DBC data into your emulators world data
Archived author: stoneharry • Posted: 2024-11-25T19:28:42.174000+00:00
Original source
sorry I can reply a bit better if you have any more questions