[DiscordArchive] So where to look for the server side calculation?
[DiscordArchive] So where to look for the server side calculation?
Archived author: Viste • Posted: 2020-03-14T22:53:58.247000+00:00
Original source
normally you can rise spellpower only through item enchats and spells(tallents auras) if i right remember
Archived author: ghibly79 • Posted: 2020-03-14T22:55:05.513000+00:00
Original source
yes, in wotlk
Archived author: Viste • Posted: 2020-03-14T22:55:39.654000+00:00
Original source
i play only vanila tbc and wotlk all other is shit :/
Archived author: ghibly79 • Posted: 2020-03-14T22:55:41.980000+00:00
Original source
So a function can be added in Player.cpp to modify SpellBaseDamageBonusDone based on some formula with intellect
Archived author: ghibly79 • Posted: 2020-03-14T22:55:44.323000+00:00
Original source
right?
Archived author: Viste • Posted: 2020-03-14T22:55:53.299000+00:00
Original source
yes
Archived author: ghibly79 • Posted: 2020-03-14T22:56:20.763000+00:00
Original source
Ok, need to do more research in how to implement and call it, but it's a start
Archived author: Viste • Posted: 2020-03-14T22:56:24.590000+00:00
Original source
but you need a formula
Archived author: Viste • Posted: 2020-03-14T22:56:41.568000+00:00
Original source
like this
Archived author: Viste • Posted: 2020-03-14T22:56:43.766000+00:00
Original source
```
float Player::GetSpellCritFromIntellect()
```