• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Epic?

Dastir

Well-known member
Just wondering if there is any word as to when we can see support for epic levels in Hero Lab? I have a character that just hit level 21, and the thought of going back to pen and paper from here on in makes me cringe.
 
I managed to work around some of the issue by creating a custom adjustment that foreces attack bonus and saves to what they would be at level 20 and then adds the epic bonuses. This works and prevents iterative attacks from going up.

The big problem - and I am sure this is why it hasn't been done yet - is that everything is hardcoded for level 20. All the classes have a maximum of 20, so you can;t selexct another level once you hit 20 levels in a class, and the arrays that hold special abilities spells, etc... have a hard upper bound of 20 (well 19, actually, since they are zero based arrays). I actually was able to get a caster up to 21 level through prestige classes, and as soon as I added that 21st level I got an amazing amount of array out of bounds errors...

So, being a developer, I can appreciate how difficult it will be to go back and retrofit epic levels into hero lab. Can I get some kind of indication as to how likely it is that this will every get done?
 
I managed to work around some of the issue by creating a custom adjustment that foreces attack bonus and saves to what they would be at level 20 and then adds the epic bonuses. This works and prevents iterative attacks from going up.

The big problem - and I am sure this is why it hasn't been done yet - is that everything is hardcoded for level 20. All the classes have a maximum of 20, so you can;t selexct another level once you hit 20 levels in a class, and the arrays that hold special abilities spells, etc... have a hard upper bound of 20 (well 19, actually, since they are zero based arrays). I actually was able to get a caster up to 21 level through prestige classes, and as soon as I added that 21st level I got an amazing amount of array out of bounds errors...

So, being a developer, I can appreciate how difficult it will be to go back and retrofit epic levels into hero lab. Can I get some kind of indication as to how likely it is that this will every get done?

Waves wand of thread necromancy.

Just had a thought. Why not create NEW classes based on the originals and call them Epic Barbarian, Epic Fighter, Epic Wizard, etc., etc.
 
Waves wand of thread necromancy.

Just had a thought. Why not create NEW classes based on the originals and call them Epic Barbarian, Epic Fighter, Epic Wizard, etc., etc.

I'm afraid there are too many places that assume 20 levels hard coded into Hero Lab, so a user wouldn't be able to work around them.

Epic support is something we want to add, but unfortunately, we have quite a lot of things on our plates, so I'm afraid it's not coming in the near future. Sorry.
 
Back
Top