ShadowChemosh
Well-known member
Nice. Thanks!seems to be working fine to me

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Nice. Thanks!seems to be working fine to me
Hey Good News. Aaron fixed the "Unrestricted" caster type in Pathfinder to actually work. Thanks Aaron!!Yet another Community Pack (CP) Eberron bug report.
CP v1.7 has the Artificer as a memorization caster. However, Eberron Campaign Setting, p. 31 states that they can spontaneously choose at 'casting' time from the entire list of available infusions.
Hey Good News. Aaron fixed the "Unrestricted" caster type in Pathfinder to actually work. Thanks Aaron!!
So this will be changed in the next Pack update. I also tested to see how the change would affect existing characters and it doesn't break them. I love it when a plan comes together!![]()
Sorry. I meant it in a good way and trying to say thanks. But true no one should expect it.Don't get used to it! I don't need that kinda pressure!![]()
No such concept exists in Pathfinder and no rule at the time of implementation existed in HL. Also why I had to pick Alchemist as caster type to get something that was not Divine/Arcane.
There does now appear to be a "Unrestricted" casting class option actually. I have no idea how badly this will screw up existing characters if I make this change.
Update: As I assumed the Unrestricted option has never been kept up to date and has strange issues when used. The worst being you can only cast each spell "one" time.
Hey Good News. Aaron fixed the "Unrestricted" caster type in Pathfinder to actually work. Thanks Aaron!!
So this will be changed in the next Pack update. I also tested to see how the change would affect existing characters and it doesn't break them. I love it when a plan comes together!![]()
Don't get used to it! I don't need that kinda pressure!![]()
No logic has yet been added for Mythic.Was working on mythic again, and I think I've run into a problem with your changes to the Psion.
Edit2: Now having some issue trying to link to the discipline powers. Not positive to the syntax, since all the discipline powers no longer have classes tied to them:
~ Give access to Discipline Powers
linkage.field[cPsiExpr].text &= "|psiClass.cPsiSeer" -- doesn't work.
Assist? I need this for specific disciplines (Seer, etc).
Good catch. I duplicated the issue and have it fixed with the latest commit to GitHub.I was able to recreate our error though on Choose powers form though.
Have a level of psion added to your character, and on the Psion tab, choose the "Generalist" discipline. Next choose "Use Magic Device". Once that is in place, open the Choose powers form, and you'll get the Syntax error in dynamic 'candidate' tag expression error message. The same applies to the Erudite "discipline".
This is a bug in HL itself. Nothing I can do to fix this. I will report it to LW....hey shadowchemosh, got question on your adjustment "feat, pre-req valid".
should this adjustment also clear hl validation? i thought it would but that isnt what i'm seeing. i see it clear the pre-req on the feat itself but the validation error stays.
linkage.field[cPsiExpr].text &= "|" & tagids[psiClass.cPsiSeer,"|"]
Any ideas? -- Nevermind. I needed to add a psiClass.cPsiSeer tag and the code you had in your new component.str file surrounding it. It works without getting an error now.
linkage[table].field[cPsiExpr].text &= "|" & tagids[psiClass.cPsiSeer,"|"]