Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
westcpw
Member
 
Join Date: Jan 2010
Posts: 42

Old January 18th, 2010, 12:31 AM
Hi All

I posed this question to support and they said ask here.

I have the pathfinder data files and can do some custom jobs myself, with in reason, but wanted to know if I bought the 3.5 data set, would I be able to use the option (under configure here) d20 SRD Psionics (which is greyed out normally)

If I can, I will probably by the 3.5 data set then....
westcpw is offline   #1 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old January 18th, 2010, 08:43 AM
The d20 Psionics have not been converted to the Pathfinder ruleset. The disabled source is there to mark something we want to add, but have not had the time to do so.
Mathias is offline   #2 Reply With Quote
westcpw
Member
 
Join Date: Jan 2010
Posts: 42

Old January 24th, 2010, 02:41 PM
Ok

Just wondering if it is possible to copy the data set over, then I can work on converting it on my end.

Other than that, how would you create a new magic type (psionics) under pathfinder....?

Thanks
westcpw is offline   #3 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old January 24th, 2010, 07:40 PM
Neither can be done by a user, I'm sorry to say. The mechanics of how psionics work are too different from spells to use the spell mechanics, and the conversions that need to happen are behind the scenes, and I just haven't had the time to work on that project, given how many other projects I have right now (project Q, Bestiary project, APG classes project, maintaining all three of my datasets, etc.).
Mathias is offline   #4 Reply With Quote
Virtue
Senior Member
 
Join Date: Jul 2006
Posts: 380

Old January 25th, 2010, 07:11 AM
How is Project Q coming so we can get the Bestiary project
Virtue is offline   #5 Reply With Quote
Downtown
Junior Member
 
Join Date: Feb 2010
Posts: 1

Old February 19th, 2010, 08:32 AM
If I purchase the authoring kit would it be possible to put the background work to get psionics in the pathfinder kit. Secondly, would the new system still be able to use the pathfinder updates?

Sorry to bring up the subject up again. I'm using an Ebberon world and 2 of my PC's are psionic. It throws a big wrench in moving to pathfinder that I didn't foresee.
Downtown is offline   #6 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old February 19th, 2010, 09:14 AM
No, sorry, the mechanics you'd need to access to add psionics are hidden.
Mathias is offline   #7 Reply With Quote
westcpw
Member
 
Join Date: Jan 2010
Posts: 42

Old March 7th, 2010, 02:05 AM
I have had some degree of success adding psinoc classes to Pathfinder Hero Lab by using the Std Spell List and counting power points as Level 1 spells only.

Its a but junky as you have to add permanent adjustments, but it still works...

see pdf attached. Will Work on "Power Points" as a Counter / Tracked Resources but having difficuilty with a script...
Attached Files
File Type: pdf Kryda_Level2.pdf (372.5 KB, 7 views)
westcpw is offline   #8 Reply With Quote
westcpw
Member
 
Join Date: Jan 2010
Posts: 42

Old March 14th, 2010, 01:50 AM
Till on the psionics issue. I am trying to make a Counter for Psionic Power points wich I have got down to:

Calulcating the bonus based on Wis Score (For psychic warrior)

I cannot round the 0.5 - can only round it to 0 or a a number with 0.5

and cannot add the "Power Points per Day" which I have simply listed in the spells cast per day field for Level 1 spells..

Script Here: the one in issue is the spell level and pow variable...


~Power Point calculation is equal to Level 1 Spells Per Day
~+ Half level * Wis Mod
~+ Feat bonuses etc
~our maximum uses is 1/2 our monk level + WIS bonus
var bonus as number
var pow as number
var spelllevel as number
spelllevel = field[pSpellLvl].value
pow = hero.child[cHelpPwr].field[cCastMax].arrayvalue[spelllevel]
bonus = pow + field[xAllLev].value /2
bonus = round(bonus,1, -0.5)
field[trkMax].value += bonus * hero.child[aWIS].field[aModBonus].value
westcpw is offline   #9 Reply With Quote
westcpw
Member
 
Join Date: Jan 2010
Posts: 42

Old March 14th, 2010, 03:36 AM
Here is a script update

tell me what is going wrong? Please

~Power Point calculation is equal to Level 1 Spells Per Day
~+ Half level * Wis Mod
~+ Feat bonuses etc
~our maximum uses is 1/2 our monk level + WIS bonus
var bonus as number
var pow as number
pow = hero.childfound[cHelpPwr].field[cCastMax].arrayvalue[1]
bonus = pow + field[xAllLev].value /2
field[trkMax].value += bonus * hero.child[aWIS].field[aModBonus].value

When dubug is turned on I get this error

Attempt to access out-of-bounds array index '-1' for field 'cSpecial'
Localtion: 'eval' script for Component 'Class' (Eval Script 'Calc cSpecial') near line 154 / 156 (repeated twice)

Any thoughts
westcpw is offline   #10 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 11:40 AM.


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