[DiscordArchive] If a Spell has a certain Spell_effect like in this list: https://trinitycore.atlassian.net/wiki/spac
[DiscordArchive] If a Spell has a certain Spell_effect like in this list: https://trinitycore.atlassian.net/wiki/spac
Archived author: Hacki • Posted: 2021-03-09T17:22:42.599000+00:00
Original source
If a Spell has a certain Spell_effect like in this list: https://trinitycore.atlassian.net/wiki/s...+Reference where are those saved?
Archived author: Titi • Posted: 2021-03-09T17:40:53.149000+00:00
Original source
Spell.dbc
Archived author: Hacki • Posted: 2021-03-09T17:41:14.795000+00:00
Original source
Thank you. One more question, a spell can cast another spell right?
Archived author: Hacki • Posted: 2021-03-09T17:41:29.745000+00:00
Original source
Any way how I could find out which spells cast a specific id?
Archived author: Titi • Posted: 2021-03-09T17:42:07.759000+00:00
Original source
Use stoneharry's spelleditor
Archived author: Hacki • Posted: 2021-03-09T17:43:03.884000+00:00
Original source
Mhhhhh not sure if I want to know that bad. https://github.com/azerothcore/azerothco...ssues/4751 Im researching this bug, it seems like its intended behavior but I want to make sure by checking his spells
[Embed: Anub'reckhan Double Hits · Issue #4751 · azerothcore/azerothcore-wo...]
CURRENT BEHAVIOUR: Anub'rekhan hits with melee attacks twice at the same time. EXPECTED BLIZZLIKE BEHAVIOUR: Anub'rekhan must attack once with melee attacks https://youtu.be/OuMTeMR...
https://github.com/azerothcore/azerothco...ssues/4751
Archived author: Titi • Posted: 2021-03-09T17:43:04.677000+00:00
Original source
You could do a sql query like select where aura = trigger spell and look at the column of the triggered spell(misc value)
Archived author: Hacki • Posted: 2021-03-09T17:43:26.521000+00:00
Original source
inside the spell.dbc database?
Archived author: Titi • Posted: 2021-03-09T17:44:05.197000+00:00
Original source
Yeah convert your spell.dbc to a.sql database, spelleditor does that by default
Archived author: Hacki • Posted: 2021-03-09T17:44:23.194000+00:00
Original source
there already is spell_dbc in the azerothcore db