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

    Oracle Revelation granting familiar issue

    You said earlier "I quite literally made a copy of arcane bond familiar and gave it Oracle and revelation tags.", so I assumed the copy you're referring to does not have "cArcFClass" as an ID.
  2. L

    Oracle Revelation granting familiar issue

    Is there a tag on the familiar races making them available for certain abilities, such as "cArcFClass"? That might be why you have access to them when you bootstrap the ability, but not if you bootstrap a copy of it (with a different ID).
  3. L

    Need help adding weapon damage

    You'll need to set up the source to have access to that package.
  4. L

    Immunity from Item Eval Script

    Yes, the syntax for eval rules is different from regular scripts
  5. L

    Copy existing Hero settings into Encounter Builder?

    Open George Cmd-K Click Set Defaults Open Bugbears Cmd-K Click Use Defaults That should do it
  6. L

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

    It's a variant class, but somewhat complex to code at first sight: gains spell casting at 1st level, has cantrips and 5th level spells from a restricted list, delays some class features (combat style, endurance) while giving up animal companion and a few proficiencies.
  7. L

    Lamia Commoners?

    Oh, I don't expect any pay, as that would imply having to do it, presumably with a deadline. I'm much too busy to burden myself with that. If I do it, it will be the base stuff, not the whole thing you supplied with the ARTs and the FCBs. BTW, have you thought about using the Race Builder...
  8. L

    Error upon re-installing HeroLab

    I've gotten a new laptop, and decided to re-install HeroLab from scratch instead of migrating from my (very old) previous laptop. Uppn starting the Authoring Kit, I get this error: Is there anything I can do to correct that? Using MacBook Air M3 with macOS Sonoma 14.6.1
  9. L

    Difficulty with field pChosen2

    I have created an adjustment that grants a +1 inherent bonus to 2 different ability scores. I have set Menus #1 and #2 to Attributes. Pre-Attributes / 10000 ~ If we're not enabled, get out now doneif (field[pIsOn].value = 0) ~ If ability score(s) not chosen, get out now doneif...
  10. L

    Trying to implement a Fast Healer feat

    This would be a feat allowing a character to heal twice as fast through Night's Rest. The healing multiplier is stored in the hero field [tRestHeal], and can be manually set on the In Play tab. When I try to modify that field's value, I get an error message: "only derived fields can generally...
  11. L

    Using a string as a ThingID in a script

    I am trying to use a string, stored in the field "abText", as a thingID in a script, but I do not know how to do that properly. I have tried ~ We calculate the bonuses for Elemental Augmentation var AttBon as number var AttTarget as string foreach pick in hero where "abCategory.AMSAffin &...
  12. L

    Transition trouble

    I am running into trouble with a particular item I am coding It is a special armor that is easily enchanted with specific armor item powers, reducing the cost of such powers by half. I have tried the following 2 scripts at First - 2550, but I get the error message: Syntax error in 'eval'...
  13. L

    Tag manipulation challenge

    An adjustment I created has a chooser from 6 abilities called "affinities" Choosing 1 of those has a variety of effects, including changing the caster level on spells that I have already tagged (using a sSchool user-defined tag) as linked to said affinity. I can't find a reference or an example...
  14. L

    Assigning multiple copies of tag

    I am trying to write a script that would make an item assign 1 or more copies of a single tag to the hero, the number of copies depending on a chooser set by the user. Can someone point me to a thing that does something like that?
  15. L

    Encoded text adding a space

    In PF Classic, I am running into a minor but annoying thing where using encoded text adds a single space to the string of text. For example, "{i}spell{/i}" becomes " spell " instead of "spell" Is there a way to avoid that? This seems to be limited to user-created things, not things from the LW...
  16. L

    Metamagic bonus feats

    I am trying to code an ability that grant a character bonus metamagic feats. However, the list of available feats is restricted. Starting at level 5, MM feats available are those increasing the spell level by 1; at level 10, those increasing the level by 2 are added to the list, and at level...
  17. L

    Is it possible to add prerequisites to a group of things?

    I am modifying the magic system for a campaign. In order to access spells, characters have to meet certains prerequisites. For example, accessing fire spells requires a certain ability, and teleportation spells require another. Is it possible (maybe through a mechanic) to "batch modify" spells...
  18. L

    Timing problem

    I have created a skill. At certain total skill levels, it grants benefits to different spells: bonuses to DC or caster level. However, Total Skill Level is calculated at Final/26000, whereas spell DC and CL are around Final/25000. I have thought about defining a variable at Final/24990 that...
  19. L

    Advice on my big ongoing project...

    I am working on an alternate magic system, in which characters have some ability in 6 magic affinities (the 4 elements, light and darkness) to a variable degree. Each of the 6 affinities is linked to one of the basic attributes. The character puts ranks in those affinities, and bonuses can also...
  20. L

    Bootstrapping a Skill Focus requiring custom text

    A quick one: how can I bootstrap a Skill Focus for a skill requiring custom input, for example Knowledge (other)? For example, if I have a race that has access to the skills Knowledge (other) (cosmology) as well as Lore (Sun spots), and that race has Skill Focus for both, I can bootstrap the...
Back
Top