Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game

Notices

Reply
 
Thread Tools Display Modes
Frodie
Senior Member
 
Join Date: May 2007
Location: Durham, NC
Posts: 1,747

Old December 15th, 2010, 09:36 AM
I am making the Mage from d20 modern and I made a copy of the wizard class. But it seems no spells show up for the spell book and the no familiars are available. All I did was copy Wizard, made it a prestige class with 10 levels. What am I missing?
Frodie is offline   #1 Reply With Quote
Pezmerga
Senior Member
 
Join Date: Oct 2010
Location: Cincinnati, OH
Posts: 328

Old December 15th, 2010, 11:50 AM
I think you are going to have to add mage to the classes/domains option in the spell tab for each spell you want the Mage to have.

Probably will have to do something similar for the familiar as well.
Pezmerga is offline   #2 Reply With Quote
Pezmerga
Senior Member
 
Join Date: Oct 2010
Location: Cincinnati, OH
Posts: 328

Old December 15th, 2010, 09:14 PM
How does the wizard class have all 0 level spells scribed automatically? I copied the class, yet it doesn't add them automatically. I looked through the class also, but can't find anything that would make the cantrips auto scribe.
Pezmerga is offline   #3 Reply With Quote
areteas
Member
 
Join Date: Jul 2010
Posts: 75

Old December 15th, 2010, 09:27 PM
Eval script on your class entity (assuming cHelpMage for this example):
Code:
~ Pre-levels 10000
~ Add all 0-level magus spells to spellbook
foreach pick in hero from BaseSpell where "sLevel.0 & Spellbook.cHelpWiz"
  perform eachpick.assign[Spellbook.cHelpMage]
  nexteach
Easiest way I can think of to do the familiar would be to make a copy of the magus' custom ability 'Familiar', switch the 'Available to Classes' list to point to your new class, and add a counter to the Custom Ability section of your new class at whatever level they get the familiar.

Last edited by areteas; December 15th, 2010 at 09:32 PM.
areteas is offline   #4 Reply With Quote
Pezmerga
Senior Member
 
Join Date: Oct 2010
Location: Cincinnati, OH
Posts: 328

Old December 15th, 2010, 10:07 PM
That code didnt work
I tried this but it just adds every 0 level spell...except for a few custom ones.

Code:
~Prelevels 10,000
~ Add all 0-level mage spells to spellbook
foreach pick in hero from BaseSpell where "sLevel.0 | sClass.cHelpMge"
  perform eachpick.assign[Spellbook.cHelpMge]
  nexteach
Pezmerga is offline   #5 Reply With Quote
areteas
Member
 
Join Date: Jul 2010
Posts: 75

Old December 15th, 2010, 11:24 PM
I thought adding all the standard 0-level spells was what you wanted to accomplish?
areteas is offline   #6 Reply With Quote
risner
Senior Member
Volunteer Data File Contributor
 
Join Date: Jun 2010
Posts: 623

Old December 16th, 2010, 05:15 AM
Quote:
Originally Posted by Pezmerga View Post
every 0 level spell.
Code:
where "sLevel.0 | sClass.cHelpMge"
That says "if the spell is level 0 OR the spell is a mage spell.

You want level 0 spells that are also mage spells right?
So you want where "sLevel.0 & sClass.cHelpMge"
risner is offline   #7 Reply With Quote
Pezmerga
Senior Member
 
Join Date: Oct 2010
Location: Cincinnati, OH
Posts: 328

Old December 16th, 2010, 07:20 AM
Ok I am confused.
I tried this and it still don't work.
I tried it in the class tab and the class level tab under Eval Script.

Code:
~Prelevels 10,000
~ Add all 0-level mage spells to spellbook
foreach pick in hero from BaseSpell where "sLevel.0 & sClass.cHelpMge"
  perform eachpick.assign[Spellbook.cHelpMge]
  nexteach
I have the 0 level spells I want him to have checked off for the "Mage" under the spell descriptions and saved. Yet nothing is added at all.

cHelpMge is the correct helper as well.

Obviously it is looking for spells that are level 0 fine since it found them in the other script..it just isnt finding any associated with sClass.cHelpMge...which is really confusing me. the spells have the sClass.cHelpMge tags...
Pezmerga is offline   #8 Reply With Quote
risner
Senior Member
Volunteer Data File Contributor
 
Join Date: Jun 2010
Posts: 623

Old December 16th, 2010, 07:32 AM
Quote:
Originally Posted by Pezmerga View Post
spells have the sClass.cHelpMge tags...
I wonder if the timing is the problem. Maybe try post-levels?
risner is offline   #9 Reply With Quote
Pezmerga
Senior Member
 
Join Date: Oct 2010
Location: Cincinnati, OH
Posts: 328

Old December 16th, 2010, 07:34 AM
If anyone cares to take a look, here is the datafile.
The Mage class is the one in question, and all the spells are intended to be for the mage. I think only 2 level 1 spells have been added.
Attached Files
File Type: zip PFRPG_Modern_Core.zip (109.4 KB, 0 views)
Pezmerga is offline   #10 Reply With Quote
Reply

Thread Tools
Display Modes

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 05:42 PM.


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