• 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. S

    Spell Swap Eval Script

    Deleting and assigning tags is quite simple. I created an adjustment to test it, and used this script: Post-Levels/5000 perform hero.childfound[cHelpSor].delete[sClass.cHelpSor] perform hero.childfound[cHelpSor].assign[sClass.cHelpClr] It's important to run your script before...
  2. S

    Spell Swap Eval Script

    It's hard to know what to do without seeing what exactly is happening. When you say it doesn't work, does that mean it's not updating the text field or that it isn't providing the right collection of spells? Also, if all you want to do is change which spells a class has access to, have you tried...
  3. S

    Spell Swap Eval Script

    Try cSpellExpr, though I find this field gets altered via script in an earlier phase (usually PostLevel / 10500)
  4. S

    Spell Swap Eval Script

    sClass isn't a field on any class. It's a tag name. This line is trying to populate it as though it were a text field, which is why you're getting an error.
  5. S

    What does this error message mean?

    I can't replicate the error on my end. To do that I'd probably need a copy of your entire data folder. My guess, though, is it's some sort of internal error caused by a weird corner case. I do, however, see a couple things that could be contributing: Is your source defined somewhere in a...
  6. S

    What does this error message mean?

    No error occurs when your file is dropped into a pathfinder game folder (no community content) so the error isn't with your spell. That said, you could delete and try to create it fresh to see if that fixes it. Another tactic is to take a look at the timing report (Develop --> View Timing...
  7. S

    HLO Sorcerer and rings of Protection

    PF2 doesn't have rings of protection. I'd suggest adding an adjustment to apply the bonus to AC to your character.
  8. S

    Community Created 3.5 D&D data set....

    I'm able to download and install the latest version. Maybe your network is blocking it somehow?
  9. S

    Suli's Elemental choice

    #hasability checks to see if the ability exists and nothing more. It's basically just a tag check. If you want to know whether something has been selected, you can use something like this: hero.childfound[idthing].field[usrChosen1].chosen.tagis[tag.value] <> 0
  10. S

    Removing Shield/Off hand warning

    Check out this script on the buckler: (Pre-levels/10000) ~ If that is the case, tell the hero it's OK to have a shield equipped ~ and to apply a -1 penalty to melee attacks if (container.ishero <> 0) then if (field[gIsEquip].value <> 0) then perform...
  11. S

    Carmendine Monk Feat

    A question was posed regarding implementation of this feat. I've adjusted the provided file to get it working. If there are any issues, please let me know.
  12. S

    Dragonlance Campaign Setting

    I've started taking a look at the DL Campaign Setting content in the community set. There are a vast number of changes that need to be made to get this content up to current standards and working properly. Does anyone use these files and/or have any specific requests on anything? Right off the...
  13. S

    Community Created Contributions

    Hi. Creating this thread for users to attach any files to be added to the community set. Might be helpful if the powers that be could Sticky this one.
  14. S

    Bootstrapping from an Item Power

    I've added a couple of Item Powers from Book of Exalted Deeds that were previously missing. Unfortunately, I still don't know how to bootstrap from an item power. If anyone has any ideas on a way to do this I'd love to hear it. I can only think of two ideas: 1) Create a separate special that...
  15. S

    Remove Spellcasting

    I have a PrC that I would like to remove spellcasting from in certain situations. To do this, I am assigning the tag "Helper.RemoveCast" as early as Testing Global Tags/5000, but it doesn't work. Anyone know why or if there is another (easy) way to do this?
  16. S

    Custom Expression

    Is there a way to modify a custom expression based on an item's field? For example, I want to search for weapons with a cost value of 50gp or less. Can this be done within a custom expression? Alternatively, is there a way to assign tags to things not picked by a character? Like if I wanted to...
  17. S

    Community Created 3.5 D&D data set....

    Ah, I see the confusion now. I was not referring to the Tainted Adjustment from OA/UA. Tainted Fury, as written, doesn't know anything about that. What I was referring to is the Tainted Condition as seen here:
  18. S

    Version 5.7 of the d20 System data files is now available!

    Bug report. In the Background tab, when a list of deities is available, I get both the deity selection button and the freeform name box.
  19. S

    d20 Community Set 1.19

    Release 1.19 - January 10, 2017 Enhancements & Changes 3.0 - Book of Vile Darkness: Updated spells (A-C) to match new standards. Obsoleted old spells. (Sendric) 3.5 - Complete Adventurer: Reduced Scout's description to fit within allowed parameters. (Sendric) 3.5 - Complete Arcane: Updated...
  20. S

    Ravenloft errata

    So I was going through the spells in Van Richten's Arsenal, and whoever did them made a note on one of the spells regarding "official errata". Does anyone have any idea where I can find errata for this or any other Ravenloft source books?
Back
Top