With DOL last version, we get warnings when we try to log on a class with shield ability :
- Code: Select all
Parsing ability display name: keyname='Shield' '1|Shield Ability : Small Shield;2|Shield Ability : Medium Shields;3|Shield Ability : Large Shields', No Value for Level 0
- Code: Select all
Ability dba = GetNewAbilityInstance(dbab); dba.Level = level; return dba;
This last function need the Level to display the good name (especially Shield ability). But the level is not set at this moment.
At the moment, we use BaseClasses. (For information)
Anyone had the same warning ? Did you know about this ? A fix planified ?
Thank you.