You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good day,
I know the DND update is very fresh out. But just for your information, saving throws, ability checks, concentration and death saving throws are currently not working. You get the following errors and no messages are displayed:
"Error: Error thrown in hooked function 'bound preRollAbilitySave' for hook 'dnd5e.preRollAbilitySave'. o is undefined"
"Error: Error thrown in hooked function 'bound preRollAbilityTest for hook 'dnd5e.preRollAbilityTess'. o is undefined"
"Error: Error thrown in hooked function 'bound preRollDeathSave' for hook 'dnd5e.preRollDeathSave'. o is undefined"
You also get deprecated warnings for attack and skill rolls (but messages are displayed):
"Error: The dnd5e.preRollSkill hook has been deprecated and replaced with dnd5e.preRollSkillV2."
"Error: The dnd5e.preRollAttack hook has been deprecated and replaced with dnd5e.preRollAttackV2."
"Error: The dnd5e.preRollToolCheck hook has been deprecated and replaced with dnd5e.preRollToolV2."
"Error: The dnd5e.preRollConcentration hook has been deprecated and replaced with dnd5e.preRollConcentrationV2."
best regards!
The text was updated successfully, but these errors were encountered:
Good day,
I know the DND update is very fresh out. But just for your information, saving throws, ability checks, concentration and death saving throws are currently not working. You get the following errors and no messages are displayed:
"Error: Error thrown in hooked function 'bound preRollAbilitySave' for hook 'dnd5e.preRollAbilitySave'. o is undefined"
"Error: Error thrown in hooked function 'bound preRollAbilityTest for hook 'dnd5e.preRollAbilityTess'. o is undefined"
"Error: Error thrown in hooked function 'bound preRollDeathSave' for hook 'dnd5e.preRollDeathSave'. o is undefined"
You also get deprecated warnings for attack and skill rolls (but messages are displayed):
"Error: The
dnd5e.preRollSkill
hook has been deprecated and replaced withdnd5e.preRollSkillV2
.""Error: The
dnd5e.preRollAttack
hook has been deprecated and replaced withdnd5e.preRollAttackV2
.""Error: The
dnd5e.preRollToolCheck
hook has been deprecated and replaced withdnd5e.preRollToolV2
.""Error: The
dnd5e.preRollConcentration
hook has been deprecated and replaced withdnd5e.preRollConcentrationV2
."best regards!
The text was updated successfully, but these errors were encountered: