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

  1. K

    Scaling Dragon Orbs

    I wanted to create an artifact similar to the dragon orbs, but have the AC bonus scale with the users level instead of adding the dragon's full natural ac. I was trying something like: If (hero.herofield(tLevel) >= 20 then (focus.field[tACNatural].value = 20) Elseif...
  2. K

    Deific Obedience slots not working

    I thought I was doing something incorrectly, but shortly after April 24th, the selections for the deific obedience slots have stopped working for my character. I created a new character and selected ng and saranrae as the deity. Selected deific obedience as a feat, raised the character to 20th...
  3. K

    Adding extra Deific Obedience slots

    I have an archetype that I want to add a couple of additional Deific Obedience slots to. Is there an adjustment I could use instead or what script should I look at to add an additional greater boon to the character. So, instead of 1 greater boon for an exalted character, it would be 2 greater boons.
  4. K

    Craftmaster Feat

    The craftsmaster feat from the secrets of adventuring states the user adds his wisdom bonus to crafting skills in addition to his intelligence modifier. I looked through the forums and saw the skillover field, but think this replaces the skill attribute modifier used. It should be a simple...
  5. K

    Sunburst from Deific Obedience for Divine Channeler

    If you have the Deific Obedience feat, worship Sarenrae, and your level is sufficient, you can select Sunburst as a boon. This boon lets you add 1/2 of your level to determine your channeling die damage. On a cleric this works correctly, but on the the Divine Channeler, it does nothing. I tried...
  6. K

    Sneak Attack added to dagger

    I am trying to create a dagger that would grant a user 2d6 sneak attack damage if they have no levels in a class that would give them sneak attack. If they are in a class that grants them the sneak attack feature, they would increase their sneak attack damage by 1d6. I looked at the sneak attack...
  7. K

    Timing warnings on loading pathfinder datasets

    I have probably all of the datasets you can have for herolab. Everytime I load pathfinder, it tells me I have a timing warning and to fix it to remove the warning. I have looked at the timing report, but it is way to long to review. Is there a way to load the timing report in a program that...
  8. K

    Adding domain spells to Archetype

    I am creating an archetype for the Divine Channeler class. I want to revert the diminished spellcasting to standard spellcasting using an archetype. I can add spells using the spells cast per level, but am having trouble adding the domain spells back to the original spell levels. I am not...
  9. K

    How to add 0 level spell slots for Arcanist and Summoner

    I have modified a script for a robe that grants 2 0 level spells to a wizard. This is the script ~if we're not equipped, just get out now doneif (field[gIsEquip].value = 0) ~add two more Arcane spells for Arcane classes ~Add extra spell levels appropriately foreach pick in hero where...
  10. K

    Changing Skill Attributes by selection

    I am trying to have an eval script for a trait that chooses two skills and changes their ability checks to use Wisdom. I am not sure how this should look. The selection box debug shows them to be ChooseSrc1.hero and ChooseSrc2.hero. I am not sure how to have the script go through two selections...
  11. K

    Modifying the Bladed Belt magic item

    I am creating a new magic item based on the bladed belt magic item. I want it to only allow bludgeoning weapons instead of piercing / slashing and am making them a wrist slot item. In the bootstrap section there is a wbladbelt, which I would have thought would have been found under the weapons...
  12. K

    Pathfinder Online Emerald elixir

    Has anyone created the Pathfinder Online Kickstarter Emerald Elixir mutations? I would be interested in the file if there is one. I was going to set it up as a template based on the mutant template, just with different custom racials. If anyone has a better idea or has already completed this...
  13. K

    Making the Two World Trait work with two spells

    I am trying to create a trait based on Two World Magic from Sargava, the Lost Colony. I have tried changing the 2nd Custom Expression to select another 0 level spell. That part looks like it should work correctly. When I try to modify the Eval Script, this is when I run into problems. Since...
  14. K

    Domain Acolyte need help

    The feat Domain Acolyte (I don't know where this is from), gives a domain ability from your deity. After selecting the feat, it apparently has no hooks into herolab to select the domain or to confer the ability. I was also not able to find an adjustment to add a domain to a character. How...
  15. K

    IPAD bugs?

    So, I have an IPAD Air with the latest updates. Two of my fellow gamers have ipad 2's with the latest updates. When using just the 8.8 files, my system works fine, but theirs each has a problem during loading any .por files. Sometimes the system will just go black and the program will unload...
Back
Top