• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Recent content by Dragon5e

  1. D

    PUPreRegs

    There's one slight bug in this procedure. I could not figure how to override this so I had to modify this directly. What happening is you're a Soulknife and pick something like Focused Defense that has both PUBladeSk and PUFeBlSk it won't count the bonus levels from thing like Fighter's Blade...
  2. D

    Practiced Initiator Trait and adjustment

    The starting adjustment was the Initiator level adjustment from Path of War. When I tried to modify it I ran onto serious problem. Took me a week to figure how that code actually worked. This snippet won't work for a practiced initiator trait. field[usrChosen1].chosen.field[cIL].value =...
  3. D

    Working configurable mindblade

    This took me weeks to do as I'm still new to scripting. It's not fully finished but I have gotten as far as I can go. Anyways enjoy configuring your mindblade. When you pick your soulknife class or a soulknfe archetype that modify the mindblade a tab will show up that look like an aegis tab. You...
  4. D

    Some Soulknife fix

    Hello I posted this file over at github. Doesn't seem too busy so I put the file here. I had brought the license for Hero lab classic for Pathfinder and started to play around with the soulknife. I could not see why we couldn ot see an automatic upgrade to the soulknife. I learned immediately...
  5. D

    D&D 6e or 5.5

    https://thekindgm.com/2022/09/02/unearthed-arcana-one-dd-character-origins-analysis/ talked about the upcoming D&D 5.5 or 6e. It give a iink to Dndbeyond where you can sign in and get the pdf to read. I figure the coders would want a look at the proposed changes to get an idea of possible change...
  6. D

    Duplicate error in downloading the new update

    I downloaded the new update to 5e community file. I see a whol e bunch of error messages involving Tome of beast data files. After looking at that carefully I see I have 2 duplicate files. I deleted the older one and now all is well.
  7. D

    Displaying PP for Homebrew Psionic Handbook Mystic

    I looked at the Psi Points for the UA Mystic and tried to use it for the homebrew mystic. I have to give up. Any idea? Here's the UA mystic snippet for Psi Points ~ If we're disabled, do nothing ~ doneif (tagis[Helper.Disable] <> 0) if (#levelcount[Mystic] >= 1) then...
  8. D

    Fire elemental

    After looking at air elemental I decide to check on Fire. Well so far so good hey wait this Touch attack. As far as I can tell 5e do not have touch for ac. Seem to indicate range only. After looking at multiple sites https://www.dndbeyond.com/monsters/fire-elemental. The 2 bonus need to be...
  9. D

    Air Elemental

    Something seems off about the slam when I add it to look at the wild shape. After looking it up seems that the natural attack had +3 dam and attack added to it. Slam had str+2 bonus to attack and well after looking at the stats. https://www.dndbeyond.com/monsters/air-elemental The slam attacks...
  10. D

    Movement effort try 3

    I went to look at the Special Movement adjustment. Seemsm to me if you can identify the data you want you can skip a lot of effort. Here's the eval script field[pChosen].chosen.field[abValue].value += field[pAdjust].value Eas enough. I tried to add hero.child[Speed].field[Bonus].value to...
  11. D

    Halp Movements

    Exactly what is going on inside of this eval? It feel like every movement mode is zero out then when done the program take a look and send out stuff. This is my posted True Speed material. If I do this hero.child[xSwim].field[abValue].value += field[pAdjust].value on all 4 mode I get a +1...
  12. D

    List of spells for Domain Spells

    I don't think a cleric domain is complete without a list of domain spells. You know? I list the domain and spells here Ambition cClr5CMGAm Domain Spells 1st Bane, Disguise Self 3rd Mirror Image, Ray of Enfeeblement 5th Bestow Curse, Vampiric Touch 7th Death Ward, Dimension Door 9th...
  13. D

    Multiclass monk/druid unarmed strike in wild shape

    I was trying to see how I could fit monk AC and unarmed abilities on that. Well on each wildshape minion iI had to add one monk class for the AC and adjust the hp back down, I did figure how 3 ways to add monk unarmed strike as they won't show. I gather these races do not have it defined...
  14. D

    Speaking with Fists

    Fisticuffs c5CFisticf foreach pick in hero from BaseWep where "IsWeapon.wUnarmed" eachpick.field[wAttBonus].value += 0 eachpick.field[wDamBonus].value += 2 nexteach Added this from looking at those tattoos. Place in eval.
  15. D

    Domain Spells Life

    I added domain spells to all the domains I had. Easy enough. Domain Spells 1st Bless, Cure Wounds 3rd Lesser Restoration, Spiritual Weapon 5th Beacon of Hope, Revivify 7th Death Ward, Guardian of Faith 9th Mass Cure Wounds, Raise Dead Something like that on each one. It was...
Back
Top