Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - D&D 5th Edition SRD
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Mergon
Senior Member
 
Join Date: Sep 2012
Location: Ottawa, Canada
Posts: 788

Old February 20th, 2016, 12:06 PM
I am currently working on adding the latest version of the Mystic from the Unearthed Arcana.

At 4th level the Mystic gains the Strength of Mind ability. This ability allows you to change your Proficiency with Wisdom saves to proficiency with any other save except Intelligence (you already have it).

The part of the code that grants the new Proficiency save works fine, but the part that removes the existing WIsdom save proficiency doesn't.

I am currently using Phase: Pre-levels, Priority 10000. Here is the code:

Quote:
perform hero.delete[ProfSave.svWIS]

if (field[usrIndex].value = 0) then
perform hero.assign[ProfSave.svSTR]

elseif (field[usrIndex].value = 1) then
perform hero.assign[ProfSave.svDEX]

elseif (field[usrIndex].value = 2) then
perform hero.assign[ProfSave.svCON]

elseif (field[usrIndex].value = 3) then
perform hero.assign[ProfSave.svWIS]

elseif (field[usrIndex].value = 4) then
perform hero.assign[ProfSave.svCHA]

endif
Should I be splitting the scrip in to 2 different ones with different Phases? Should I be using a different Phase then Pre-levels?

On a separate note: Anyone noticed an issue with resistances not showing up under Specials? The Mystic gains Resistance to Psychic damage and though my script puts it on the hero, it doesn't show under Special.
I tried a Tiefling who gains Resistance to Fire and it doesn't show up either. I am wondering whether this is something I've messed up on my end or a bug in Hero Lab 5e.

Watch your back, Conserve your ammo,
and NEVER cut a deal with a dragon!
Mergon is offline   #1 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old February 20th, 2016, 12:16 PM
Quote:
Originally Posted by Mergon View Post
but the part that removes the existing WIsdom save proficiency doesn't.
Unless Aaron or Mathias posts with the "exact" timing then its a bit of trial and error. You need to remove the tag "after" it gets applied to the hero but before it actually gets used.

You can also go to "Develop->View Timing Report". That can often point you to a good timing to use. Looks like allot of classes push the Proficiency tags to the hero at Level/6000. I would give Level/10000 a try.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #2 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old February 20th, 2016, 12:22 PM
Class helpers forward ProfSave tags in Levels, the individual save picks use them at PostLevels 15000, so I think any manipulations you need to make to those should be good at PostLevels 10000
Aaron is offline   #3 Reply With Quote
Mergon
Senior Member
 
Join Date: Sep 2012
Location: Ottawa, Canada
Posts: 788

Old February 20th, 2016, 12:26 PM
PostLevels 10000 worked; I misread Aaron. I'll try it at 15000 just in case though.

Thanks to both of you for the assistance.

Watch your back, Conserve your ammo,
and NEVER cut a deal with a dragon!
Mergon is offline   #4 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 04:57 AM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.