Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Jeffcole1
Junior Member
 
Join Date: Sep 2007
Posts: 1

Old September 13th, 2007, 06:36 PM
I'm trying to add the Ascetic Mage feat from Complete Adventurer into HL. I've done a few additions using the Editor, including several other feats, but nothing like this. I need to know how to write a prerequisite script that checks whether the hero can spontaneously cast 2nd-level arcane spells, as a sorcerer does (one of the prerequisites for the Ascetic Mage feat).

10/13/07: I've been testing it out, and now I need to figure out how to make Ascetic Mage eliminate the monk's multiclass restriction with respect to the sorcerer class (another benefit of the Ascetic Mage feat). While I'm at it, I could also use some help figuring out how to add the hero's CHA to his AC, as well as stacking sorcerer and monk levels for monk AC bonuses. (The full description of Ascetic Mage is in Complete Adventurer, pgs. 105-106.)
Jeffcole1 is offline   #1 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old September 14th, 2007, 09:15 AM
The Dragon Disciple prestige class requires the ability to cast spontaneous spells, and there are quite a number of other prestige classes that require the ability to cast 2nd-level spells. Go to the Class Level panel in the editor, pull those in, and cut and paste.

The Psionic Fist class is an example of a class improving (some) monk abilities while adding other class abilities.

edit: Just realized that by my original plan, a L1 sorcerer/L5 Wizard would fulfill the class requirements if you look for spontaneous casting and 2nd level casting seperately.

I'm afraid you'll have to wait for Rob or Colen to chime in with something that checks that both come from the same class.
Mathias is offline   #2 Reply With Quote
CptCoots
Senior Member
 
Join Date: Apr 2013
Location: Poughkeepsie, NY
Posts: 102

Old May 16th, 2013, 10:58 PM
Any progress on either the spontaneously casted 2nd levels spells? This is how I did the AC adjustment:
Within the Ascentic Mage feat I made a second Eval Script
Phase: Post-Attributes, Priority: 10000
var bonus as number
bonus=hero.child[aCHA].field[aModBonus].value

var minus as number
minus=hero.child[aWIS].field[aModBonus].value

hero.child[ArmorClass].field[Bonus].value = hero.child[ArmorClass].field[Bonus].value + bonus- minus

Last edited by CptCoots; May 16th, 2013 at 11:09 PM.
CptCoots is offline   #3 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old May 17th, 2013, 04:46 AM
Quote:
Originally Posted by CptCoots View Post
Any progress on either the spontaneously casted 2nd levels spells? This is how I did the AC adjustment:
Within the Ascentic Mage feat I made a second Eval Script
Phase: Post-Attributes, Priority: 10000
var bonus as number
bonus=hero.child[aCHA].field[aModBonus].value

var minus as number
minus=hero.child[aWIS].field[aModBonus].value

hero.child[ArmorClass].field[Bonus].value = hero.child[ArmorClass].field[Bonus].value + bonus- minus
Do you have the community set? This feat (as well as all the others from this book) are included there. If you do have it, and its not fully functional, let me know.
Sendric is offline   #4 Reply With Quote
CptCoots
Senior Member
 
Join Date: Apr 2013
Location: Poughkeepsie, NY
Posts: 102

Old May 17th, 2013, 04:36 PM
Sendric, I'm mildly bull headed. Where is this community set you speak of?
CptCoots is offline   #5 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old May 17th, 2013, 04:40 PM
One of the stickied threads in this forum has a link to it.
Mathias is offline   #6 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 06:11 AM.


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