DICE PACKS BUNDLE
Page 78 of 87 First ... 28 68 76 77 78 79 80 ... Last
  1. #771
    Something I've noticed is that while you can use UNHEALABLE to prevent *all* healing, it would be useful to be able to specify normal or Temporary Hit Points, since I believe RAW you can still gain Temporary Hit Points in most instances when you are prevented from regaining Hit Points.

  2. #772

    Motivational Speech effect

    Quote Originally Posted by MrDDT View Post
    I posted this on discord.

    Motivational Speech; IF: TEMPHP; IFN: CUSTOM(Motivated); TDMGADDT: Motivated
    Set to 1 HR

    Effect in the Effects list

    Motivated: ADVATK
    Set to action; 1 HR

    This requires Equipped Effects; Better Combat Effects Gold; and Untrue Effects extensions.

    Untrue effects is needed only to stop the stacking issues.
    Quote Originally Posted by Azbandar View Post
    Setting the tag to "Action" vs adding the [ROLL] to the effect worked. That was the fix you mentioned on discord, thanks!!!
    After researching all of the prior suggestions on how to code an automated 5e Motivational Speech spell effect and not finding any one that met all of the criteria, I came up with the below combination of three Effects. Some accommodations had to be made, but I think this is the closest I've come to full automation. In my brief testing, these appear to mimic the spell's intended effects. I would love to see if anyone can improve upon what I've done, as I am by no means an expert Effects builder.

    1 of 2 Effects to be placed on the spell's recipient(s):
    Code:
    Motivational Speech; TREGENA: 5; ADVSAV: wisdom; IF: TEMPHP(<,1); DMGRT (1 HR; [TRGT])
    2 of 2 Effects to be placed on the spell's recipient(s):
    Code:
    Motivational Speech; IF: !CUSTOM(Motivated Strike); EXPIREADD: Motivated Strike; DMGRT (1 HR; [TRGT])
    Custom Effect:
    Code:
    Motivated Strike; ADVATK ([ACTN])

  3. #773

    Join Date
    Oct 2020
    Location
    Mar del Plata, Buenos Aires, Argentina
    Posts
    5
    Hi! I'm trying to automate the Enhanced Bond of the Wildfire Druid Subclass, and I can't find a way to check for damage types to do so.
    I have post this issue before for other thing I wanted to do, but was never answered :c

    What I thought on doing was: "Enhanced Bond; HEAL: 1d8; IF: ATK(spell); IF: DMGTYPE(fire); DMG: 1d8"

    Everything but the damage part works fine (it just allways adds the damage)

    Can you add DMGTYPE as a conditional operator?

    EDIT:
    I also thought on doing: "Enhanced Bond; HEAL: 1d8; IF: DMGTYPE(fire); DMG: 1d8 spell", wich will also work for "saving throw" spells
    Last edited by Metal Fenix; February 27th, 2026 at 21:51.

  4. #774
    I've checked this using only a campaign running Better Combat Effects Gold- apparently, damage reduction effects aren't working as I would expect when applied to a creature, and that creature also has an effect that grants Immunity to damage from critical hits.

    My tests show a crit hitting for 10 Piercing damage (5 on the die + 2 on the die, +3 from strength) against a target with "IMMUNE: critical" and "DMGR: 5 all".
    The target takes 5 damage.
    If they are ignoring the die that rolled 2, then the total damage would be 8 (5+3), and the damage reduction would reduce it to 3.
    If they are ignoring the die that rolled a 5, then the total damage would be 5 (2+3), and the damage reduction would reduce it to 0.

    But it seems the damage reduction is calculated first, but then it is lost because the damage it reduced is ignored because of immunity, which doesn't feel quite correct.

    In the notes for the DMGR effect, it states that it
    Reduce[s] the raw damage (before resistances) by (D) or when a decimal between 0-1 reduce[s] raw damage by percentage).
    Is this the intended functionality? Because it seems like an odd way for those two effects to interact to me.
    Last edited by Fingersome; March 19th, 2026 at 07:09.

  5. #775
    I just noticed that this Addon has been marked as 'Unlisted' in the Forge. Does that mean it is no longer being sold, and if so does that mean it is also no longer being supported? It seems like it was a pretty popular addon, and I didn't see any explanation on the change of status to unlisted, or what that might entail.

  6. #776
    MrDDT's Avatar
    Join Date
    Nov 2018
    Location
    Disney World, FL
    Posts
    2,019
    Quote Originally Posted by Toadkiller View Post
    I just noticed that this Addon has been marked as 'Unlisted' in the Forge. Does that mean it is no longer being sold, and if so does that mean it is also no longer being supported? It seems like it was a pretty popular addon, and I didn't see any explanation on the change of status to unlisted, or what that might entail.
    The author is not able to work on this anymore. So others have taken it over including me.
    This extension is very complex and with all the changes on TESt we will not have this ready for release to be working.
    We expect some feature loss even after we get it working without errors.

    We decided to delist this until we work out these issues. Which can take more time than normal because of how large these changes are and how complex BCEG is and how many changes coming from the update that directly effects BCEG.
    -MrDDT
    Discord @mrddt
    Grim Press Discord (Publishing/Extensions/Modules)
    Bethica Discord (West Marches RPG)

    PLEASE VOTE FOR THESE FEATURES VERY IMPORTANT!!!

  7. #777
    Quote Originally Posted by MrDDT View Post
    The author is not able to work on this anymore. So others have taken it over including me.
    This extension is very complex and with all the changes on TESt we will not have this ready for release to be working.
    We expect some feature loss even after we get it working without errors.

    We decided to delist this until we work out these issues. Which can take more time than normal because of how large these changes are and how complex BCEG is and how many changes coming from the update that directly effects BCEG.
    Checked the test forum and wow, there's a lot of overhauls to systems that seem heavily based on BCE/G, down to the same syntax.

  8. #778
    Just pushed an update to Better Combat Effects to work with all the changes in the Test channel. Would appreciate any testing.

    Note that there are several changes to tags to match CoreRPG native support and patterns. See below for combined Better Combat Effects / Better Combat Effects Gold notes.

    Removal of Core Native Effects (BCE -> Core)
    • HDMG -> DMGHALF
    • MDMG -> DMGMAX
    • NORESTL -> NOREST: long
    • RESTS -> expire = "restshort"
    • RESTL -> expire = "restlong"
    • ROLLON -> TABLEO
    • EXPIREADD -> AFTER
    • GRANTATK -> @ATK
    • HEAL: temp -> TEMP
    • HEAL: max -> HEALMAX
    • (STAT): #-X -> BSTR # / BDEX # / BCON # / BINT # / BWIS # / BCHA #
    • STACK -> (same)
    • DMGR -> (same)
    • OR -> (IF: x OR x)


    Rename of Effects (For consistency with Core)
    • TREGENS -> TEMPO
    • TREGENE -> TEMPOE
    • STREGENS -> STEMPO
    • STREGENE -> STEMPOE
    • TREGENA -> TEMPA


    Regards,
    JPG

  9. #779
    Testing now... As mentioned in Discord, SAVEA is a hard lock of FGU, other items are little buggy (expire =, after). Continuing to test.

    Update:
    TEMPA: 1d6 set to expire on the roll throws an error
    [4/27/2026 8:26:24 AM] [ERROR] Script execution error: [string "CoreRPG:scripts/manager_effect_var.lua"]:65: getValue: Invalid parameter 1
    Last edited by nephranka; April 27th, 2026 at 13:28.

  10. #780
    Working on a new build. Already got a couple items fixed locally; but will plan to push a new build tomorrow after I track down a couple other items already reported (including another lockup).

    Regards,
    JPG

Page 78 of 87 First ... 28 68 76 77 78 79 80 ... Last

Thread Information

Users Browsing this Thread

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

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
  •  
Fantasy Grounds Merchandise

Log in

Log in