Epic Reincarnation Limbo Bug / Free trial issue with VIP
I have VIP account. I noted free trial remarks when I created a warlock, but it would not let me purchase (I suppose because I'm VIP), so I proceeded with free trial.
I leveled warlock to 28, then picked up Epic Heart of Wood. Epic reincarnated.
At character creation during epic reincarnation, warlock is only class available (as expected), but I cannot proceed. The interface indicates I must purchase warlock. VIP status is not recognized.
The interface offers warlock purchase, but DDO store correctly says Warlock class is not available, presumably due to VIP account.
Warlock character is now in reincarnation limbo: It will not epic reincarnate, because character creator thinks I do not have access to class. I cannot heroic reincarnate because reincarnation interface says, "Your character is already flagged for reincarnation!" It can continue playing at level 28, but no reincarnation is available.
If you need to examine character the name is Eau.
My best guess is that when the Character Creation interface was modified to offer a free trial for the Warlock class, the code that recognizes the VIP account broke and it only offers a free trial. In later reincarnation, there is no free trial, it does not recognize VIP and the correctly working DDO store will not sell it. You need some kind of code added to character creation class selector Warlock section that is something like:
"If ((account.VIP.active) or (account.premium.classes.warlock) == true)) {warlock.selectorButton.visible = true; FreeTrial.selectorButton.visible = false;}" or similar to whatever code you use. If you have an existing "Warlock purchased" check in the code, just add an "or" check for active VIP account right there.
You might want to get this one looked at before release, or you have the potential of a lot of VIP members creating bugged "free trial" characters, that may cause issues if you wait to hotfix it after release.
BTW - Nice class so far!
![]()