suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 11 forks source link

UICharacterSkill bug #2344

Closed CLAXES closed 8 months ago

CLAXES commented 8 months ago

Hello, version 1.86b does not show features such as uiDamageInflictions, uiAdditionalDamageAmounts.

CLAXES commented 8 months ago
if (Skill == null || Skill.TryGetAttackAdditionalDamageAmounts(Character, Level, out Dictionary<DamageElement, MinMaxFloat> additionalDamageAmounts))

works when I do as follows

!Skill.TryGetAttackAdditionalDamageAmounts 
insthync commented 8 months ago

Thank you :)