News:

Welcome to the Herolab 4e user added support site.

Main Menu

Recent posts

#91
Herolab 4e Bugs / Re: Feat Valenar Weapon Traini...
Last post by Charlie - October 13, 2017, 01:01:11 AM
Hey, Mark. Currently there isn't anyone who is maintaining the central files, but since we've done some work on them for our local 4e group I got curious and took a look, and it turned out to be a pretty simple error. I think you will find that it works for the Double Scimitar and the Falchion, just not the Scimitar; for some reason, there's an incorrect term in the Eval Script. Have you used the Editor? It's an easy fix.
#92
Herolab 4e Bugs / Feat Valenar Weapon Training
Last post by Eldyn - October 08, 2017, 09:39:47 PM
BUG

The feat Valenar Weapon Training doesn't seem to be adding its damage bonus to weapons

On an identical build on D&D insider it does.

Thanks
Mark
#93
Modifications / Re: Making Utility Powers?
Last post by dmayhew469 - July 07, 2017, 02:11:16 PM
I think I did.  I created a dummy power to test with and I didn't keep it after i finished the test.
#94
Modifications / Re: Making Utility Powers?
Last post by Cryptoknight - June 25, 2017, 09:29:15 PM
Did you assign them a level?  Level less Utility powers can only be added by bootstrapping them from something else.
#95
General Discussion / Re: 4e license question
Last post by Cryptoknight - June 25, 2017, 09:28:29 PM
#96
General Discussion / Re: 4e license question
Last post by GrinningJest3r - June 22, 2017, 08:46:50 PM
I've had HL for four or five years now. Never ended up using 4e until now. Some friends and I are attempting to revive an old campaign. I'll hit up their contact though and see what can be done.
#97
General Discussion / Re: 4e license question
Last post by Sean Abel - June 22, 2017, 08:05:48 PM
If you are just purchasing HL or upgrading did you purchase the [Hero Lab for Savage Worlds and the Authoring Kit], 4E came with it originally you may have to contact Lone Wolf before you purchase it to make sure that is how to get the framework.
#98
Herolab 4e Development / Re: Remove/increase limit on T...
Last post by Fox Lee - June 22, 2017, 07:30:45 PM
I suppose I'd say, because I don't see a use case for a temporary adjustment to HP that isn't THPs? I could be wrong, maybe it's in there somewhere, but this isn't like 3.x where you might take con damage or something. Seems like the HP adjustment would be pretty pointless, if  not used for temporary hit points.

I'd rather fix what I see as a problem with an existing trait. than make a new one. YMMV.
#99
General Discussion / 4e license question
Last post by GrinningJest3r - June 22, 2017, 12:46:00 AM
4e licenses don't show up in HeroLab for me, therefore I cannot get 4e out of Demonstration Mode. Any ideas or information?
#100
Modifications / Re: Add the INit modifier for ...
Last post by dmayhew469 - June 15, 2017, 08:27:12 PM
Add this eval script:

Phase:  Traits
Priority: 1000
Script:
    doneif (tagis[Equipped.Equipped] = 0)
    var bonus as number
    bonus = 1
    #traitmodify[trInit,trtPower,bonus,""]

Timing  Before: Derived trtFinal

You will have to add this to each item and change the bonus to match the enhancement bonus of the item.