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

    Bootstrap Condition issue

    Mathias, I have a spell-like ability that I am trying to bootstrap as a racial special. It is supposed to only be present if the hero has an Intelligence of 10 or higher. Obviously I have a problem here, as Bootstrap conditions don't typically work in anything after First/10000. How can I...
  2. R

    RavenX - Dragonlance conversion

    I've been working on getting a Dragonlance data set converted for Pathfinder use. I am in the process of adding content from the Setting Book at this time. It may take me a little time to get everything ready to go. Data Requests will taken via this thread.
  3. R

    Editor autotagging

    Mathias, I am trying to figure out how to create a spell-like ability bootcustom on the race tab in the editor. I cannot seem to figure out what I need to get hero lab to autotag the Helper.SpellLike tag to be added. <inputthing name="Spell-like Ability"...
  4. R

    Class Features (Fixed Table) list expression

    Mathias, I am trying to work out this List Tag Candidate Expression, but I can't seem to think of how to handle it for the case of a fixed table. In the dynamic table we had the "autotag" feature which allowed a tag to be assigned that could be used to sort things through the list, but I am...
  5. R

    Form for displaying a table

    Mathias, When constructing a form that displays a fixed table (Class Features for example) that will be shown through an action portal, do I need an entity and gizmo or is that optional for the form?
  6. R

    Enter array value at row x, hero lab fills in the rest

    Mathias, How do I tell hero lab to keep the value of something unless it changes? I am thinking this might be a better method than adding values at every level for some of my arrays (such as the Psionicist, once that class hits 5 disciplines, attacks and defenses it never increases past that).
  7. R

    Spell books

    Mathias, Does every form require a gizmo? I am trying to figure out how to implement spellbooks (for classes that require them). And considering doing the Class Features as an info button form as well for classes that use a lot of custom abilities.
  8. R

    Need Help with Memorized spells...

    I am having a bit of a hard time figuring out how to keep the field for currently memorized spells on the class tab... I've used this code, but for some reason the array increments upward for every class instead of the 1 class I am trying to get it to work for. <eval index="6"...
  9. R

    Custom Ability / Secondary Custom Ability table issue

    So I believe I have sorted out the issue about keeping the custom abilities added to a specific agent based tab, but now I have a problem with my Primary and Secondary Table... if I add an ability to the Primary Table it shows up on the Secondary ability table, and it should not. Ideas on how...
  10. R

    Editor: Restricting tag options

    Mathias, How can I restrict the choice of tags presented in the editor to only a few specific tags? Say for example I only want the list of tags to show 4 of the available helper tags? Helper.Secondary, Helper.Tertiary, ... , Helper.Quintenary would be the tags I wish to restrict the choices...
  11. R

    it_boot what for matrices?

    Mathias, What is the <inputthing> I need to set up for putting an array or matrix on the editor? I am asking because I will need to add this to classes to handle spells/day.
  12. R

    Spells for different classes

    Mathias, How do I get Hero Lab to keep spells added by different classes on their respective class tabs? For instance if I have a cleric/mage I would only want the Mage spells added showing on the mage tab and the cleric spells showing on the cleric tab.
  13. R

    Issue reading tags through agent linkage

    Mathias, I found that to get access to tags in the layout script for determining whether to show or hide something I had to use an agent.tagis[] to accomplish this. Is there something I need to do to gain access to the linkage's tags? I am trying to access a tag from a mouseinfo script...
  14. R

    Class Tab construction

    Mathias, I am trying to figure out how to implement a tab for Classes. Something that displays class features and allows tables for custom items to be added (such as a wizard's specialized schools). Is it possible to make one tab that applies to every character class the user adds?
  15. R

    Buttoninfo Text color changes

    Mathias, Is it possible to change the color of the text in a buttoninfo="" ? If so, how do I do this? In addition, how do I change the location of the text in a buttoninfo when it appears on the screen?
  16. R

    RavenX updates - powered by Hero Lab.

    For those who have been wanting a quicker, easier way to obtain updates from me, here is the way to do so. Forgotten Realms, Dark Sun, and Ravenloft (along with planned additional 3.5 conversion) at your fingertips with a few simple steps. RavenX Data Repository information: 1) To get updates...
  17. R

    Multiple Class Tables

    Mathias, I was wondering if you think it would be feasible to have 2 or 3 class tables on the same tab for handling multiclass characters? I've been thinking about it a bit and I think it would be easier to manage multiple classes individually, especially since the XP earned gets split evenly...
  18. R

    Level indexing

    Mathias, How are level indexes set on Pathfinder characters? I know it's done with a field, but I need to know how to script out the actual index so as class levels get added in they level up.
  19. R

    Psionic Question

    Mathias or Aaron, When bootstrapping Psionic powers, is there a tag that can be added to the power that identifies the Manifester level as Half of the Hero's Hit Dice or do I have to set this via a script?
  20. R

    RavenX Dark Sun Bug Reports

    Before reporting bugs, please read this post! Ok gamers, I know that many of you have wanted me to start a bug reports thread for my Dark Sun data set. This thread is just for that purpose. If you find a bug, or something is working incorrectly, post it here. I will not be going through the...
Back
Top