Refer a Friend
Page 18 of 18 First ... 8 16 17 18
  1. #171
    Quote Originally Posted by Xealotos View Post
    Additional bug
    Also an issue with Warrior dice as it doesnt seem to be going up with proficiency mod as written. Attempting to try and make it via clicking around with the tracker brings up this error.
    Can manually edit the maximum amount of dice clicking the Current Max and adjusting it to the correct proficiency mod. The site wont let me send the actual string for some reason. i have attached an image of the string error
    Can you help me replicate this issue? Can you provide me with the steps to get it to fire? I'm not sure what you mean by warrior dice. Which is making it hard to replicate.
    Dominic Morta
    Ruleset Developer
    Smiteworks

    How to zip up your campaign if the Developers ask for it-How to zip up your campaign if the Developers ask for it

    How to provide an Unity Connection issue?-Connection Issues and What to Provide

    Unity Updater issue?-Updater Issues

    Classic and Unity Port Forwarding?-Fantasy Grounds Connections Explained

    Comcast or Cox ISP User?-Comcast XFinity and Cox Users

    Have a suggestion?-Feature Request

  2. #172
    A few bugs we saw in a game tonight:

    1) Critical damage should add the max value of the dice, but it is also doubling the modifiers. Example, if a weapon does 2d8+5, a critical should be 16 (max of 2d8) + 2d8 rolled + 5, but it's adding +10 instead of +5 at the end.

    2) There is a script error rolling critical damage for PCs if the weapon damage has two separate modifiers (if the damage is 2d8+3+2) but no error if the mods are consolidated (2d8+5). The error is [string "Daggerheart:..pts/manager_action_damage.lua"]:55: bad argument #1 to 'ipairs' (table expected, got nil).

    3) When PCs attack adversaries with Advantage (either clicking ADV button or adversary has the Vulnerable effect), 1d6 is not being added to the attack rolls. The vulnerable effect or clicking ADV when an adversary attacks a PC does work however (2d20).

    4) When adversaries take damage, the damage is applied correctly to the spotlight tracker, but the chat text output indicates "[Wound] Marks 1" regardless of how many HP the adversary actually marks (such as 2 or 3). Chat output for damage to PCs is correct though (note: Didn't damage used to also indicate "Minor" "Major" or "Severe" as well? Was this removed on purpose?)

    5) During level up using the wizard, adding cards from the level up check-box screen gives an error: [string "Daggerheart:scripts/manager_char_card.lua"]:29: attempt to index local 'rAdd' (a nil value).

    Suggestion: Can the level up wizard (including the level 1 character creation wizard) have a button such as "Confirm" or "Commit" which closes the window? Players weren't sure if they just needed to close the window or do something else to "finish" the level up process.

  3. #173
    Reporting what seems to be a bug. When creating a character using the character creation wizard, domain cards are not able to be added. Here are my steps:

    1. New campaign, no extensions
    2. Activated Daggerheart SRD books (Player & GM)
    3. Reverted changes on both books
    4. Added a new character from the Characters window
    5. Walked through the steps of creation
    6. When I got to the step of adding domain cards, I chose the Book of Tyfar
    7. The program throws an error, and doesn't add a card

    I tried a second time as well, with the same effect.
    Screenshot 2026-06-26 at 9.19.20 AM.png

  4. #174
    Quote Originally Posted by Cyrian View Post
    A few bugs we saw in a game tonight:

    1) Critical damage should add the max value of the dice, but it is also doubling the modifiers. Example, if a weapon does 2d8+5, a critical should be 16 (max of 2d8) + 2d8 rolled + 5, but it's adding +10 instead of +5 at the end.

    2) There is a script error rolling critical damage for PCs if the weapon damage has two separate modifiers (if the damage is 2d8+3+2) but no error if the mods are consolidated (2d8+5). The error is [string "Daggerheart:..pts/manager_action_damage.lua"]:55: bad argument #1 to 'ipairs' (table expected, got nil).

    3) When PCs attack adversaries with Advantage (either clicking ADV button or adversary has the Vulnerable effect), 1d6 is not being added to the attack rolls. The vulnerable effect or clicking ADV when an adversary attacks a PC does work however (2d20).

    4) When adversaries take damage, the damage is applied correctly to the spotlight tracker, but the chat text output indicates "[Wound] Marks 1" regardless of how many HP the adversary actually marks (such as 2 or 3). Chat output for damage to PCs is correct though (note: Didn't damage used to also indicate "Minor" "Major" or "Severe" as well? Was this removed on purpose?)

    5) During level up using the wizard, adding cards from the level up check-box screen gives an error: [string "Daggerheart:scripts/manager_char_card.lua"]:29: attempt to index local 'rAdd' (a nil value).

    Suggestion: Can the level up wizard (including the level 1 character creation wizard) have a button such as "Confirm" or "Commit" which closes the window? Players weren't sure if they just needed to close the window or do something else to "finish" the level up process.
    Pushed a hotfix to address 1, 3, 4, and 5. For 2 can you give me an example steps to replicate? As for the suggestion, the window is more of an editor than a commit or confirm style window. The player can go into it anytime and adjust it if they wish. The changes in that window adjust the sheet in real time and is committed when the option is changed. It follows the design of all other editor windows. I will put it in my notes to look over based on your suggestion.
    Dominic Morta
    Ruleset Developer
    Smiteworks

    How to zip up your campaign if the Developers ask for it-How to zip up your campaign if the Developers ask for it

    How to provide an Unity Connection issue?-Connection Issues and What to Provide

    Unity Updater issue?-Updater Issues

    Classic and Unity Port Forwarding?-Fantasy Grounds Connections Explained

    Comcast or Cox ISP User?-Comcast XFinity and Cox Users

    Have a suggestion?-Feature Request

  5. #175
    For item 2, edit a weapon's damage and add a mod as an extra line as in the first attachment. Attempting to roll crit damage fails. Using the same weapon, removing the additional mod line and just adding the total modifier in the top section, it works.
    Crit damage has error.jpg
    Crit damage works.jpg

    The reason I'm currently using these fields is to add in default damage bonuses such as from the Small Dagger's "paired" feature so the player doesn't have to click the mod button from small dagger every time they roll damage, but the field could certainly be used for many different modifiers where you would not necessarily want to just consolidate them all in the weapon's mod field and then forget what makes up that total.

  6. #176
    Quote Originally Posted by Cyrian View Post
    For item 2, edit a weapon's damage and add a mod as an extra line as in the first attachment. Attempting to roll crit damage fails. Using the same weapon, removing the additional mod line and just adding the total modifier in the top section, it works.
    Crit damage has error.jpg
    Crit damage works.jpg

    The reason I'm currently using these fields is to add in default damage bonuses such as from the Small Dagger's "paired" feature so the player doesn't have to click the mod button from small dagger every time they roll damage, but the field could certainly be used for many different modifiers where you would not necessarily want to just consolidate them all in the weapon's mod field and then forget what makes up that total.
    Pushed a hotfix to address this.
    Dominic Morta
    Ruleset Developer
    Smiteworks

    How to zip up your campaign if the Developers ask for it-How to zip up your campaign if the Developers ask for it

    How to provide an Unity Connection issue?-Connection Issues and What to Provide

    Unity Updater issue?-Updater Issues

    Classic and Unity Port Forwarding?-Fantasy Grounds Connections Explained

    Comcast or Cox ISP User?-Comcast XFinity and Cox Users

    Have a suggestion?-Feature Request

Page 18 of 18 First ... 8 16 17 18

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
DICE PACKS BUNDLE

Log in

Log in