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
frumple
Senior Member
 
Join Date: Nov 2011
Location: South Riding, VA
Posts: 841

Old December 11th, 2014, 01:51 PM
Just a question folks.

When you are trying to code up a monster that has the abilities of a class, such as a Witch's hexes or Alchemist's discoveries, how do you go about it?

Do you make custom racial abilities of every hex/discovery, etc. the monster has access to? Have you figured a way to use the class's abilities directly (which in my experience leads to issues since races do not have fields such as xTotLevel, etc.)?

I am just trying to figure about the best way to do this that future proofs the creature for when more of a class ability gets added.
frumple is offline   #1 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old December 11th, 2014, 02:32 PM
Configurables can have custom specials added to them, so I would bootstrap one such to the race and set it up to accept hexes or whatever. That way, as Paizo or whoever adds more hexes there is nothing further needed for your race.
Aaron is offline   #2 Reply With Quote
frumple
Senior Member
 
Join Date: Nov 2011
Location: South Riding, VA
Posts: 841

Old December 11th, 2014, 04:57 PM
The issue I have found with that is when the specials reference a class ability. For instance, the alchemist discoveries that bootstrap a bomb type call the procedure BombDam which in turn looks for cAlcBomb and counts the # of alchemist levels. Others have something like this:

Code:
~ our strength is equal to our parent's caster level
      field[abValue].value += linkage[table].field[cCasterLev].value
which throws errors when used in a configurable.

I guess there may be a need for a race to "count as a class" for abilities in the same way it can count as a class for spellcasting.

Last edited by frumple; December 11th, 2014 at 04:59 PM.
frumple is offline   #3 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old December 11th, 2014, 06:02 PM
Those are arguably bugs, I wouldn't build around them.
Aaron 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 03:16 AM.


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