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

    Huzzah, Internet is back.

    And so am I. Sorry about lack of attention the last month or so.
  2. L

    Is there an Easy way to determine energy channeling?

    Recently while adding feats from Drow of the Underdark I ran across several that required negative energy channeling/rebuke undead. I entered the following pre-req. ~ If our hero has the Turn Undead tag, go through each Class Helper and determine if it has a cClrNeutGE field value of 1, if so...
  3. L

    Type & Subtype + Darkvision project

    Hey Mathias! I am going through all the default races in HL and replacing them with versions with racial tags indicating their type & subtype as well as replacing their darkvision with a new version that doesn't default to 60 (as previously mentioned in other threads). I think the pathfinder...
  4. L

    1000th feat celebration!

    With this latest batch of feats, I have now entered 1000+ feats. Wahoo!
  5. L

    Metamagic stopped working since last update

    The button to memorize a MM modified spell has disappeared. Said so in the other thread, but seems like it deserves it's own. Also, now that classes have Caster Level defined for them, maybe you guys could change things with pre req of "Caster Level Xth" so that they no longer count the...
  6. L

    Error since last update

    Fighters no longer give bonus feats. Also, clicking on the ? button to the right of any class special no longer pops up extra information.
  7. L

    How to transfer from a Class thing to it's Helper?

    So I managed to work out a work around that lets the user specify what level they took Nymph's kiss. What I am trying to do is use a foreach find every class thing with an index equal or higher, then transition from there to the class helper and add 1 skill point. How can I do this?
  8. L

    Request for a couple more Damage Tags

    So I went back and finally managed to hammer out the Strength Devotion feat, but I am missing a couple damage tags for the higher levels and larger sizes. Mathias, could you please add tags for 6d6, 6d8, and 8d6? if (hero.child[xStrDevote].field[hIsOn1].value <> 0) then foreach pick in hero...
  9. L

    Natural weapons from feats question.

    Having trouble adding a natural attack from a feat. Deepspawn (from Lords of Madness) gives 2 tentacle attacks, so I bootstrapped wTentacle to the feat, gave it the appropriate tags for Primary natural attacks and the #, but as soon as I add the feat I get the following error. Cannot access...
  10. L

    Svirfneblin race error.

    It looks like the Gnome, Svirfneblin's racial dodge bonus to AC is being counted as a Deflection bonus instead, and so doesn't stack with rings and such.
  11. L

    Enhancement Bonus to Attack Question

    So the Psychoactive Skin of the Hero gives a +3 enhancement bonus to attacks, which I am having a problem adding. Here is what I have so far. if (field[gIsEquip].value <> 0) then foreach pick in hero from BaseWep ~ Find the difference between 3 and weapon's enhancement bonus, we need...
  12. L

    Double Weapon Question?

    Is it possible to set the powers of a weapon's second head to be different? There is a button for 2nd head having same power, but if it is not clicked I don't see any way to set the other side. I am currently working on the Runestaff of Power, which functions as a +2/masterwork Quarterstaff. I...
  13. L

    How can I make an exception for Item Slots?

    Some things are groups that can be worn together in the same item slot at the same time. Chronocharms, for example, can have any number in the neck slot. Also, you can wear 2 Mind Blade Gauntlets in the Hands slot at the same time. How do I prevent an error from appearing when multiples are...
  14. L

    Bug Help - Disappearing Add Magic Level Panel

    I made a varient class that adds magic levels to a prestige class, based on how many varient levels have been added. But when I add the last bonus magic level the panel showing magic levels immediately disappears, preventing me from specifying the target class for that last one. Now I can...
  15. L

    3.5 Magic Item Compendium Project

    So I am thinking of doing the whole Magic Item Compendium, but it is a lot of work for one man. I'd like to recruit some helpful collaborators. Anyone interested?
  16. L

    "Invisible" feats discovery

    So I notice that if I make a new feat by Copying the Druid Weapon Proficiency feat, it doesn't show up as a selection when you hit the add feat button. It's possible this is the case for other Class Weapon Proficiency Feats. I have a question. This is awesomely useful, because there are many...
  17. L

    Help! Metamagic Parameter error.

    So I was going through and updating the Complete Arcane Metamagic entries (not the feats tab, the actual Metamagic tab) with sources. All the ones that listed a 1 as the metamagic level adjustment became empty upon saving, which I took to mean that 1 was now the default. Therefore, I went...
  18. L

    More d20 errors

    Equipped Bucklers are giving a -1 penalty to both main and off hand attacks, they should only be giving the penalty to the off hand attack. Studded leather is not giving an error when druids wear it.
  19. L

    Scripts not working for custom Armor

    Eval scripts I have added to armor does not work when I add a magical, masterwork, or otherwise non-normal version of the armor. Is this an error, or is there just something I need to add to scripts for it to be used when customized?
  20. L

    Upsized Weapon Damage Error

    So I was adding Gargantuan Weapons to my hero, and I noticed, that the Damage listed in the selection window is different than the damage listed on the weapon tab once added to the hero... The weapon tab damage is lower. For example, in the selection window Gargantuan Morning Stars are listed...
Back
Top