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

  1. G

    Custom Spell not showing in spell list.

    Just a comment that this helped me in 2024. :) What a great resource this is for those of us still using 3.5!
  2. G

    Question re: error loading custom file

    The new Community file causes one of the classes in my custom file to fail. On loading, I get the below error: Pick <class> has been orphaned due to missing thing in batch '244' I am unsure what batch 244 references - can anybody give a steer? Is it the code line in the custom file for example?
  3. G

    How do I make Racial Skills work?

    Hi, an odd one: We have a variant jungle halfling race, which should get Climb, Hide, Move Silently, Survival as 'racial skills'. In the custom race, I added those four skills under the Class Skills button. But oddly they don't appear as class skills. So if I make a cleric, they appear as...
  4. G

    Scripting question

    Hi, sorry for the basic question. A minor magical monocle that adds +2 Search, +2 Sense Motive, +1 Intimidate (big scary magnified eye), -1 Diplomacy (big scary magnified eye). I've cribbed the below from other items in Eval Scripts (Pre-Levels, Priority 5000) but the -1 Diplomacy penalty is...
  5. G

    5.11 Community Files - Monster Manual 3

    Hi, our party portfolio kicks out a number of Monster Manual 3 errors: Critical information not found in data files: Source 'Monster Manual 3' These don't prevent Community and .user files from loading so I'm ignoring for now. But I don't see anything in the 5.11 changelog that suggests MM3...
  6. G

    Cleric domains - fx<name>

    Hi, I'm updating our campaign custom user file to debug following 2018 changes to D20 and Community sets. I have replaced stock cleric domains with custom descriptions, and am getting errors due to duplicate attempts to replace domain things (e.g., cdWeather) with my custom domain (cdArWeath)...
  7. G

    3.5 Gunslinger

    Hi, Black powder has been discovered in our 3.5 campaign, so we are adding Musketeer class based on a lightly-modified Gunslinger from Pathfinder. My coding ability is limited - if I can find an ability that is similar to what I'm trying to code I can generally make it work. Can you suggest...
  8. G

    Feat that adds skill points

    Hi all, I am trying to code the below feat for our new pirate-themed campaign (Arrr....!) --snip-- A Life At Sea: You receive a +2 bonus to any two of the following skills: Craft (sails), Craft (ships), Knowledge (nature), Profession (navigator), or Profession (sailor). If you have 10 or more...
  9. G

    coding query

    Sorry for a very basic question, but I want the below eval script for sneak attack bonus to cap out at +3d6 at 15th level rather than incrementing to +4d6 at 20th. How might I put in a 'max 3' limit please? --snip-- ~ Add our level / 5 to our sneak attack damage. var sneak as number...
  10. G

    Custom spell list and domain list

    Is there a way to (easily) create a custom spell list and to limit the domain access for clerics of different faiths? I see that I can edit each spell and add a custom cleric class to the Spell Class; this is time intensive and also requires editing exiting PH and Spell Compendium sources. Is...
  11. G

    Variant Wizard coding query

    Hi. Our wizards don't get Scribe Scroll, but can choose another feat instead at 1st level. When I copy the Wizard SRD class to create a variant wizard class, that variant cannot choose any spell specialisations. How might I fix that? I think I can figure out the feat removal and addition but...
  12. G

    Coding query

    I fixed the below by adjusting Phase to Pre-Level and Priority to 10000. Leaving up in case of use to others. HOWEVER, this raises another problem: the attack bonuses add correctly in the Weapon Tab but this bonus does not add in the Weapon Summary Panel. This also happens with the SRD Halfling...
  13. G

    PDF output missing druid Immunity to Poison

    The PDF output of a druid does not list Immunity to Poison under Special Abilities - but it is listed in the Herolab app. Is there an easy way to fix that? With best regards, John
  14. G

    V5.3 does not load Lawful_G

    Some compile errors, below, mean 5.3 loads in recovery mode. I have done a fresh install to no avail. I tried to revert to a saved version of 5.2 but it would not download the D20 data file without an update to 5.3. I am a complete novice - can anybody advise? --snip-- Hero Lab was forced to...
Back
Top