• 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 TheNewProgrammer

  1. TheNewProgrammer

    Domain for Ranger Questions

    Hi all, I wanted to make a Ranger's Hunter's Bond that is a domain with domain spells. So far, I have this on an archetype: I would like to move this to the eval script portion of the domain, but I am not quite sure on the syntax. Since this is a domain, Is there a way to make this...
  2. TheNewProgrammer

    Oracle Revelation granting familiar issue

    I found a workaround. If I make an archetype and go to minions --> Replace minion restricions, and check that box, I get the following tag on the archetype: When I apply the archetype to oracle it seems to work. I would like to move this from the archetype to the Custom Ability, however a...
  3. TheNewProgrammer

    Oracle Revelation granting familiar issue

    Upon further inspection it appears that a wizard 1/oracle 1 has the issue. if the familiar revelation is not taken, then there is no issue, but if it is, then the glitch extends to arcane familiars from all sources.
  4. TheNewProgrammer

    Oracle Revelation granting familiar issue

    sorry, what i mean is, I am calling cArcFClass like Tarmor is in the second post.
  5. TheNewProgrammer

    Oracle Revelation granting familiar issue

    I think I am using cArcFClass, though?
  6. TheNewProgrammer

    Oracle Revelation granting familiar issue

    I took a look, and my familiar ability has the same bootstraps as yours. This is the error I am receiving (see image below). I found the Nature Revelation bonded mount, and it has the same issue except for the allowed mounts. It has the code "perform linkage.assign[Helper.MinionINT6]" in the...
  7. TheNewProgrammer

    Oracle Revelation granting familiar issue

    I quite literally made a copy of arcane bond familiar and gave it Oracle and revelation tags.
  8. TheNewProgrammer

    Oracle Revelation granting familiar issue

    Hi, I am working on a modified Lore mystery, and wanted one of the revelations to grant an arcane familiar. When directly turning Arcane bond Familiar into a revelation, or copying the Familiar Magus arcana, I am unable to select any race for the familiar and get "Invalid familiar type for...
  9. TheNewProgrammer

    Spell Swap Eval Script

    Thanks! this worked. Excited to see this working after 6 months
  10. TheNewProgrammer

    Spell Swap Eval Script

    Thanks for replying, I've been working on this problem for a while and it has been discouraging. I have been trying to make an archetype that replaces a class's spell list with another. The current script doesn't replace the choosable spells like I want it to. When I look at the user file...
  11. TheNewProgrammer

    Spell Swap Eval Script

    thanks, I feel like this is closer, but it still didn't work. The field cSpellExpr is already being modified in the second to last line of the script, but I tried changing the timing to your suggested time, but it did not work either. Testing with the original shows that the third to last line...
  12. TheNewProgrammer

    Spell Swap Eval Script

    Does anyone know what the pf1 equivalent of [cSpKnoExpr] is? I couldn't find it in pf1 OR 5e
  13. TheNewProgrammer

    Spell Swap Eval Script

    Hi all, back on the spell swapping project I found an eval script for Divine soul sorcerer for 5e that sort of works ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ final Phase - Priority: 21000 doneif (tagis[Helper.ShowSpec] = 0) ~these vars will hold the tag expressions for spells and...
  14. TheNewProgrammer

    Adding Inquisition as Nature Bond options for Druids

    Try looking at Divine Hunter. I am currently doing something similar, but replacing patrons with domains and DH had what I wanted
  15. TheNewProgrammer

    Archetype that swaps spell list

    I think this is the last thing I need to do, does anyone know how to delete the tag cHelpBlr and or remove 0th level spells? Also I accidentally created a new source I do not want. Any advice on how to delete it?
Back
Top