• 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

Recent content by tkarn

  1. T

    Editor Groub Tabs/ alphanumeric Signs

    Hello. A short question about the editor tabs. I have a problem with the editor window on smaller monitors. I can group multiple editors with the "group" ID. These editortabs are shown in multiple rows depending on the size of editor window. That works fine. The problem ist the group line...
  2. T

    Picking spells from a spellbook

    Hi, for my LevelUp Project I need to pick spells from a spellbook. How can I do this in a correct way. I have 2 components: Spellbook and PrepSpells. I add the known spells to the Spellbook Component and want to select from this for my PrepSpells. Thx.
  3. T

    Tracking Ressources

    Due to my spelllist problem from the other thread http://forums.wolflair.com/showthread.php?t=67729 I have a new problem. For instance my Bard has 2 known spells, my druid has 3 known. I have 2 different things for the compset="Resource". how can I seperate the spell counting whether its picked...
  4. T

    Manioulate description

    Manipulate description I want to manipulate the descrition field of a tag via script, but i have no success. Is it possible to add additional text to a tag description? If I try to write to a tag.field[descript].text I get an error: Can not access to a non-derived field. Where can i change it...
  5. T

    Grouping Tabs

    Hi. Wenn I program Editor Tabs I can easily group these together and have a better overview. Is it possible to group soweit tabs on the normal screen of HeroLab? Think That will incrrase these overview. Thx. Tkarn
  6. T

    HL 8.7 error after update

    After updating to HL8.7 on my Windows computer, the programm isn't able to load the long ID's in my custom game system. Whats wrong?
  7. T

    Pathfinderstyle editors

    I like the way, who pathfinder arranges the editor tabs (main-tabs with different sub-tabs). Is this possible whith the authoring kit? How can I programm it.
  8. T

    candidate tag expression

    I have a list of special abilities. Each ability is associated with a charactertype. I have a dynamic table that shows the special abilities. That works fine. Now I only want to show these special abilities with is associated with a special type. I use the candidate expression, for example...
  9. T

    Bootstrap with Condition

    Hi, i try to code a custom system and have a question, I didn't find the correct solution yet. Maybe it's only a syntax problem. I have a Fighter class: ctyKampfer. I have an 2 level for Fighter: ChTypSt.cttKampf2. I have a ability "Trained with all weapons": sfcTrAlWaK sfcTrAlWaK is...
  10. T

    Filtering Timeline

    Hi, I tried to work with the timeline, but i didn't find a possibility to filter the timelineentries with the assign tags. Is it not possible or am I blind?
  11. T

    Error when starting HL

    I worked with HL as usual. Later this day I started the programm again but it crushed with an error. I deinstalled the programm, rebooted the system and installed the programm again. I could retrieve the license and could work. After shutting down the programm and restarting the programm i got...
  12. T

    Access the description text

    I want to display the description text, but i didn't find, what the fieldname is. The summary text work fine, but i want to display the whole text (output of a spellbook). Thank you.
  13. T

    Coding a Prereq condition

    Coding a Prereq condition - Help needed I have a spell component. I have a link to the heroes Attributes (zattrib) and a minimum value of this Attribut (AttrWert). I want to check as a prereq if the hero has the required attribute value. I tryed this: @valid = 0 if...
  14. T

    Where do i enter my activation code?

    Hi, maybe I'm blind, but I didn't found any information about that. I got an activation code but during installation was no time or place to enter the code. In the program I didn't find any menu entry about that. Please help me! Thank you.
  15. T

    Removing Spells

    Hi, I try to make so test an easy rulesystem. I have an advantage that grants me a spellaccess. I make a tab visible and there is a dynamic table, that grants me a spellselection. If I remove the advantage from my hero, the tab is unvisible, but all the spells are still in the taglist. How can...
Back
Top