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

    Grant magic list as racial spell selection.

    I am writing a ability out called Magic Engineer. This is the description: Choose two 1st-level spells with the ritual tag from the wizard spell list. You have these spells memorized and can cast them as rituals. Intelligence determines your spell casting ability for these spells. What is the...
  2. D

    Class Packs

    So I keep seeing these "Class Packs" for sale on the stores front for offer, yet when I log into the "Buy Data Packages" for a new account with just the Pathfinder Core bought these "class packs" are not options for sale. Surely I must be missing something here since "class packs" have been...
  3. D

    Feature request for Editor

    Hi everyone, I am curious if the HeroLab Editor can be setup with a feature that can toggle through sources for testing custom made content files. Ok so to explain further, as I have been maintaining my own campaign user file for my group I didn't realize that those of my group that have their...
  4. D

    HP adjustments via script

    Hi everyone, today I am requesting some information on how to force HP updates to a active summon via a ability that is bootstrapped to the possible summons. This chooser allows the player to pick the CR rating and adds the corresponding values to the summon. This summon comes from an archetype...
  5. D

    Herolab Character Sheet Adjustment

    Hi everyone, My request is on the default printed character sheets that Herolab uses. The thing I just noticed as I am building a manuver based build is that [value] boxes are missing from the list. Judging from what I see with the AC side of value boxes that this shouldn't be an issue to...
  6. D

    Statblocks

    Hi everyone!, Today I am inquiring about eval scripting statblocks. My goal is to create a select-able monster that generates as a CR 5 creature that can scale in CR as selected in the class special or in-play tab. My ability is called Summoning Jitsu, a blood pact summon spell, and what is...
  7. D

    Tag definition confusion

    This script is telling me the wCritMult.1 tag is not defined. Granted it is working just not sure what is happening and would like to get a better understanding. Plus it is the same between timings pre level 50000 to Final Phase 50000.
  8. D

    Bonus limitation

    An ability I am trying to rescript since I thought I had it right but is not as complete as I would have like so here is the deal this ability needs to have a bonus cap to allowable damage and must only allow for Light weapons, Bolas, Shurikens, and if selected the Exotic Weapon from the exotic...
  9. D

    Multiple Activation scripts

    Ok so I am not sure how I would it this to happen in herolab: I got an ability called Produce Shadow which makes all light around the player dim light which would activate all the other abilities I have setup with a User.Activation. How would (if I can) setup up that class special to force...
  10. D

    Point Buy

    Is it possible for us to program in a Point buy option?
  11. D

    Arcane Spell Failure

    I seem to be having trouble calling from this field (basically I can't find the proer reference info). Anyone know what I need to use to pull this value into a script?
  12. D

    Witch Hexes

    Ok so I am requesting that the Witch hexes be updated to better accommodate DC and Duration when using Attribute changing archetypes. I noticed Evil Eye has this: This to me means there is currently no way to alter these hexes without directly making new ones and doing a a lot of editing. The...
  13. D

    Arrays

    Where can I find how to work with arrays? I am building a monk talent atm that works by "calling" (setting your user choice) to a pre-defined value which will activate the script I want. I need to assign 2x 3x 4x and so on to get bonuses based on those numbers. Ideally I need to apply this...
  14. D

    Class Custom abilites

    Is it possible to pull Class Levels through the Class Custom Ability objects? It is no problem to do so in class specials, but I can't use the same code in the Class Custom Abilities and this is making it troublesome in keep everything as cleaned up as I want. If not is there a code that can be...
  15. D

    Where and how to count class levels?

    Ok so I am trying to come up with different methods to accurately have HeroLab count levels for a value. I am not sure if #levelcount[CLASS] can even be used in Eval Script for extracting a value to insert to the abValue within Class Specials. I have also tried: perform...
  16. D

    Issue with script.

    Hi everyone, I am attempting to get this script to report the proper value: field[abValue3].value += hero.child[skSleight].field[skTotal].value field[abValue4].value += hero.child[skUseMagic].field[skTotal].value also used: field[abValue3].value +=...
  17. D

    Racial CR

    How do I go about adding Racial CR values? Currently I am building a race with different types accessible through Racial Customs menu. I am not sure what the strings are to access that spot in Herolab. The part I want to modify is the Racial CR spot in the classes tab.
  18. D

    Dice roller question

    Hi guys, I have ran into a situation where I needed to roll 600d6 (used alot of tnt) and found that the built-in roller only allows up to 99 on the dice amount window. Is it an easy fix to add a third digit support? Yeah I used another adder that one time, but I prefer to use just this...
  19. D

    HL file upload restrictions

    Hello, I am inquiring about why Lonewolf has chosen to block upload of HeroLab HLexport files? I am currently curious because for those with Ipads and the like, installing the user file can be tricky and I do use dropbox for support there. Since I don't have a way to do future updates via the...
  20. D

    Need a reminder.

    I am not sure why I type count. instead of count: but count: is what I am using in hero lab. Ok so I tested this count:Classes.Gun >= 6 with a timing at First/500 under conditions for Granted bonus feats as it tells me to try, of course it lists Classes.XXX not Classes.Gun but I assume XXX is...
Back
Top