Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System

Notices

Reply
 
Thread Tools Display Modes
Bloodwolf
Senior Member
 
Join Date: Dec 2013
Posts: 166

Old October 13th, 2020, 08:39 AM
Quote:
Originally Posted by Sendric View Post
If the tag is changed, it won't appear in the Spells tab. It can be shown in the Specials tab. Alternately, you could add the (Su) tag. I think that will keep it in the spells tab but show (Sp) (Su) at the end.
OK. I'll look into trying that. I believe that is a Helper, Super, Supernatural, (Su) tag if memory serves me.

Either way I will probably give these custom descriptions to clarify this.
Bloodwolf is offline   #1041 Reply With Quote
Bloodwolf
Senior Member
 
Join Date: Dec 2013
Posts: 166

Old October 14th, 2020, 07:57 AM
Actually it is AbilType instead of Helper.

Yes it did make them show as (Sp) (Su). I clarified in the custdesc that it is not a Spell-Like Ability.

Would a Live Name script change effect that?

And is there a way to do a Live Name change for something that is Bootstrapped in to another entry?

Basically, can you do a Live Name change for a sla inside the SplAb?

By the way I used sna for the Supernatural Abilities. Figured it made sense.

Got all the MM dragons done and working on the Deep dragon at the moment.
Bloodwolf is offline   #1042 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old October 14th, 2020, 11:21 AM
Quote:
Originally Posted by Bloodwolf View Post
Actually it is AbilType instead of Helper.

Yes it did make them show as (Sp) (Su). I clarified in the custdesc that it is not a Spell-Like Ability.

Would a Live Name script change effect that?

And is there a way to do a Live Name change for something that is Bootstrapped in to another entry?

Basically, can you do a Live Name change for a sla inside the SplAb?

By the way I used sna for the Supernatural Abilities. Figured it made sense.

Got all the MM dragons done and working on the Deep dragon at the moment.
Yes, you can use a script to modify the livename field of another special (this happens all the time). It might be able to remove the (Sp) from the name if it's done late enough, but I don't know the timing of that off-hand.
Sendric is offline   #1043 Reply With Quote
Negaman
Junior Member
 
Join Date: Sep 2020
Posts: 10

Old October 15th, 2020, 04:57 PM
Is there a way to make a new weapon and add it to the list of Monk allowed weapons? I've made Brass knuckles and think it would be a natural add it, but I can't figure out how to alter the list of approved Monk weapons

Last edited by Negaman; October 15th, 2020 at 04:58 PM. Reason: i posted as reply and think i meant to start a new topic
Negaman is offline   #1044 Reply With Quote
Dami
Senior Member
 
Join Date: Mar 2013
Location: Melbourne, Australia
Posts: 1,086

Old October 15th, 2020, 05:14 PM
Quote:
Originally Posted by Negaman View Post
Is there a way to make a new weapon and add it to the list of Monk allowed weapons? I've made Brass knuckles and think it would be a natural add it, but I can't figure out how to alter the list of approved Monk weapons
Look at your other post!

Current RPG's: Pathfinder (GM), Pathfinder (Player), Gamma World (GM, Pathfinder homebrew).
HeroLab: 3.5 & Pathfinder. HL User Files for PF: Greyhawk Setting, Gamma World (WIP).

DM and player of D&D since 1980.
Dami is offline   #1045 Reply With Quote
Bloodwolf
Senior Member
 
Join Date: Dec 2013
Posts: 166

Old October 17th, 2020, 06:36 PM
Quote:
Originally Posted by Sendric View Post
Yes, you can use a script to modify the livename field of another special (this happens all the time). It might be able to remove the (Sp) from the name if it's done late enough, but I don't know the timing of that off-hand.
I just tried this and put it at the Render phase to. It does not remove the Usage Tag or the AbilType tags. So it looks like I will just have to use CustDesc to clarify why they will have both the (Sp) and (Su) tags.
Bloodwolf is offline   #1046 Reply With Quote
Illyahr
Senior Member
 
Join Date: Feb 2013
Posts: 357

Old October 17th, 2020, 07:39 PM
For a quick fix you could put this into the code

Code:
perform hero.child[thingid].delete[AbilType.SpellLike]
perform hero.child[thingid].assign[AbilType.Super]
perform hero.child[thingid].assign[Helper.ShowCharge]
This'll change it to a supernatural ability and have it show up in the 'In-Play' tab so you can track it.

Last edited by Illyahr; October 17th, 2020 at 07:47 PM.
Illyahr is offline   #1047 Reply With Quote
Bloodwolf
Senior Member
 
Join Date: Dec 2013
Posts: 166

Old October 18th, 2020, 12:17 PM
Quote:
Originally Posted by Illyahr View Post
For a quick fix you could put this into the code

Code:
perform hero.child[thingid].delete[AbilType.SpellLike]
perform hero.child[thingid].assign[AbilType.Super]
perform hero.child[thingid].assign[Helper.ShowCharge]
This'll change it to a supernatural ability and have it show up in the 'In-Play' tab so you can track it.
Ummm Making the (Su)s appear on the In-Play tab is a good idea. I'm going to look into that. Thanks.
Bloodwolf is offline   #1048 Reply With Quote
Bloodwolf
Senior Member
 
Join Date: Dec 2013
Posts: 166

Old October 18th, 2020, 12:18 PM
And I can tie it into the SplAb entries too.
Bloodwolf is offline   #1049 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old October 19th, 2020, 04:29 AM
Quote:
Originally Posted by Illyahr View Post
For a quick fix you could put this into the code

Code:
perform hero.child[thingid].delete[AbilType.SpellLike]
perform hero.child[thingid].assign[AbilType.Super]
perform hero.child[thingid].assign[Helper.ShowCharge]
This'll change it to a supernatural ability and have it show up in the 'In-Play' tab so you can track it.
Good call, Illyahr. Completely blanked on this.
Sendric is offline   #1050 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 12:53 PM.


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