• 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 insaneurge

  1. I

    Mechanic for Skill Bonus

    I am having trouble creating a script for a mechanic to assign a skill bonus to all skills equal to half class levels. I have was trying something like the following. ~ Generate our level for bonus field[abValue].value += field[xAllLev].value field[abValue].value +=...
  2. I

    Help with Configurable

    I am trying to use a feat to allow for choices from a list through the configurable tab. However, I cannot seem to get it working. This is what I was trying and the error I am getting. field[cfgMax1].value += #featcount[FrcTrain]*#abilitybonus1[aWIS] I'm getting the following errors with my...
  3. I

    Variable number of skill bonus

    I have been attempting to create an ability for a class to gain a bonus to a select number of skills at 1st level. However, all that is displaying is Skills: Choose, with no menu to choose from appearing. This is the script I have been attempting. component.BaseSkill & Helper.ClassSkill ~Add...
  4. I

    Assign Bonus HP at 1st level

    How would i go about a set bonus number of hit points granted at 1st level? I haven't had any luck without either stacking when I multiclass or the bonus hp going away when i level or multiclass.
  5. I

    Total Level Count and Bootstrapping

    I have been trying to bootstrap a custom ability to a feat that would be granted when the total level count =>7. However every expression i have tried has given me a syntax error. Can anyone point me in the right direction?
  6. I

    Replacing the Skill System

    I have a question. If I own the authoring kit, is it possible to strip the code for the 4e skill system and replace the 3.5 skill system in the editor for a user file?
  7. I

    Iterative Attacks and Saving Throws

    Is there any way to remove iterative attacks and remove and replace saving throws in the editor?
  8. I

    Starting with 3.5 or Pathfinder

    I am new to the Authoring Kit. I wanted to play around with it, but I was wondering if instead of the skeleton files I could modify a more complete set of files for a game system based closely on D&D 3.5? It would be a lot easier than having to write the code myself.
  9. I

    Configurable script adding 1 + modifier

    I am trying to create a Swse data file to use over the pathfinder hero lab set. One thing is giving me problems. I have a special power tab for Force Powers I am working on. The Force powers are gained via a feat, Force Training. In the configurable properties I can set the amount of powers...
  10. I

    Creating a feat to add damage dice

    I have been attempting to add a couple of custom feats with no success in getting them to function properly in hero lab. One feat, when active would grant a -2 to hit and add one damage die to all melee attacks, another would grant a -2 to hit and add one damage die to all ranged attacks. I also...
  11. I

    No AC or Initiative

    New project for me. I'm working to adapt Hero Lab pathfinder to accommodate some of the Star Wars Saga rules. Is it possible to remove AC or Initiative in a data set? I tried using ShadowChemoshes mechanic for removing XP as inspiration, but I cannot seem to get such a script to work, receiving...
  12. I

    Removing Racial traits

    Is there a script to remove racial traits when creating an ethnicity via Racial Cust Special?
  13. I

    Adding Ethnicities

    I'm having some trouble adding some custom ethnicities for my home campaign. I was able to add human, elf, and dwarf ethnicities, however I'm unable to get ethnicities for the other races (halfling and gnome) to appear. Also is it possible to remove a core race from appearing as an option?
  14. I

    Wizard prestige classes and wizard levels

    Is there a script that allows a wizard prestige class to count as wizard levels for purposes of qualifying for wizard only special abilities? Specifically I'm trying to design a wizard with a 5 level prestige class but I still want him to qualify for the Immortality Wizard ability at 20th level.
  15. I

    Cavalier Orders

    Is there a way to create new cavalier orders, or rename the orders?
Back
Top