[DiscordArchive] Where can i modify the dodge, parry and block chances ?
[DiscordArchive] Where can i modify the dodge, parry and block chances ?
Archived author: Wizz • Posted: 2021-10-05T17:59:11.416000+00:00
Original source
Where can i modify the dodge, parry and block chances ?
Archived author: Wizz • Posted: 2021-10-05T17:59:45.153000+00:00
Original source
I followed a tutorial, did them in StatSystem.cpp, recompile, but its only a visual thing, it appear like 30%, but still dodge every single attack
Archived author: Wizz • Posted: 2021-10-05T18:02:12.617000+00:00
Original source
And unit.cpp i see this
Archived author: Wizz • Posted: 2021-10-05T18:02:13.549000+00:00
Original source
return RollMeleeOutcomeAgainst(victim, attType, int32(crit_chance * 100), int32(miss_chance * 100), int32(dodge_chance * 100), int32(parry_chance * 100), int32(block_chance * 100));
Archived author: Wizz • Posted: 2021-10-05T18:02:24.209000+00:00
Original source
Should i modify them here ?
Archived author: Titi • Posted: 2021-10-05T18:04:08.323000+00:00
Original source
if you want to change how much stats ratings give, look for gtCombatRatings.dbc
Archived author: Titi • Posted: 2021-10-05T18:04:20.511000+00:00
Original source
https://wowdev.wiki/DB/GtCombatRatings
[Embed: GtCombatRatings]
https://wowdev.wiki/DB/GtCombatRatings
Archived author: Wizz • Posted: 2021-10-05T18:10:59.200000+00:00
Original source
Ohh, so i have it into the database
Archived author: Wizz • Posted: 2021-10-05T18:16:45.114000+00:00
Original source
But how do i know which one is for Dodge for example ?
Archived author: Wizz • Posted: 2021-10-05T18:16:48.507000+00:00
Original source
There are a lot of codes