• 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

    Custom Ability selection field

    I'm working on a custom ability that adds an enhancement bonus to any one attribute score. Which score gets adjusted can change each time you use the ability. I have the custom ability set up to choose an attribute, but I can't see a way to determine which item was chosen. There is a usrChosen1...
  2. S

    Language pre-req

    So in searching around, it appears language pre-reqs are handled in Pick-reqs. However, it appears that you can't do or statements there. I have a pre-req that requires the character to speak one of four languages (Auran, Aquan, Ignan, or Terran). I can't get a valid message with one of these...
  3. S

    Adding bonus spells to spell list

    Ok, I'm getting stuck on doing this even though I swear I've done it before. What I am doing is using a class special to chose a spell from a specific list, then add that spell to the caster's spell list. In this case, its choosing from the wizard spell list and adding to the cleric spell list...
  4. 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...
  5. 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...
  6. 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.
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. S

    Triggering Heal button

    Is there a way within a script to trigger the "Heal" button on the In-Play tab?
  12. 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...
  13. 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)...
  14. 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...
  15. 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...
  16. 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...
  17. 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)...
  18. 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...
  19. 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...
  20. 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...
Back
Top