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
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old June 5th, 2010, 07:51 PM
I'm working on an ability that gives Exotic Weapon Proficiency (Bastard Sword) for free.

I'm adding the Exotic Weapon feat successfully, but I can't seem to automatically choose Bastard Sword.

I've got:
Code:
<bootstrap thing="fExoticWep">
      <autotag group="thing" tag="skipprereq"/>
      <assignval field="fChosen" value="Bastard Sword"/>
      </bootstrap>
However, I get a message - "Bootstrap value assignment is restricted to 'normal' style for field 'fChosen' "

What am I missing? It seems like I did something similar for Cortex though..

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

Old June 6th, 2010, 10:21 AM
fChosen is not a real field - it's a special field that holds the choice for a pick-based menu, and that's not something that can be accessed, other than by the user. In Cortex, you were assigning values to regular fields.

There's actually a mechanism to bypass the menu and link the feat directly to what you want. Add the following:

<autotag group="Target" value="wSwordBast"/>

instead of the assignval line you were using.
Mathias is offline   #2 Reply With Quote
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old June 6th, 2010, 10:39 AM
Thanks!

Although, I get "Unrecognized attribute 'value' in element 'autotag' " when I use that.

Looking at the Wiki, I see 'group' and 'tag' as the valid elements.

When I try making it <autotag group="Target" tag="wSwordBast"/> it compiles fine, but the display is "Exotic Weapon Proficiency - " with no way to choose. At the same time, if I go to the gear to select a Sword, Bastard it is still greyed out as if non-proficient.

Suggestions?
TCArknight is offline   #3 Reply With Quote
Lawful_g
Senior Member
Volunteer Data File Contributor
 
Join Date: Mar 2007
Posts: 1,245

Old June 6th, 2010, 01:47 PM
Ignore the Exotic Weapon Proficiency feat and just give the proficiency directly on the class or whatever... If you really want it to show in the feats tab, make a copy of Druid Weapon Proficiency (so it will have the Helper.Helper tag and therefore will not be shown in the selection screen) and rename it Exotic Weapon Proficiency: Bastard Sword .

In an Eval script do:
perform hero.assign[WepProf.wSwordBast]
Lawful_g is offline   #4 Reply With Quote
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old June 6th, 2010, 02:04 PM
Thanks LG.

That did it. I've got it working, but it still seems like a workaround.

Mathias or Colen, Any suggestions on getting it working with the EWP feat? I'd hate to have to do the same thing every time I wanted to give a specific choice (say a Weapon Focus (Dagger) ) as a bonus feat.

TC
TCArknight is offline   #5 Reply With Quote
Lawful_g
Senior Member
Volunteer Data File Contributor
 
Join Date: Mar 2007
Posts: 1,245

Old June 6th, 2010, 02:17 PM
Any time.
Lawful_g is offline   #6 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old June 7th, 2010, 09:09 AM
Okay, it looks like the exotic weapon proficiency wasn't modified to actually do anything with the Target tags it's assigned. I'll get that fixed in the next update.

The general mechanisms for feats are still picking up on the presence of the Target tag and hiding the selector, so that's why there's no option to make a selection after adding a Target tag to EWP.
Mathias is offline   #7 Reply With Quote
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old June 17th, 2010, 10:34 AM
I noticed the Target group was now enabled for EWP, thanks!

I think that will be a big help for a lot of things down the road.
TCArknight is offline   #8 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:41 PM.


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