DICE PACKS BUNDLE
Page 9 of 139 First ... 7 8 9 10 11 19 59 109 ... Last
  1. #81
    The Corona virus has given me too much time on my hands.
    It accesses some of the attack and damage functions and they appear to be differently named than the ones in 3.5E/PF, which is probably why it still works with your code because none of that is working as intended.
    I'm currently working on something to modify the way items propagate from character inventory to the action tab.
    I'm hoping to make items that including flaming, etc autmagically.
    I'm also hoping to include potions and wands in the spells section.

  2. #82
    Kelrugem's Avatar
    Join Date
    Sep 2018
    Location
    Göttingen (Germany)
    Posts
    4,475
    Quote Originally Posted by rmilmine View Post
    The Corona virus has given me too much time on my hands.
    It accesses some of the attack and damage functions and they appear to be differently named than the ones in 3.5E/PF, which is probably why it still works with your code because none of that is working as intended.
    I'm currently working on something to modify the way items propagate from character inventory to the action tab.
    I'm hoping to make items that including flaming, etc autmagically.
    I'm also hoping to include potions and wands in the spells section.
    Cool, sounds like nice ideas (potions and wands are already possible, but you probably mean automatic population of their spells etc. there? In my save versus tags extension I added the ability to define whether some usage resets after a short/long rest or is a consumable like a potion (i.e. the uses there never reset after a rest); just in case you want to combine your extensions with the things added in some other extensions )

    Looking forward to what you code

  3. #83
    Quote Originally Posted by Kelrugem View Post
    Cool, sounds like nice ideas (potions and wands are already possible, but you probably mean automatic population of their spells etc. there? In my save versus tags extension I added the ability to define whether some usage resets after a short/long rest or is a consumable like a potion (i.e. the uses there never reset after a rest); just in case you want to combine your extensions with the things added in some other extensions )

    Looking forward to what you code
    I've not seen potions make an any item automagically in the actions tab. Is it supposed to do so somewhere?
    The idea I had was if you add a potion to your characters inventory it would search the name for anything between () and go looking for a spell for that name. if it finds one it will add it or increase an already existing item in with the potion as its name. something like that in any case. Same thing with wands.

  4. #84
    Kelrugem's Avatar
    Join Date
    Sep 2018
    Location
    Göttingen (Germany)
    Posts
    4,475
    Quote Originally Posted by rmilmine View Post
    I've not seen potions make an any item automagically in the actions tab. Is it supposed to do so somewhere?
    The idea I had was if you add a potion to your characters inventory it would search the name for anything between () and go looking for a spell for that name. if it finds one it will add it or increase an already existing item in with the potion as its name. something like that in any case. Same thing with wands.
    ah, no, not any automatic population of actions (I meant that you can set up actions manually for that; but automatic population would be nice of course )

  5. #85
    How would I use your save versus tags extension to define an item in the action tab as not resetting after a rest?

  6. #86

    Join Date
    Nov 2017
    Location
    Near Chicago, Illinois
    Posts
    120
    Its under cast option for a spell.... if it has a cast option already its on the bottom when you use the magnifying glass to expand the cast. otherwise right click... add spell action... add cast... then use the glass to expand go to the bottom and toggle until its on consumable

  7. #87
    Found it thanks. Now I just need to figure out how to access it programmatically.

  8. #88
    Well I got it working. Thanks. Just have 1 bug to fix and I'll post it.

  9. #89
    I have an odd bug and I'm not sure where the bug is coming from.
    If you have the following 2 effects
    DMG: 1d6 fire
    and
    DMG: 1d10 fire, critical

    The only time these two effects will be applied is when a critical is rolled. The 1d6 should be applied all the time and the 1d10 should only be applied on critical.
    I've tried testing this with no extensions and it has the same result. If I remove critical it applies both dice all the time, with critical the only time it does is when critical is rolled.
    I'm guessing there is a bug in fs somewhere that isn't taking in to account the possibility that there might be a situation where you have two effects with similar but not exact damage types.
    I wonder if there is a fix for this?

  10. #90
    Quote Originally Posted by rmilmine View Post
    I have an odd bug and I'm not sure where the bug is coming from.
    If you have the following 2 effects
    DMG: 1d6 fire
    and
    DMG: 1d10 fire, critical

    The only time these two effects will be applied is when a critical is rolled. The 1d6 should be applied all the time and the 1d10 should only be applied on critical.
    I've tried testing this with no extensions and it has the same result. If I remove critical it applies both dice all the time, with critical the only time it does is when critical is rolled.
    I'm guessing there is a bug in fs somewhere that isn't taking in to account the possibility that there might be a situation where you have two effects with similar but not exact damage types.
    I wonder if there is a fix for this?
    There is a thread where Kelrugem found this - I confirmed it - you will also have that bug if you do manual dice rolling and force a critical.

    The "workaround" at this time - is do the weapon with one of the two effects - and just add the 2nd effect to the character in the combat tracker. That does produce the correct result.

Page 9 of 139 First ... 7 8 9 10 11 19 59 109 ... Last

Thread Information

Users Browsing this Thread

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

  1. Suratay

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