Hi there

Osiris doesn't seem to provide an appropriate event to hook into attribute changes. The reason why I'm asking for this is that I'd like to provide custom stats for attributes similar to what's possible with combat abilities. This works perfectly fine for the latter with

[code]event CharacterBaseAbilityChanged((CHARACTERGUID)_Character, (STRING)_Ability, (INTEGER)_OldBaseValue, (INTEGER)_NewBaseValue)[/code]

It would be great if there would be a similar event for attributes. Are there any plans in providing such an event? Or are there at least workarounds which allow doing that? I would appreciate any hint given for that topic.