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

    Question on new natural attack fields

    Question on bootstrapping natural attacks with the new field and tags available in v12.3. Should will still bootstrap a natural attack with the Value.? tag for the number of attacks, or put the value in the new wBaseNumAt field?
  2. F

    Mythic Path Ability granting SLA

    I am trying to implement a mythic universal path ability that grants the hero certain spell-like abilities. However, I get the following error: Linkage pick 'table' not located for current context Location: 'eval' script for Component 'BaseSplPwr' (Eval Script 'Calc sDC and sCL') near line 136...
  3. F

    Picking classes by spell attribute

    I need to modify a class's effective ability score for spellcasting but only for those classes that use Wisdom. I have tried the following: foreach pick in hero from BaseClHelp where "SplAttr.aWIS" eachpick.field[cBonSplInc].value += field[trkUser].value nexteach but it doesn't work. Is...
  4. F

    Adjusting Intelligent Item Ego

    I am creating an intelligent item in the editor bootstrapping the appropriate powers to the gizmo. I almost got it working, but I cannot set the item's ego. What field or tag is the ego value stored in?
  5. F

    Difference in Secondary Spell Requirements

    Can someone explain the difference in how Hero Lab treats Req. Classes vs. Req. Schools for secondary spells.
  6. F

    Patron spells as secondary class spells

    I am trying to implement a class where they can select a witch's patron and gain the spells as secondary spells (like a cleric's domain). Currently I have this: What tags to I need to assign to the patron and/or spells boostrapped by the patron to allow the user to select them as secondary...
  7. F

    Tag expression logic

    I need to make a bootstrap condition that triggers if the hero's total levels of two different classes is a certain value. Basically I want the equivalent of: (count:Classes.Class1 + count:Classes.Class2) >= num This obviously doesn't work since you cannot use math operations in tag...
  8. F

    Archetype limiting class custom abilities available

    I have an archetype that limits which primary custom abilities a class (in this case the Arcanist) can take. I figure I need to modify the class's helper field cCstSpExpr, but I cannot get the timing correct. Here is the code I have ~ we need to set our scientific exploit selections. We do...
  9. F

    Customizing eidolon language

    Is there a way to customize the language the eidolon has? In other words, remove the automatic common and give it a new language.
  10. F

    Archetype adding abilities to Eidolon

    I have an archetype that adds abilities to an Eidolon which I cannot seem to get to work. The text is a follows: A pyroclast’s eidolon begins with resist fire 10 and vulnerability to cold. This improves to resist fire 20 when the pyroclast reaches 5th level. A pyroclast’s eidolon gains the...
  11. F

    Template Intelligence issue

    I am having an issue with a template that is lowering a base creature's intelligence. My template lowers the hero's Int by 4. If it lowers it to 0 or below I want to assign Helper.NoScore to aINT. The script is simple enough, but I am having an issue with the timing. Here is the script if...
  12. F

    Listing skAbbrev in menus

    When I make and item selection of skills is there a way for it to display the skill's skAbbrev field in the drop down menu? For example, my custom expression in the Item Selection section of a Racial special is "component.BaseSkill & Helper.SkCatKnow". I want the menu to display the Knowledge...
  13. F

    Determining exact menu item chosen

    I am trying to determine which item a user choses in a item selection menu. For instance if the menu allows the selection of a creature's natural attacks as follows where the creature has two different slam attacks: Constrict Slam Slam I want to determine if they have selected the...
  14. F

    Damage fields and weapon like abilities

    I have a weapon-like special ability that I am trying to set damage with the wMMainDNum and wMMainDSiz fields. However, the damage is not showing up on the ability. Is there some kind of tag I need to assign to have this show up or do I need to assemble it myself in the wFixDamage field?
  15. F

    Using new ability prereq fields

    With the new ability prereq fields is it possible for a hero's ability score to count as something different with regards to that field? For example, a character's Intelligence counting as Int + some amount for prereqs, or even Int counting as Dex for prereqs.
  16. F

    Mythic feats from templates and racial custom

    I am having an issue when adding mythic feats via a template (or via a configurable) to a creature that was not originally mythic. The feats are not showing up on the mythic tab and not applying their effects. This happens regardless if I bootstrap the feats or add them manually. Is this a bug...
  17. F

    Preventing a thing from loading w/o source

    Is there a way to prevent a thing from being loaded if a user doesn't have a specific source. For example I have a thing (Thing 1) that depends on Ultimate Magic. However if a user doesn't have a license for that book when they try to load the user file with Thing 1 they get errors. I want...
  18. F

    Change Shape 101?

    Is there a document outlining the various features/tags that can be used with the new change shape support? There seems to be a ton of new options, fields, and tags associated with them and it would be good to have a reference. Speaking of such, I assume the tag Helper.AdjPolymor triggers the...
  19. F

    Attribute modifier up for some down for others

    I have been banging my head on this one. I have an insanity mechanism that applies a penalty to Wisdom for skills, saves, and checks, but for any other abilities that use Wisdom it is a bonus (so it is new WIS = old WIS +/- insanity points [IP]). Currently I have it implemented as a penalty...
  20. F

    Replacing racial starting languages

    I have an alt racial trait that replaces the Sylvan starting language of the gnome to Terran. Is there a mechanism to do this?
Back
Top