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

    Altering display of DCs

    I have a monsters ability that has two DC each dependent on a different ability. I want to display it as follows: Name (thing-a DC #1/thing-b DC 2) Now I can do this easily enough by altering the livename of the ability, but the Ability Focus feat will not work with the ability. I gather this...
  2. F

    Template that removes racial hit dice

    I have a template that reduces the number of racial hit dice of the base creature. I am trying to achieve this by deleting Hero.HitDice and Classes.Race tags. Is the right way to go about it? Also what is the timing of assigning of hit dice from the base race to the hero (so I can get the...
  3. F

    Construct Modifications

    I feel kind of silly asking this, but where are the construct modifications from Ultimate Magic selected in HL? I cannot seem to find them. :(
  4. F

    Disabiling then adding feats

    I have a template that is similar to a zombie in that the base creature loses all feats of the base creature, but because it is not mindless it gains new feats based on its base creature and template hit dice. Disabling the base creature and previous class feats is simple enough, but how do I...
  5. F

    Question about agumenting types

    I have noticed that when a template augments the base creature with the Undead type none of the undead resistances and immunities are transferred to the new creature. I don't think this is how the template should behave since every template that adds the undead type as an augmentation to the...
  6. F

    Broken scripts

    With the latest release of the PF files some scripts have been broken. Specifically the following: foreach pick in hero where "Spctype.Movement" *blah* nexteach I have been using this construct to find the highest speed of all movement types (which quite of few templates require). However...
  7. F

    Monster ability that acts like ring of spell storing

    I have a monster with an ability to store 10 levels of arcane and divine spells. I tried cribbing the code from the ring of spell storing for the racial ability but it doesn't seem to work. I don't get a field which the user can entered the stored spells. Is there a way to do this, or a way to...
  8. F

    Specific bonus racial spells

    I am working on a monster (Raelis Azata) that casts spells as a sorcerer and always have specific spells as bonus spells known. Ideas on how to script this?
  9. F

    New template naming feature

    Is there a way for a template to rename its base creature with text other than what it in the template's name field?
  10. F

    Templates removing subtypes

    I am having trouble with templates removing subtypes, specifically all things that are bootstrapped by a subtype. I was trying the following script foreach thing in BaseRace where "Race.stSwarm" foreach bootstrap in eachthing perform eachthing.assign[Helper.SpcDisable] nexteach...
  11. F

    Template questions

    I am working on the templates from Tome of Horrors Complete. I have two questions. 1) The Dire template adds HD based on the creature size. I got the HD adding correct, but I am not getting additional skill points and feats as one would expect from additional HD. I am wondering if it is a...
  12. F

    Exotic Weapon Proficiency - All

    I have a race that is proficient with all exotic weapons. Any ideas on how to code this?
  13. F

    Flurry of Blows on a Natural Weapon

    I am trying to get the Flurry: line to work with a natural weapon. I can get the label "Flurry:" displayed by adding the tag Helper.ShowFlurry to the natural weapon, but how do I populate it with that weapon's wMelFlurry attack bonuses?
  14. F

    CustDesc phase/timing

    Anyone know what is the phase/timing to replace a thing's CustDesc field in a script and have it show up on that thing's pop-up?
  15. F

    Deconstructing #situational macro

    I am trying to script applying #situational to a selected skill. However, using field[userChosen1].chosen in the #situational macro doesn't work. Can one of the devs post the script that makes up #situational so I can use it for the above?
  16. F

    Full strength bonus damage

    Is there a tag to make a natural attack that normally gets half STR bonus damage (like wWing) get the full STR bonus?
  17. F

    Question on a call

    Question for the developers I assume the call fTargetFoc sets the focus to whatever object has been chosen in a selection box. However can only feats use it? The reason I ask is that I am trying to make a race special that needs to determine if a field in the selected object is empty or not...
  18. F

    Class specialselecting a specific spell

    I am coding a class special that the user can selected a single specific spells from the enchantment school, and that spell gains +1 to its DC. However, the spell selected can be a spell that the character does not have access to yet, i.e. is not on their spell list or in their spell book...
  19. F

    Template with abilities dependent of base creature

    I am trying to code a template which grants different abilities depending on what the base creature is. For instance if the base creature is a Cloud Giant, the template grants sonic 10 resistance. In the template I have the following code to assign a custom tag: First/100 if...
  20. F

    Weapon Focus with Other Melee/Ranged Nat. Attack

    I have an Other Melee Natural Attack renamed to Incorporeal Touch via the livename field. I would like the Weapon Focus feat targeted on it to be displayed as Weapon Focus: Incorporeal Touch instead of Weapon Focus: Other Melee Natural Attack. Is this possible?
Back
Top