• 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

How set INT as ability for spell-like abilities

Aril

Well-known member
I'm trying to code the Lantern Dragonette, and they get several spell-like abilities. But they use the INT bonus for calculating save DC, rather than the CHA bonus.

How do I do that? There doesn't seem to be any way to set the saving throw, and which abilities to use for generating saves, when I'm using the Race menu.

I tried creating a special ability, and then bootstrapping in the relevant spell-like abilities, and then setting the "Standard DC" field to Intelligence and then picking "Class DC uses full level"....but that didn't work either.
 
Thank you.

So, I need to add a tag "StandardDC.aINT". Correct?

Do I put that in GroupID or in TagID?

I put it in TagID, and didn't know what to put in Group ID so just wrote "Change DC ability", and that generates an error.
 
I've attached screenshots here, so show how I set it up....and the error I receive.

attachment.php


attachment.php
 

Attachments

  • Screenshot 2023-09-17 223521.jpg
    Screenshot 2023-09-17 223521.jpg
    37.3 KB · Views: 27
  • Screenshot 2023-09-17 223549.jpg
    Screenshot 2023-09-17 223549.jpg
    41.4 KB · Views: 26
GroupID would be StandardDC
TagID would be aINT
Uppercase/lowercase matters

Thanks so much for your help! That worked!

Is there somewhere where all the different types of Tag commands can be found. How would I have figured that out otherwise?
 
Is there somewhere where all the different types of Tag commands can be found?

Unfortunately not.

The tutorials, the manuals for HL and for Pathfinder HL (accessed through the app), the Wiki (still very much incomplete, but can be tremendously helpful at times), some very helpful resources on these boards , as well as just looking around for similar items and combing through community files, are basically the way to do it, as they have been for 10+ years. Unfortunately, as support for the app has just disappeared, so has much of the community...
 
There seems to be someone (not always the same person) from Lonewolf who monitors the boards for each month. They often reply to help requests, and are knowledgeable.
 
Back
Top