DICE PACKS BUNDLE
Page 16 of 81 First ... 6 14 15 16 17 18 26 66 ... Last
  1. #151
    Quote Originally Posted by Svandal View Post
    No, look at the screenshot in the combat tracker. It shows all the effects on everybody. Only "PC1" has the effect "party" on him.
    Right so since non of them have party except for PC1 the condition isn't met and the effect won't fire. REGEN didn't fire on Adalet6
    REGEN fires on PC1 because it has party. SREGENS won't because that never really made sense to me why code it that way when it should just be REGEN. I can see a use case for aura though so I'll fix that.

  2. #152
    All the categories Add Effect on Damage Modifiers will add the effect with 'all rolls' even if the effected added was set to roll. This has probably is due the fact that they do not relay on any roll damage. Then it would be nice, if possible, to add something expire on roll for such effects.

    I have noticed that STURNRE does not end the effect at the end of your turn but instead at the end of ur next turn.
    Last edited by Drogo210; August 12th, 2021 at 18:33.
    UTC +2
    Italian DM
    Italian/English Player

  3. #153
    Quote Originally Posted by Drogo210 View Post
    All the categories Add Effect on Damage Modifiers will add the effect with 'all rolls' even if the effected added was set to roll. This has probably is due the fact that they do not relay on any roll damage. Then it would be nice, if possible, to add something expire on roll for such effects.

    I have noticed that STURNRE does not end the effect at the end of your turn but instead at the end of ur next turn.
    Thanks. Yes I noticed the apply to rolls weren't being respected. Look for that in the next version. I tested STURNRE and it is working as intended. It doesn't work if you apply the effect to yourself as it wasn't intended to be used that way just like SREGENS but I'll fix that as well.

  4. #154
    Would you mind including some compatibility code for my Ammunition Manager extension?

    For 5e, 4e, and 3.5E onAttack functions, change

    Code:
    	Comm.deliverChatMessage(rMessage);
    to

    Code:
    	--	bmos adding hit margin tracking
    	--	for compatibility with ammunition tracker, add this here in your onAttack function
    	if AmmunitionManager then
    		local nHitMargin = AmmunitionManager.calculateMargin(nDefenseVal, rAction.nTotal)
    		if nHitMargin then table.insert(rAction.aMessages, "[BY " .. nHitMargin .. "+]") end
    	end
    	--	end bmos adding hit margin tracking
    
    	Comm.deliverChatMessage(rMessage);
    
    	--	bmos adding automatic ammunition ticker and chat messaging
    	--	for compatibility with ammunition tracker, add this here in your onAttack function
    	if AmmunitionManager and ActorManager.isPC(rSource) then AmmunitionManager.ammoTracker(rSource, rRoll.sDesc, rAction.sResult) end
    	--	end bmos adding automatic ammunition ticker and chat messaging

  5. #155
    Quote Originally Posted by bmos View Post
    Would you mind including some compatibility code for my Ammunition Manager extension?

    For 5e, 4e, and 3.5E onAttack functions, change
    BCE only has its fingers in onAttack in 4E but I'll make a slight mod that should fix it.

  6. #156
    Quote Originally Posted by rhagelstrom View Post
    BCE only has its fingers in onAttack in 4E but I'll make a slight mod that should fix it.
    even better! thank you

  7. #157
    Version update 4.6
    Changed effects that act on the source of the effects turn now work when the source is the same as the target
    Changed - 4E onAttack to be compatible with bmos Ammunition Manager extension
    Fixed 4E effect being applied from Equipped Effects would throw a script error

    The apply on rolls issue is a little more complicated than hoped. Still working on that issue.

  8. #158
    Hi all!

    Would it be possible to open somewhere a thread dedicated to the spell/feats/item etc coding with BCE operators?

    I truly suck with this thing so thiw would be a huge help! (pretty much what was done with kent-extension-outsorce in Team Thowy channel on Discord)

    What do yu think about it?

    Thanks again

  9. #159
    MrDDT's Avatar
    Join Date
    Nov 2018
    Location
    Disney World, FL
    Posts
    2,036
    Even though I use BCE, I use a lot of other EXTs that give me tools to add in effect coding. So for me it wouldn't greatly useful nor would I want to add to it, because of this reason.

    Everyone would have to be using the same EXTs (Unless you only want to use BCE coding).

  10. #160
    Version Update 2.7

    Fixed a couple of issues that were triggering script errors.

Page 16 of 81 First ... 6 14 15 16 17 18 26 66 ... 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
  •  
Refer a Friend

Log in

Log in