Getting an error at Fairbreeze village, seems like the profile is trying to use an old behaviour to set hearthstone with a NPC. Heres the log:
[SetHearthstone-vUnknown(warning)]: This method 'CheckForUnrecognizedAttributes' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
OnStart_HandleAttributeProblem()
[SetHearthstone-vUnknown(warning)]: Unrecognized attribute 'MobId' (with value of '15397') will be ignored.
[SetHearthstone-vUnknown(warning)]: Unrecognized attribute 'HearthLocation' (with value of '3462') will be ignored.
[SetHearthstone-vUnknown(warning)]: Unrecognized attribute 'WithinDistance' (with value of '1000') will be ignored.
[SetHearthstone-vUnknown(warning)]: This method 'GetAttributeAsInteger' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<int>("NpcId", True, new ConstrainTo.Domain<int>(0, 2147483647), null)
[SetHearthstone-vUnknown(error)]: Attribute 'NpcId' is required, but was not provided.
Fix please?
[SetHearthstone-vUnknown(warning)]: This method 'CheckForUnrecognizedAttributes' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
OnStart_HandleAttributeProblem()
[SetHearthstone-vUnknown(warning)]: Unrecognized attribute 'MobId' (with value of '15397') will be ignored.
[SetHearthstone-vUnknown(warning)]: Unrecognized attribute 'HearthLocation' (with value of '3462') will be ignored.
[SetHearthstone-vUnknown(warning)]: Unrecognized attribute 'WithinDistance' (with value of '1000') will be ignored.
[SetHearthstone-vUnknown(warning)]: This method 'GetAttributeAsInteger' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<int>("NpcId", True, new ConstrainTo.Domain<int>(0, 2147483647), null)
[SetHearthstone-vUnknown(error)]: Attribute 'NpcId' is required, but was not provided.
Fix please?