Forum > Miscellaneous

[WotLk] Client-side support for modified rating values

(1/1)

mrxxx:
Heya!

Recently I've made a little change on my server regarding combat rating values in StatSystem.cpp, i'm currently using trinity core source.
I've changed it so that, for example, 1 crit rating gives you 0.2% actual crit, instead of 1.6% @level 10. Everything works perfectly but the only downside is that I'm not sure how to patch it to show correct values when mouse-overing in char pane. I hope y'all can figure it out, thanks in advance!

http://imgur.com/a/gdITd

Ascathos:
It's part of a gt* dbc iirc. Output is based on it's content.

Gratural [Харгард]:
See gtCombatRatings.dbc. For Critical rating edit values in lines 801-900 (melee) 901-1000 (ranged) and 1001-1100 (spell)
Each record represents player level (from 1 to 100)
Of course, edited DBC must be copied to server (and client too))).

mrxxx:
Thanks a lot guys

Navigation

[0] Message Index

Go to full version