Skip to content

How to change spell's duration, stats etc? #29312

Closed Answered by IchorZ
IchorZ asked this question in Q&A
Discussion options

You must be logged in to vote

To modify percentage ore power of any skill you should modify column EffectBasePoints_1(in case of spell that i modified in this post). This column stores int values. Specifically, this column stores information about the strength of the FIRST spell effect. There may be three of them in total. In addition, the value in this column should be written 1 lower than you need. For example, I changed the percentage of speed change from 20 to 15. So, there was a value of 19 in this column, which I changed to 14.

UPD: if you need, then all the information about this dbc as well as any others is on the wowdev website. Here is a link specifically for this table: https://wowdev.wiki/DB/Spell

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Faq
Comment options

@shamage
Comment options

@IchorZ
Comment options

Answer selected by IchorZ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants