Sylian
TrustedTrusted
LEVEL 28
56 XP
Hey everyone!
Notes:
spell_dbc is the acore_world table for spells.
spell is the WoW Spell Editor table that stores the pre-made spells but also custom ones.
So, I want to create some spells and get them working. Still, the problem is that when I create them in WoW Spell Editor 3.3.5a it correctly creates them in a table in a new db where the table is called "spell", this is awesome because, in theory, I should be able to copy that row into my "spell_dbc" inside the acore_world db.
The problem is that the "spell" table's columns don't match the current column names.
Here are some examples of what I mean:
Inside "spell" table, column number 3

Inside "spell_dbc" table, column number 3

So it's not only column 3 that is wrong but a lot of other ones.
So the problem is that the "binding" in the WoW Spell Editor folder does not match the normal column names.
The reason I am asking is that I asked on a Discord server and someone told me he just copies and pastes it from one table to another, but when I asked he didn't reply back so yeah, I am kinda stuck here.
Notes:
spell_dbc is the acore_world table for spells.
spell is the WoW Spell Editor table that stores the pre-made spells but also custom ones.
So, I want to create some spells and get them working. Still, the problem is that when I create them in WoW Spell Editor 3.3.5a it correctly creates them in a table in a new db where the table is called "spell", this is awesome because, in theory, I should be able to copy that row into my "spell_dbc" inside the acore_world db.
The problem is that the "spell" table's columns don't match the current column names.
Here are some examples of what I mean:
Inside "spell" table, column number 3

Inside "spell_dbc" table, column number 3

So it's not only column 3 that is wrong but a lot of other ones.
So the problem is that the "binding" in the WoW Spell Editor folder does not match the normal column names.
The reason I am asking is that I asked on a Discord server and someone told me he just copies and pastes it from one table to another, but when I asked he didn't reply back so yeah, I am kinda stuck here.