[DiscordArchive] Any good resources on both Client and server side spell.DBC editing?
[DiscordArchive] Any good resources on both Client and server side spell.DBC editing?
Archived author: Thimz/Waroduck • Posted: 2021-07-05T22:47:23.717000+00:00
Original source
Any good resources on both Client and server side spell.DBC editing?
Archived author: gigi • Posted: 2021-07-05T22:51:53.424000+00:00
Original source
https://github.com/stoneharry/WoW-Spell-Editor
[Embed: stoneharry/WoW-Spell-Editor]
A Spell Editor for WoW versions WOTLK 3.3.5, TBC 2.4.3, or Vanilla 1.12.1. - stoneharry/WoW-Spell-Editor
https://github.com/stoneharry/WoW-Spell-Editor
Archived author: gigi • Posted: 2021-07-05T22:52:45.814000+00:00
Original source
And for database edits, look up trinity core's website, or azeroth core's, whichever your server is using
Archived author: gigi • Posted: 2021-07-05T22:53:05.709000+00:00
Original source
for scripting try out Eluna http://elunaluaengine.github.io/
[Embed: Eluna API]
API documentation for the Eluna engine.
http://elunaluaengine.github.io/
Archived author: Thimz/Waroduck • Posted: 2021-07-05T23:07:14.865000+00:00
Original source
thanks! i'm using vmangos core because I'm a vanilla nerd.
Archived author: gigi • Posted: 2021-07-05T23:07:46.967000+00:00
Original source
well, i think that out of what i just said only harry's spell editor applies to vanilla
Archived author: Thimz/Waroduck • Posted: 2021-07-05T23:13:36.869000+00:00
Original source
I've been trying to turn existing items into sets. Apparently the server side sql had a database named spell_template that I also needed to add in the changes or added entries to get things working
Archived author: Thimz/Waroduck • Posted: 2021-07-05T23:14:57.602000+00:00
Original source
made a new spell that reduces damage taken from all sources. so i copied something existing, added in physical school and changed the values. nothing happened when I had everything running.
Archived author: Thimz/Waroduck • Posted: 2021-07-05T23:15:25.275000+00:00
Original source
apparently I had to create the new spell over in the sql as well.
Archived author: Thimz/Waroduck • Posted: 2021-07-05T23:15:34.829000+00:00
Original source
but it's working at the moment