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

    Adding bonus spells per day via custom ability – ranger issue

    Hi everyone, I’m currently working on a custom “hunter’s bond” feature and trying to grant additional spells per day through a custom ability. So far, I’ve experimented with the following approach: perform hero.child[ar......].setfocus focus.field[cvCastTot].matrixvalue[0,0] -= 4 ...
  2. T

    Tried to create custom item data file, now Elephant in the Room rules aren't able to be found?

    That makes sense, demo mode would explain the missing rules package. You’ll need to fix or remove the broken custom item first, then reload to restore everything.
  3. T

    modifying spells per day with custom ability

    hero.child[] won’t work with “ranger” because it needs the actual class helper tag (like cHelpRgr) and only if that helper is present on the hero. You might want to check first if the helper exists, otherwise apply the changes at the hero level or via a bootstrap tied to the class. For...
  4. T

    Help with program

    Without seeing the file structure, it’s hard to be precise, but I’d first search for existing paradigm labels or enums and follow the same pattern. If you can share how one paradigm is currently defined in code, it will be much easier to suggest a clean way to add more.
  5. T

    D&D 5e Spell Details Too Large

    This looks like an iOS display scaling or text size issue rather than the app itself. Try disabling Display Zoom and setting Dynamic Type back to default to see if it fixes the overflow.
Back
Top