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

  1. B

    Community Created 3.5 D&D data set....

    Age of worms - incorrect source Hi Sendric. Small issue with the update, not interface breaking, The Age of Worms dataset is source allocated incorrectly to DARK SUN - Campaign Setting Books. It should be sourced to Dungeon Magazine I wrote the dataset when I initially ran the Adventure...
  2. B

    Script to check Weapon type!

    Hi guys, I'm trying to script a test against a weapon which belongs to the fighter group Heavy Blades and is Two Handed. I've constructed a script which will test for each thing separately but can't seem to get the right hand expression correctly. If...
  3. B

    Encumbrance error?!

    I have a racial ability which doubles the carrying capacity with regards to encumbrance 0 - 800lbs Light 801 - 1599 Med 1600 - 2400 Heavy Here's the script Post Attributes 10000 ~ We can carry twice as much before we are encumbered herofield[tEncumLgt].value *= 2...
  4. B

    Portfolio batch setting, feature request!

    Feature request for Hero Lab. Would it be possible to implement a feature switch which will set all the portfolios in a folder to an NPC or to a PC status. Likewise another option which would be useful is set all the portfolios to enemy of party or ally of party switch. Similar to the strip...
  5. B

    Happy new year!

    Just leaving this here for later! Happy and prosperous new year to all on the lone wolf staff and forums.
  6. B

    Add Custom special activation effects

    Hi, I'm either suffering a brain melt down or I just can't grasp this at the moment. I have a randomly determined set of qualities which i'd like to bootstrap and add to a Skeleton template via an activated Racial Custom Special here's an example "Missing one arm. The skeleton only gets one...
  7. B

    Modifying / Appending to a spell description

    Hi, As the title suggest I'm attempting to Modify / Append the Ice Storm spell description. All at Render 10000 The #appenddesc macro here ~ Lets add to our modified Ice Storm spell information for reference #appenddesc[spIceSto3], "Three times per day, the wearer of the crown can call...
  8. B

    Adding an Armor Spike type attack!

    Pretty straight forward ability but having a problem implementing this. "Your hair grows into sharp quills. When not wearing armor, you may make attacks with your hair as though you were wearing armor spikes" I've bootstrapped the wArmorSpk tag and entered this code. Pre Levels : 5000...
  9. B

    iPad app crashes.

    I've updated my iPad air to iOS 8.02 now my HL app crashes to black screen after a few moments. Reading the release notes for HL it was mentioned that this happened occasionally but a bug release was submitted to Apple to fix this. Bug report submitted via app but thought I'd also mention on...
  10. B

    Template Setting Caster Level to total HD how???

    I'm trying to get a template to adjust the CL of a spell like ability to reflect the total hit dice of the creature it's applied to. I've bootstrapped the spell onto the template and it displays as it ought too but with a CL of 1. I'm trying the following script field[sCL].value +=...
  11. B

    Simple arcane spellcasting

    Hi all, I've hit a snag on a new race I'm entering. I'm coding an ability that works like simple arcane spellcasting from mythic adventures. But the creature gets 3 times it's CR in spell levels and can cast a limited number of divine spells to. I've made a direct copy of the SAS ability and...
  12. B

    How can I Assign a Cleric Domains to a Race.

    Hi all, For reference this is the BONE PRIEST from The Emerald Spire Superdungeon I'm coding a Race that has access to a limited list of cleric domains without any of the other clerical benefits. I've hit snags as summarised below. I can bootstrap the domains directly which causes a linkage...
  13. B

    Lost the link to google docs script examples

    Not a Pathfinder code question but a general enquiry. A while ago somebody, I can't remember who, posted a link to google docs with a bunch of script coding examples, in a handy dandy table. I've searched and just cannot find the link again, does anybody have it bookmarked at all? And could...
  14. B

    Script "Wield Two Handed weapon as One Handed"

    I have an ability that allows the wielding of spiked chains, and similar weapons, as one-handed weapons. Scripts posted for future reference First 2000 ~if we've been replaced, get out now doneif (tagis[Helper.SpcReplace] <> 0) ~if we aren't our chosen race get out now doneif...
  15. B

    Magic Weapon that bestows negative levels error!

    Okay i've got a Bastard Sword that i'm entering into the editor which is causing me a problem. {i}+2 keen flaming bastard sword{/i} is made from a solid piece of jagged black stone. Easy right? Bootstrap the Keen, Flaming, and Stone to the Bastard Sword add the correct numbers and its good to...
Back
Top