• 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

    Ability acting as Suit of Armor?

    Hi all! I'm working on the Psionics Expanded Aegis abilities ad am not sure how best to handle the Astral Suit when it's one of the Armor or Juggernaut types. This is the description of the Juggernaut suit: I see two things I need to do. First, create an Astral Juggernaut suit of armor that...
  2. T

    Adding to daily uses for a Class ability?

    I have a Class Ability that is set up with a uses/day equal to Level + CHA. In the code, this is how that's represented: <tag group="ChargeAttr" tag="aCHA"/> <tag group="ChargeCalc" tag="LevelFull"/> <tag group="ChargeCalc" tag="LevelX1"/> How would I add to that number of uses from another...
  3. T

    Fav. Class options for existing races/classes?

    Howdy! I'm working on a set of Favored Class options for books other than the one I'm doing. Is there a way to get it to appear an option to appear without bootstrapping it to the existing class or race?
  4. T

    Replace one instance of a class special?

    I have a Class that gains a Class Special at 4th level, 7th level, and every 3 levels after that. I also have an Archetype for the class that has a Class Special that replaces just the 4th level instance of this ability. Does anyone have an example of something similar or had to do this? I'm...
  5. T

    Add Bonus Known Spell?

    Hi all! Does anyone have an example of using a chooser on a Class Ability to directly add a chosen spell to a spontaneous caster's Known Spells? What I'm trying to do: In the chooser for my ability, I have two spells,thingid.spspell1 and thingid.spSpell2. If Spell 2 is chosen for example, I...
  6. T

    Psionics Expanded - a little help? :)

    Hi all! The big part of the PE Dataset is the powers (I'm in the middle of the feats right now) but I don't have a lot of time at the moment to work on them. The person who helped me with the majority of the PU Powers is working on a project of their own and unavailable at the moment. So I...
  7. T

    Deadlands: Reloaded - Shuriken error

    Howdy! For those keeping up with issues on the DL:Reloaded data, Shuriken is missing the Weapon.Thrown tag. Also, and I don't know if this is limited to DL:R or all of the SW sets. If I purchase 10 Shuriken, (or any other weapon as a stack of multiples) then the output on the Sheet and the...
  8. T

    Output label text not appearing?

    I'm still having an issue with the output label text not appearing. On the PDF, the Personality and Background blocks should have a few lines of text. I've attached the por file for The Doctor, and also the current dataset. All of the portals have a specific declared height and width. Any...
  9. T

    Table issue

    Ok, I'm having an issue with a dynamic table: [/URL] Not sure why that might be happening: <portal id="abGood" style="tblNormal"> <table_dynamic component="Ability" showtemplate="abPick" choosetemplate="abSelect" alwaysupdate="yes">...
  10. T

    Output label sizing?

    I am attempting to format an output sheet for the Doctor Who game and have a slight issue. :) On the pdf sheet (which is the standard1.dat), the huge gap on the left side should have three entries from the following biodata2 layout. <layout id="oBioData2"> <portalref...
  11. T

    Displaying Items with Gizmos

    OK, I think I'm missing something. Kairos tried to help me with this since his Tao tab for his system is similar to what I want to be doing with Skills and AoE. I'd like to display skills and their selected child AoE (if any) like this: <Skill Name> <AoE Indicator> <Skill Ranks>...
  12. T

    Gizmo confusion

    Ok, I'm trying to work with gizmos for the skills in the Doctor Who system. I've got the form to pop up but it's very odd. :( (frmAoE) The Skills tab is as I expect it,with clicking on the edit buttonopening the frmAoE. On the form, I'm not sure why the '????' instead of the "Add Specialty"...
  13. T

    Bow Add-on?

    With the Ultimate Equipment guide out I'm hoping there's an example of this already. How do I create an ability for a bow or crossbow that does not require the weapon to be +1 or better? I've got these: Hardened - 100GP and +2lbs to the weapon, makes it harder to sunder Scope - 400 GP and +1...
  14. T

    Chooser_table selections?

    Here is my situation. I have a Skill component being displayed on a row of a fixed_table with an action button on the same row. The skill has forwarded a HasSkill.xxxx tag to the hero and also contains a SkillGen.xxxx identity tag. The action button opens a form that contains a chooser_table...
  15. T

    Action button open Chooser?

    Is there a way to have a action button <action> open a chooser portal? I have a skill item that when it reaches a certain value, a specialty can be chosen. I have a button display next to the incrementer at that point for the user to have the option. I think if I can get the chooser to open...
  16. T

    ACP reduced if caused by armor or load?

    Is there any ability that does this already? when bearing a large load or burdened by weighty armor, the dwarven crossbowyer fares better than others. At 1st level, he reduces his armor-check penalty by 1 when the penalty is caused by armor or by carrying a medium or heavy load. This ability...
  17. T

    Replacing text in description?

    Howdy! based on the code behind the #appenddesc macro, I worked this script out for replacing one class name in another within the description of an ability. In this case, the ability Preferred Target (a version of Favored Enemy) is identical between the Elven Archer class and the Halfling...
  18. T

    Domain-like ability only giving a level 0 spell known??

    I have a custom class that provides the choice of one of three abilities. Depending on which ability is chosen, one (chosen from two) 0 level spells will be added to the hero's Known Spells list. I'm drawing a blank as to how to allow for this choice. Is there a way to use the Secondary spells...
  19. T

    Maximum Spell known level?

    Is there a field that holds the actual Maximum level Known for a casting class? for example, I'm an 11th level spontaneous caster that can know up to 6th level spells. Where is that 6 contained? I thought to look at the Drow Sorcerer favored class option, but it just calls FavSpellBn...
  20. T

    Normal, Low-Light or Darkvision?

    Howdy! I've got a class ability that does the following: What's the best way to handle this as a class ability? For the Aspect of the Beast feat, it's 3 different feats. For adding the Darkvision part, I looked at the Shadowdancer's ability, but I can't think of another class ability that...
Back
Top