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

    Dynamically setting the id of a thing

    I am trying to set up a more efficient way of handling Difficulty Class of invocation spell like abilities. Currently the DCs is hard-coded and doesn't easily allow for user editing of things such as ability mod, and other variables. I've gotten most of it set up the way I want it, but I've...
  2. T

    Timing Error since the new HL update.

    I have run into an compiler error that has cropped up since the new update and I dont know how to handle it because it gives no reasonable information how to debug. Whenever I test, compile, reload or load my testing game system (where all my community updates are) I get the following message...
  3. T

    Dungeons and Dragons 3.5 Conversion Question

    Alright, within the next few days I will be putting together the install ".hl" files for the my community update. However, before I can do so I have a question to ask regarding what files I should include. Since the last update that I have released I have received, from various HL users, and...
  4. T

    Removing bonus languages from a given race

    How do I delete languages from a given race? I've tried perform hero.childfound[rHuman].delete[Language.Any] and half a dozen different timings and variations. Nothing seems to delete the language tags from the hero.
  5. T

    Racial mechanics, early bootstrap conditionals

    I have a question regarding creating mechanics. I've been working on ways to link core races/classes so we don't need to use multiple races (for the same race) that have different abilities across different systems. Especially useful when working with worlds that allow for crossover content...
  6. T

    Pushtag/pull tags quetion

    Hello, out there and thank you all in advance for the assistance. I am hoping there might be some people who can point me in the direction for help with the logic of a few things. 1) Could someone point me to a thread or explain a little of the logic of push/pull tags. How is a pulltag stored...
  7. T

    Hiding-Non System Specific Content

    Heya all again, I am working on a way to create non-preclude/hide of system specific content. I am using the method that has been designed with the Eberron Campaign material and am trying to get it to work with other things besides Deities. Ultimately, I want to get it working with...
  8. T

    Microsized Adventure Mechanics

    I have a game that is starting soon that uses the Everyman Press 3pp book Microsized Adventures. I was wondering if someone could help me examine my work and proof some of my work. I can provide a temporary copy of the file (you can delete after). Or for those who are more prickly, you can...
  9. T

    Constant Crashes when Compiling

    I have been working on creating a new class, Righteous Zealot, for DLCS. Over the past 24 hours I have been constantly plagued with crashes all of which seem to occur when I try and compile. I have nearly 8+ crash reports. The first two I have sent as per the instructions in the crash report...
  10. T

    Adding Extra levels to complex class abilities.

    I am looking to create a series of new feats for one of my games and I'm having trouble figuring out how to go about it. I am calling the feats Gestalt Feats, now some of the feats I can get working but others I am having a bit of trouble. Specifically feats that alter the level of specific...
  11. T

    Arcane (Spellbook) Caster with Domain spells.

    I am wondering how I would work in an arcane. I am working on a class that that uses the wizarding spell list but has a selection of domains and domain spells. Everything seems to work fine except when you try and add the domain spells. It gives you an error saying that you need to add them...
  12. T

    Help; PrC that interacts with Opposition Schools.

    Sorry of the long title, tried to make it as descriptive as possible. But honestly, I'm not sure that's possible. I will try and be concise. I have begun working on Wizard of High Sorcery and some bug fixes to the Red Wizard of Thay. Both interact fairly heavily with the wizard. I could...
  13. T

    Procedure Coding

    I am looking for a little bit of help creating several procedures, I was wondering if anyone out there might be able to give me a bit of help. The first will be used for a racial special called, "Death Throes." I want to have it so that the user can set the dice size (Xd) and weight (dX) for a...
  14. T

    Racial Specials & Tags

    I am working on creating a unique race, it has two versions that function nearly identically. Both have a racial special called, Dragon Breed. I want to use the same Racial Specials for both races. But, the default is a 1:1 selection, on the Race tab, there is no option to enter in a tag or...
  15. T

    Overriding Initiator Attr Mod

    I am trying to create an adjustment to override the initiation attribute of the stalker class from wisdom to charisma so that all maneuvers gained through that class and all relevant stance/maneuver bonuses use charisma. Much like the caster override. I've tried to use the same code as the...
  16. T

    Help with size altering adjustment

    I am working on heavily modified size alteration adjustment, and have run into a few issues with how I want to code it. It is based on content from Microsized Adventures. I am using the default size adjustment as a base with First/20000 Index: 1 ~ If we're not enabled, get out now...
  17. T

    Creating Starting Spellbooks for New Class

    I am having some trouble creating a memorized caster. The issue is when I try to press the "Add Starting Spellbook" by default nothing happens. I looked at wizard and tried copying that over and it gave me an error message that basically said I needed at least one level of wizard. Okay fine...
  18. T

    Detecting Save Progression of Non-Classes

    I am trying to find a way to detect the save progression of non-classes such as monsters. I've tried a number of methods and it seems that there is no standardized way of marking monster save progression. Most dont even use tags to list their progression just a field that holds their starting...
  19. T

    Custom PrC Domain Access

    I've been trying to add a list of domains to a prestige class and have run into some strange problems. First, I only want it to have access to the domains from a chosen deity. This would be all well and good except that no matter how I select things the Custom Ability box says "Nothing to...
  20. T

    Template Configurable Auto-Add Error

    I have set up a mechanic to automatically add a new configurable, called "Vampire." to the hero EVERY time the hero adds the vampire template. This all goes well and good right up until the moment goes to remove the template (and in theory the configurable bootstrapped to it.) However, if the...
Back
Top