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

  1. D

    mobile app

    are their any plans for a mobile player app? most people seem to using tablets and with the larger screens coming down in price it seems to me that a mobile app would be more suited for the player version...
  2. D

    help coding this feat please.

    how to do more than two chosen lists? im trying to code this feat: You gain a +1 competence bonus on four skills having Intelligence as their key ability, and the selected skills become class skills for you. and am stuck on how to set up more than 2 chosen skills to gain the bonus. any...
  3. D

    multiple instances of hero lab

    used to be i could run multiple instances of herolab on windows 8 x64 with np. subsequent attempts at opening herolab no longer work. did something change? or do i have a setting that got changed somewhere? thanks
  4. D

    tvinter warmage archetype from koboold press

    tvinter warmage grants an ability that grants proficiency in a weapon if its made of cold iron and removes the arcane penalty for light armor that is made from cold iron, i went ahead and created a cold iron material for the armor. however is there any way to have the ability to check to see if...
  5. D

    new to shadowrun herolab

    using a technomancer with the biowire echo, how do you create & activate the skill soft programs? i made a pistols rank 3 program but i cant figure out how to get it to add to the pool of dice..
  6. D

    how to find what user file a thing is in?

    i found an entry for mage's faithful hound when adding spells to a spell book for 4th and 5th level. though i'm not sure what user file this is in to remove it since the spell is supposed to be 5th level not 4th, there is no source noted on the 4th level spell... any ideas?
  7. D

    how do i check to see if a skill is a class skill?

    im trying to code this ability: you are considered trained in Knowledge (arcana); if already trained, you gain a +2 circumstance bonus on those checks instead. but unable to get it to apply the skill bonus if the skill is already trained, commenting the if,endif and makeclassskill lines it will...
  8. D

    how to create a new custom tab

    hey all, i'm looking for examples or information on how to add a new custom tab panel.... does any one know where to look? thanks
  9. D

    timing question

    does any one know what phase and timing herolab calculates final faction fame and when it adds additional prestige points? i'm working on a series of abilities that will cap fame and pp unless the fame cap is removed through another ability, have a good idea how to code it, just not sure exactly...
  10. D

    if then and

    in what i'm working on i need to check the value of 2 numbers similar to this: if ( x >= 15) and (y <15 ) then but cannot find the syntax to get it to work, does any one know if its possible and if so what the correct syntax is? thanks
  11. D

    need mount to apply resistance to its rider

    ive been trying to get a mount to apply resistance to cold to its rider. got close but as of yet still generating errors. ive tried both of the following: #applybonus[hero.master.child[xDamRsCold], 10] and hero.master.child[xDamRsCold].field[abValue].value = 10 got further with the second...
  12. D

    .stock files how do pepole keep track of where to find things

    i was wondering what people do to keep track of whats where? i seem to have an unwieldy huge list and at times it can be trying to figure out whats where. thinking about adding a feature request to add in more to the menus so we can see whats in the stock files before clicking on it to add...
  13. D

    Tenebrous Spell (Metamagic)

    i have the official data-set "Pathfinder RPG Campaign Setting #6" which gives this feat, it seems its missing its level adjustment for this feat. adding it to a spell with the non darkness descriptor still shows it as a +0 level adjustment for the spell. is any one else having an issue with...
  14. D

    adding a bite attack with a condition

    looking to add an ability that grants a bite attack however if the character already has a bite attack its damage dice is increased. i see i can check the condition for the bootstrap, but don't know the code to check if the character has another bite attack. any help would be appreciated jay
  15. D

    conditional ability on the specials list...

    trying to get an ability that will add show in the specials list that you may prepare/cast a silent spell without the level adjustment 1/day "if the character also has the silent spell feat, this goes with the wisperium language in midgard setting. ideally i would like to to turn off show in...
Back
Top