Been enlightened all day and have been playing for hours. Only thing I haven't done is use a Way Shrine, leave the zone I was in or log in with another vet character since I read it could break the enlightenment. I did port to another character in the zone I am in and kept my enlightenment. In addition, I logged out of the game for an hour or so and then logged back in and still had the enlightenment. Have not been doing any grinding. Just doing Caldwell's Gold quest line, solo delves, dolmans. finding new locations, and taking on world bosses in the zone I am in. Prior to today I had never been enlightened and have been playing 1.6 since Tuesday. Don't know if ZOS fixed anything and I hope it continues to work. Cross my fingers anyways. I will be returning to the game with my other vet character and will report if that changes anything.
So after getting 14 cp on one of my alts since 1.6 launch, i log into my main today, which i haven't touched, no enlightenment, log into my other alt, which i also haven't touched since 1.6, no enlightenment. And then when i log into the account i have been playing i have 50k of enlightenment. I have no idea whats happening.
geofhob14_ESO wrote: »My friend plays casually and he already has 80 CP, most of the folks with "perma enlightenment" are already in the 90+.
Yes - the rest of us in the "no enlightenment at all" camp can probably catch up over time but why do we have to play with a handicap?
My enlightenment only shows up in town and always disappears and doesn't come back after i use a wayshrine.
Well seems some people are keeping the buff almost infinite, just today I partied with a guy whos 95+ with enlightenment he said.
Here is the function to use in the chat window to see your Enlightenment info. Below each function is my character's current value if you're asking.
If you do not see what you expect in the UI or the response in chat window, do this once in an area where you should be getting XP to see if that fixes it:
/reloadui
See the entire Enlightenment Pool, you cannot see this in the UI "because it would be too confusing"
/script d(GetEnlightenedPool())
965749
See how much XP is required in total to attain a Champion Point
/script d(GetChampionXPInRank())
400000
See how much Enlightenment multiplies incoming XP if you have it
/script d(GetEnlightenedMultiplier())
3
Does this character have Enlightenment available to use?
/script d(IsEnlightenedAvailableForCharacter())
true
Does your account have a character that has Enlightenment available to use
/script d(IsEnlightenedAvailableForAccount())
true
Missing an ending ) on this function:
See how much XP is required in total to attain a Champion Point
/script d(GetChampionXPInRank()
should be:
See how much XP is required in total to attain a Champion Point
/script d(GetChampionXPInRank())
ZOS_GinaBruno wrote: »Just wanted to let everyone know that we are currently testing fixes for all issues called out last week, which included the following:
- Your enlightened state appears to vanish after using a wayshrine.
- You will receive a notification that you’ve earned a Champion Point, but are never actually able to use it.
- The timer for enlightenment will sometimes reset when loading in with a Veteran Ranked character.
- The enlightened bonus value doesn’t appear in the tooltip. This is actually working as designed, but are working on making this clearer to avoid confusion.
ZOS_GinaBruno wrote: »Just wanted to let everyone know that we are currently testing fixes for all issues called out last week, which included the following:
- Your enlightened state appears to vanish after using a wayshrine.
- You will receive a notification that you’ve earned a Champion Point, but are never actually able to use it.
- The timer for enlightenment will sometimes reset when loading in with a Veteran Ranked character.
- The enlightened bonus value doesn’t appear in the tooltip. This is actually working as designed, but are working on making this clearer to avoid confusion.
@ZOS_GinaBruno , if its any help, the first two you've listed we've identified as being a display bug. It isn't "real" enlightenment. In the sense that when you get it, the extra exp you get or whatever is always removed and never comes at the time you should. It seems like the system gets tricked into thinking its enlightened and only displays more exp/points, but once you log or zone it fixes itself. We noticed it tends to happen when someone in your group or possibly near you gets enlightened for real. We've had it happen several times now where a buddy got his for real in our group and the entire group immediately got this fake enlightenment. Hope that helps, its not actual real enlightenemnt
grimsfield wrote: »I wanna know how a show stopper bug like this gets through to live. Seriously, this type of bug should NEVER make it to live. This enlightenment system sits at the very core of the champion system. Thats what this whole 1.6 patch is about; the champion system. To release 1.6 with it very core functionality not working, well, its just completely ridiculous. It should not have been released.
Sorry for ranting, but after seeing a pattern of bad patch releases from ZOS on this game, its more than a little irritating.
ZOS_GinaBruno wrote: »Just wanted to let everyone know that we are currently testing fixes for all issues called out last week, which included the following:
- Your enlightened state appears to vanish after using a wayshrine.
- You will receive a notification that you’ve earned a Champion Point, but are never actually able to use it.
- The timer for enlightenment will sometimes reset when loading in with a Veteran Ranked character.
- The enlightened bonus value doesn’t appear in the tooltip. This is actually working as designed, but are working on making this clearer to avoid confusion.
It's great that all these serious bugs are being fixed but someone in your QA department should be taking a long hard look at themselves and asking how did so many such bugs escape, in a system which has been in development for months and supposedly well-tested both internally and on the PTS.ZOS_GinaBruno wrote: »Just wanted to let everyone know that we are currently testing fixes for all issues called out last week, which included the following:
- Your enlightened state appears to vanish after using a wayshrine.
- You will receive a notification that you’ve earned a Champion Point, but are never actually able to use it.
- The timer for enlightenment will sometimes reset when loading in with a Veteran Ranked character.
- The enlightened bonus value doesn’t appear in the tooltip. This is actually working as designed, but are working on making this clearer to avoid confusion.
Thanks for sharing these commands!See how much Enlightenment multiplies incoming XP if you have it
/script d(GetEnlightenedMultiplier())
3