AtheneGenesis / Vanilla_MikScrollingBattleText

MikScrollingBattleText Continued
33 stars 9 forks source link

Fixes for Chinese Client: Outgoing heals amount shown incorrectly and no Chinese character supporting font #10

Closed toinetoine closed 6 years ago

toinetoine commented 6 years ago

Fixes edge case bug with Chinese client for outgoing heals, where it only shows the last digit of the heal amount:

chinese_client_heal This is because the combat message on the chinese client doesn't have words between the target receiving the heal's name and the amount healed, so it included all but the last digits of the amount healed as the name of the target (as shown in the above screenshot). This is fixed by having the target name string regex match only non-digits for the HEALEDSELFOTHER event when using the zhCN client.

Also on the zhCN client aura names were not being displayed for any of the fonts:

chinese_client_adventure_font

The new simhei font option supports simplified chinese characters so names of auras will be shown properly: chinese_client_simhei_font