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

  1. P

    How to add my created NPC into monster encounter?

    The title say it all! :D Is it possible to do that? Thank you
  2. P

    My tracked resources seems disable

    Hi, I have created a new feat with this eval script : Final Phase 99999 ~ If we're disabled, do nothing doneif (tagis[Helper.FtDisable] <> 0) field[trkMax].value = hero.child[aCON].field[aUser].value field[trkLeft].value = hero.child[aCON].field[aUser].value field[trkMin].value = 0...
  3. P

    Any news about encounter and console on iPad?

    It is written somewhere on wolfair web site that encounter builder and tactical console would/might be added in future release. So, I just want to know if it is still something planned and if yes, is it going in a foreseeable future? Thx!
  4. P

    Where should I put +2 damage info?

    Hello, I want to create a feat where the hero gets a +1 to hit and a +2 damage when he hits with a weapon made of wood. I know how to create situational bonuses and I did the following for the +1 to hit : #situational[hero.child[Attack], " +1 with wood weapons", field[thingname].text] Now...
  5. P

    Devine Hunter : Domain

    Hi, I have a new archetype and I want to add a special ability that really looks like to the Devine Hunter Domain ability. So, I went to the editor and did a new copy of Domain class ability but surprise, the special ability is almost empty! No information about domain anywhere. I am really...
  6. P

    Adding spell to my Hunter Archetype

    Hello, I am creating a new Hunter archetype, the GreenStrider. I want to add the following spell to the new archetype : Tree stride : At first level, the GreenStrider can use this spell equal to his wisdom modifier per day + 1 per level. So, to add the spell in the newly created archetype...
  7. P

    Does a feat can modify racial trait bonus?

    Does a feat can modify racial trait bonus? Hello, I have the following, for my custom race (Kaiyigiss) Custom Racial trait : Kaiyigiss Damage Resistance : (5/slashing). Custom Feat : Ironbark. Damage Resistance (5/slashing) becomes (constitution modifier/-) Is there an example of that...
  8. P

    Feat : Get a class that does not get same prerequesite that another class

    Hello, I started to create my custom feats yesterday. pre-req bootstraps are really easy to use for basic prerequesites. But I have a case a little bit more complicated. I guess I should use pre-req eval script, but I don`t know how :( So: Feat : Ironbark Prerequesite : constitution 15...
  9. P

    Situational bonus on attack melee and range

    Hello, I am not able to find what is the thingid for Attack(Melee) and Attack(Range). I want to add a situational for these. Debugging is enable but no popup appears when I right click on the text. Is it because I cannot change this stats? I searched everywhere feats and traits that modify...
  10. P

    Alt. Racial trait does not totally remove racial trait

    I have the following : Racial trait : 1- Pyrophobia (situational : give -2 to all saves vs fire) Alt. Racial Trait: 1- Adaptative : Replace Pyrophobia So, in my race, when I pick Adaptive from alt. racial trait, I can see Pyrophobia being grayed out, which is perfect. The problem is, when I...
  11. P

    Adding variable in text string (evalscript)

    Hello, In the following script : #situational[hero.childfound[ArmorClass],"+ wisdom modifier in deflection bonus",field[thingname].text] I would like to see the exact bonus, instead of "+ wisdom modifier" Is is possible to add the value of the wisdom modifier directly into my string...
  12. P

    Adding bonus to will save does not work

    Hello, The following script is not working and I don`t understand why : hero.child[svWill].field[Bonus].value += hero.child[aWIS].field[aBonus].value It looks really simple, and it should work. Is it related to something like I cannot stack bonus?! Thank you!
  13. P

    Alt. racial trait. Remove spell like ability instead of racial trait

    Hello, The title say it all, I am crating a new race with the editor. This race has some racial trait and some spell like abilities. I want to add an alternate racial trait that when the user choose it, it removes a spell like ability instead of a racial trait. Is is something possible...
  14. P

    iPad and unequipped magic gear

    Hello, With hero lab on my PC, if I unequipped/equipped my magic gears (orb utter chaos and amulet of non-detection), I can see the effect on in-play page (track resources for the orb) and on spells tab. If I unequipped the gears, the track resources just turned gray from in-play tab and the...
  15. P

    Graphical glitches in hero lab

    Hello, I want to know if this glitch is normal (see screenshot). When I select investigator class, I read : Parent Classes : Rogue and cHelpAlc We should read : Parent Classes : Rogue and Alchemist I also saw this kind if glitches somewhere else (can`t remember) Thank you
Back
Top