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
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old March 31st, 2011, 05:13 PM
Please expand on what you mean by "using !BloodEner.Acid" - it's best to see the whole expression in cases like this.
Mathias is online now   #11 Reply With Quote
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old April 1st, 2011, 03:20 AM
Sorry.

I've got the Select From set to Energy Type. If I don't have anything in the Custom Expression, I get the following list in the dropdown:

Acid
Cold
Electricity
Fire
Sonic

That's the same no matter if I have the Restrict to None, Container or Hero.

I need the dropdown to be just:
Cold
Electricity
Fire
Sonic

I thought by adding !BloodEner.Acid to the Custom Expression, that that would exclude Acid from the selection dropdown but it doesn't.

If I use '(BloodEner.Cold|BloodEner.Elec|BloodEner.Fire|Blo odEner.Soni)' as the Custom Expression and don't have Select From set to Energy Type, I get the Energy Types, but I also get all the Creatures, etc with those types in the dropdown.

If I use:
Component.Energy & (BloodEner.Cold|BloodEner.Elec|BloodEner.Fire|Bloo dEner.Soni)

I get nothing to Select from.

Does that help?

Thanks!
TC
TCArknight is offline   #12 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old April 1st, 2011, 08:17 AM
Select From and Custom Expression are mutually exclusive - Select From works by overwriting the Custom Expression with an expression from a hard-coded list of expressions.

It's component.SelectHelp, not component.Energy, but otherwise you were on the right track for your custom expression. You can find that by going to the Develop menu...Floating Info Windows...Show Selection Tags, and then find the energy type selection helpers (note that there are two things there named "Acid" - one is the acid selection helper, the other is the [Acid] spell descriptor.
Mathias is online now   #13 Reply With Quote
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old April 1st, 2011, 09:36 AM
Thanks Matthias!

This is what I changed it to:
component.SelectHelp & (BloodEner.Cold|BloodEner.Elec|BloodEner.Fire|Bloo dEner.Sonic)

However, While the Acid isn't present, I still get:
Air
Blue Dragon (Electricity)
Brass Dragon (Fire)
Bronze Dragon (Electricity)
Cold
Electricity
Fire
Fire
Gold Dragon (Fire)
Red Dragon (Fire)
etc...

Seems like I still need to add something....

Thanks!
TC
TCArknight is offline   #14 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old April 1st, 2011, 12:04 PM
The "Energy Type" option for Select from adds the following Custom Expression:

Code:
 
component.SelectHelp & Selection.Energy
There are also selection helpers for the type of dragon that a Draconic Sorcerer is linked to - and those also have BloodEner tags for the energy type that dragon race is linked to (BloodEner - "Bloodline Energy Type" - I ended up re-using those same tags when the Energy Type selectors were created)
Mathias is online now   #15 Reply With Quote
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old April 1st, 2011, 06:14 PM
That's exactly what I needed, thanks!

Works just right now...
TCArknight is offline   #16 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 12:20 PM.


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