• 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

Search results

  1. 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.
  2. TheNewProgrammer

    Oracle Revelation granting familiar issue

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

    Oracle Revelation granting familiar issue

    I think I am using cArcFClass, though?
  4. 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...
  5. TheNewProgrammer

    Oracle Revelation granting familiar issue

    I quite literally made a copy of arcane bond familiar and gave it Oracle and revelation tags.
  6. 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...
  7. TheNewProgrammer

    Spell Swap Eval Script

    Thanks! this worked. Excited to see this working after 6 months
  8. 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...
  9. 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...
  10. TheNewProgrammer

    Spell Swap Eval Script

    Does anyone know what the pf1 equivalent of [cSpKnoExpr] is? I couldn't find it in pf1 OR 5e
  11. 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...
  12. 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
  13. 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?
  14. TheNewProgrammer

    Archetype that swaps spell list

    From what I can see it adds the tag sClass.cHelpClr. It looks like I want to remove the tag sClass.cHelpBlr? any advice?
  15. TheNewProgrammer

    Archetype that swaps spell list

    I tried again, and it seems that "spellcaster type and magic type don't help. Uses which spells says that it can allow you to use a separate spell list, but if I have no spell lists enabled, the class has bloodrager spells. If I have only cleric spells enabled it has BOTH bloodrager and cleric...
  16. TheNewProgrammer

    Book of Many things in Hero Lab?

    I didn't have a basic understanding of scripting when I started. I just fiddled around until I started to get it.
  17. TheNewProgrammer

    Archetype that swaps spell list

    So it is possible. I'll fiddle with those options again, thanks.
  18. TheNewProgrammer

    Archetype that swaps spell list

    That's always the first thing I try. so no, I could not find anything
  19. TheNewProgrammer

    Book of Many things in Hero Lab?

    I don't know if its in HLC, but you can make your own stuff using the editor. (open editor button in one of the tasks bar menus)
  20. TheNewProgrammer

    Archetype that swaps spell list

    Hey all, I'm working on a Bloodrager archetype that swaps the arcane spellcasting for divine spellcasting. In the editor, I changed it so cleric is the only enabled spellcasting type, but the Bloodrager still has access to arcane spells. any ideas?
Back
Top