Lol,
As if Legendary Levels wasnt enough, you need Paragon Levels? :-)
I will have a look at zzdialogue, I have known about it for a while, but havent got round to looking into it.
My module is still pretty fresh, so it would be best to look at it sooner rather than later, while I currently only have 6 dialogues present.
Also -
Paragon Levels - what level limit does that add?
My vampire leveling system is a little more 'niche' than a bioware/D&D level up system, but it allows for
about on average, 22 Pseudo levels, for each of the 40 Bioware levels.
(Note - Its a new system, and I have only just reached beyond 23 on my own character, moving onto the 2nd Bioware level, so I dont actually know what the upper limit is - As the player gets higher, the amount of Pseudo levels per real level may diminish)
Basically, the only limiting factor at the minute, is the upper hp limit imposed by the bic files.
255 hp per physical character level. and so far, my own character has reached Vampire Level 23, and only just needed to go onto the 2nd Bioware Physical Level. (Raising to the next physical level is actually required to prevent server crashes - attempting to raise hp higher than 255 for the current hitdice = roll over to 0, and attempting to set hp for levels that have not been attained, will result in server crashes (via nwnx_funcs))
I have it set up to work with Pseudo levels, granting feat, and skill bonuses, as well as hp, but when it detects that the hp of the player is about to breech the <maxhp>/255 >= current physical level mark, it on that level up, decides to raise the players physical bioware level, granting another potential 255 hp attainable via pseudo-level-ups.
eg
if my character has
214 max hp
214/255 = 0.83 which is less than physical level of 1.
This means, it can keep me on physical level 1.
If however, it calculates my hp for this level up to be
267
267/255 = 1.04 - which is greater than our physical level of 1- the system then says, Increase their physical level by 1, and perform an auto level up using their current package.
On the next level up, it would say 284/255 = 1.113 - which is still less than physical level 2, so no additional phsyical levels are required at this point.
Sure you get the picture. hehe