• 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

    Saving Throws

    Is there a way to determine what bonuses a character receives from only the most recent class level? For instance, if I have a character who took three levels of Barbarian, then one level of Fighter, can I pull values from the level of fighter to determine the bonus to saving throws from that...
  2. S

    d20 Release 1.8 Testing and Integration...

    Release 1.8 - August 22, 2011 Enhancements & Changes Adjustments - Added damage bonus and total defense Dodge AC bonus adjustments. (Bodrin) Complete Psionics - Removed unnecessary eval scripts from Divine Mind and Lurk. Added class description text for all classes. (Sendric) Custom Core Book...
  3. S

    Change custom ability count

    I'm probably missing it, but I can't seem to find it in the forums. Is there a way in a script to change the custom ability count? For instance, I am working on a special that would reduce a wizard's tertiary ability (arcane bond) ability count from 1 to 0.
  4. S

    Factotum Cunning Brilliance

    Starting this thread for anyone who wants to know what I did with the Factotum's Cunning Brilliance special ability and/or wants to discuss what should and shouldn't be included. Description of the ability: To keep my pain to a relative minimum, I have included only those abilities that are...
  5. S

    Pulling a value from a chosen thing

    So now that I have the ability to choose spells working properly, I am trying to set up the DC for the spell chosen. This isn't a huge deal imo, but it would be nice if I could get it to work. I am attempting to access the sLevel field of the chosen spell and set a variable equal to it with...
  6. S

    Custom Expressions

    So in a Pathfinder thread aimed at using a special to select from a list of spells, we came up with the following custom expression: component.BaseSpell & (sLevel.0 | sLevel.1) & (sClass.cHelpWiz | sClass.cHelpSor) & !Spellbook.? I am trying to do the same thing for something in d20, but it...
  7. S

    Community Created Files 1.8 and later

    Community Created Files Release 1.31 - TBD Enhancements & Changes -- 3.5 - Magic Item Compendium: Rods that cast spells could use more work. Need to consider best way to handle it. Other items that allow the casting of spells may also be affected. 3.5 - Magic Item Compendium: True Believer...
  8. S

    Triggering Heal button

    Is there a way within a script to trigger the "Heal" button on the In-Play tab?
  9. S

    Multiple item selection

    Is there a way for a feat to provide the user with more than one selection option? I'm trying to do a feat that provides a bonus to 3 selected skills. I've set the item selection to Skills/Picks on Hero, but obviously that only allows one option. Either the feat would need to automatically list...
  10. S

    Alternate to SpcDisable?

    Is there a similar Helper command to SpcDisable? What I'm trying to do is gray out one of the options in the charges list based on an if statement (like how they get grayed out when all charges are used). Currently, I'm using this code: if (hero.childfound[pPsiFocus].field[pIsOn].value = 0)...
  11. S

    Changing the name

    So I've figured out how to change the name (xName), Summary (xSumm) and even the description (CustDesc) of a special ability from a feat. However, it doesn't seem to affect the name in the Charges list or the Statblock. Does anyone know of a way to do this? I've played around with the timing...
  12. S

    Psionic Race tags

    So I'm working on some feats from Complete Psionic. Several of them require the character to be of a specific race, such as the Dromite, Elan or Maenad which are all from the srd. All of these races are available, but when I try to create the pre-req expression, HL states they don't exist. I'm...
  13. S

    Increasing darkvision

    So I've copied the trait "Nightsited" which increases a character's Darkvision by 10' successfully. When I copied the script over to a feat and changed it to +30', it didn't work. Would the timing be different for a feat vs a trait? pre-levels 10000 ~ We have +10' Darkvision...
  14. S

    Checking for Condition

    I am attempting to check for an active condition from within a feat. I either have the timing wrong or the script wrong, and since I can't get anything else to work within the script could someone verify if I'm doing this correctly? doneif (hero.childfound[pPsiFocus].field[pIsOn].value = 0)...
  15. S

    Errors saving portfolios

    Since I've added the 1.4 user files, whenever I try to save my existing portfolios I get errors/warnings related to whatever natural attacks the creatures in the portfolio happen to have. I haven't figured out how to get rid of them or what's causing them. Has anyone else been seeing this or...
  16. S

    HL crashed; now runs in demo mode

    Well, this is weird. I was messing around in HL, and the program crashed (still not sure what caused it). After I re-started, it asked if I wanted to restore something, which I assumed meant the portfolio I had open. Since I didn't care about that portfolio I hit no, and now HL only runs in Demo...
  17. S

    Adding powers to powers available list

    Ok, I had something that seemed to work yesterday, but it doesn't today so now I'm stumped again. I took some scripts from the Mystic that someone did. The Mystic uses domains like a Cleric does, but Psionic Mantles don't work exactly the same way as domains. Instead of granting a bonus spell...
  18. S

    Creating a new tab

    Is there a way to create a new tab in the editor? For example, two of the base classes in Complete Psionics use mantles, which are similar to Cleric Domains. However, if I make a new Cleric Domain, it adds it to the list of domains for clerics. Is there a way to make a Psionic Mantle tab that...
  19. S

    Help with Monster of Legend template

    I am trying to do the Monster of Legend template from Monster Manual 2, and have run into a couple of snags. One should be simple, but I haven't quite figured it out: Greater Damage (Ex): Damage dice for the creature's natural attacks are increased by one die type. This is what I have so far...
  20. S

    Disabling Special Abilities with a template

    I'm trying to disable a specific special ability (rather than all like the Skeleton template). Here is what I have so far: hero.childfound[xDragCrush].assign[Helper.FtDisable] This gives me a compile error though, so clearly I'm doing something wrong. Any suggestions?
Back
Top