twiceineverymoment / newera-sol366-foundry

Other
0 stars 0 forks source link

Autofill Damage not working; player clients get a permissions error when rolling damage dice #28

Closed twiceineverymoment closed 2 months ago

twiceineverymoment commented 2 months ago

Players need permissions to update the game setting for last damage amount. Currently they throw an error whenever making a damage roll

twiceineverymoment commented 2 months ago

Per Foundry discord this approach will not work. Recommended to get the last damage amount by looping through chat message history. The "Incremental Damage Mode" setting may need to be removed.

twiceineverymoment commented 2 months ago

The original implementation of this won't work due to permissions restrictions (Player clients can't set world-scope settings.) In v0.13.20 the implementation is changed to read the most-recent damage roll from the chat log.