Rewards for the worthy not working

  • Crown
    Crown
    ✭✭✭✭✭
    Iyas wrote: »
    Crown wrote: »
    I should have 68 mails waiting for me sometime soon...
    May I ask with how many ppl you run?

    @Iyas Most of the time two to four.
    Crown | AD NB | First AD/NA Grand Overlord (2015/12/26)
    PvP Guides @ DarkElves.com
  • Master_Kas
    Master_Kas
    ✭✭✭✭✭
    ✭✭
    Wizzo91 wrote: »
    Let's hope we will get them for already gained ap

    I highly doubt that... But one can hope :/
    EU | PC
  • ZOS_GinaBruno
    ZOS_GinaBruno
    Community Manager
    Morning guys, just letting you know that we're still actively looking into this, and will let you know if we have any further questions to help investigation or have any updates.
    Gina Bruno
    Senior Creator Engagement Manager
    Dev Tracker | Service Alerts | ESO Twitter | My Twitter
    Staff Post
  • jbcrocks
    jbcrocks
    ✭✭✭
    Master_Kas wrote: »
    Wizzo91 wrote: »
    Let's hope we will get them for already gained ap

    I highly doubt that... But one can hope :/

    Hoping for nothing... :(
    jbcrocks [EP] - Dunmer DK - Vamp since launch - AvA 37
    Chaboyyyhd [EP]- Altmer Sorcerer - AvA 9
    Jb Shadowcloak [EP] - Imperial Nightblade AvA 9
    Commander Soviets [AD] - Bosmer Nightnlade AvA 5

  • DeanTheCat
    DeanTheCat
    ✭✭✭✭✭
    This Khajiit will be in Hew's Bane till this is sorted out. It's a good enough excuse for Khajiit to collect many shinies. Though he will stop by on the weekends to pay Abi-Daro the Golden a visit to buy new armour.
    Dean the Cat
    Somewhat Insane Puddicat
    EU-PC Megaserver; Ebonheart Pact, Alliance Rank 34
    This one hails from far Singapore, excuse this one for his high pings. He also apologizes for any formatting/spelling errors, as he tends to answer using a mobile device.

    Insanity is the price of Knowledge. Herma-Mora and Sheogorath, this one bows before thee.

    This one does not advocate for any class to be nerfed. There are far deeper underlying issues then a simple "Class Imbalance". The Champion System is the problem. Not classes.

    Please read this before creating yet another nerf thread.

    My guides:
  • Vyle_Byte
    Vyle_Byte
    ✭✭✭✭✭
    @ZOS_GinaBruno

    Its not just affecting Vet players. I played all night last night in our group that had Emp in BWB and not a one of us received any rewards for the worthy. Made about 40k, this was after we received our End of Camp rewards. Various levels.
    Member of the Old Guard
    Mother of the Byte Family
    Vyle Byte||Ivana Byte||Vyible Byte||Hakate Vampler Former EMPRESS BWB||Haan Zolo {Retired} (He swung first)||Lunari ||Wardyn Chalyk Tahno||Dirti Dianah||Bonnie||
    Viva la Byte
  • L2Pissue
    L2Pissue
    ✭✭✭✭✭
    i did not get any reward for worthy mails, playing on azura star pc eu
  • CP5
    CP5
    ✭✭✭✭✭
    ✭✭✭
    I think a better question would be what rank you have in the pvp skill lines and your pvp rank. It could be that the bug is similar to the one that stopped rank 50's form getting mails, only now it could be hitting those with the max rank skill line (which would explain some non-vets getting mails but others not). Anyone have experience with their skill tree rank in relation to getting rewards?
  • Master_Kas
    Master_Kas
    ✭✭✭✭✭
    ✭✭
    Morning guys, just letting you know that we're still actively looking into this, and will let you know if we have any further questions to help investigation or have any updates.

    Any chance this will get hotfixed when you find out the issue or we are given the mails we've "earned" ?
    EU | PC
  • Sallington
    Sallington
    ✭✭✭✭✭
    ✭✭✭✭
    CP5 wrote: »
    I think a better question would be what rank you have in the pvp skill lines and your pvp rank. It could be that the bug is similar to the one that stopped rank 50's form getting mails, only now it could be hitting those with the max rank skill line (which would explain some non-vets getting mails but others not). Anyone have experience with their skill tree rank in relation to getting rewards?

    I'm Assault/Support 10 now, but only Alliance Rank 21. You just need to sneeze on a few people now to get to Assault 10, so if that's the case, it would still affect most of the community I would think.
    Daggerfall Covenant
    Sallington - Templar - Stormproof - Prefect II
    Cobham - Sorcerer - Stormproof - First Sergeant II
    Shallington - NightBlade - Lieutenant |
    Balmorah - Templar - Sergeant ||
  • Crown
    Crown
    ✭✭✭✭✭
    jbcrocks wrote: »
    Hoping for nothing... :(

    It's not like the ZOS team actively try to do things to upset the player base. They have some serious issues on their side that we hope they will address, though it's unlikely that they will communicate about them.

    In this case, getting the reward mails for past AP earned largely depends on how the reward mail granting is calculated.

    Upon logging into PvP, I've often seen the first reward mail come after almost no AP, other times close to 10k. On days when I've made (and kept track) of over 100k, the number of reward mails I get averages out to 1 for every 10k. This leads me to believe that there is a counter somewhere that increases every time a player makes AP, and it send a reward mail out every time that counter passes a multiple of 10,000. The number persists over sessions, so that's why some days I might get a reward mail after one kill (if I stopped playing the previous session at over 9k towards the next 10k milestone).

    The question of whether we'll get the rewards for AP earned until they fix the issue will likely be answered by where the issue is located, and how the counter works. Here are my theories:

    If the counter cycles back to zero every 10,000 then we will not receive reward mails as they have no way of tracking things. This would be a really poor way to have coded it. A more likely and better way to have set it up is in a database field AP_EARNED "lifetime AP earned" (that would also determine your alliance rank), and another REWARD_MAILS_SENT for "number of reward mails sent" which would be that previous number / 10k or perhaps REWARD_SENT_FOR for "the mail sent as of a certain amount of AP" as it's more likely that there's a query run every time the campaign score updates (about 5 minutes) that handles a lot of processing and sends them out all together.

    If the issue is that the query / calculation / script / whatever that determines who should receive how many reward mails every cycle (again 5 mins?) is broken, then the field that keeps track of what has been sent would not be updated and we would receive all our rewards when that is fixed.

    If the issue is the mail queue, and mails not actually being sent by the script / query, then it will depend if they're lost or stuck. Being as in-game mails work fine for other things, I believe that this is not the case.

    Considering that we Grand Overlords (AR50) have never gotten reward mails (at least not for the past year which is as long as one has existed), it's likely that the code for storing AP_EARNED had a cap at 64 million (how much AP it takes for AR50), and was not being incremented above that. For this patch, in order to correct that issue, they increased the high limit of that field's value, but didn't take into consideration how the other queries would work / interact with its new high value, so they bombed out / failed.

    The reason this wasn't seen in PTS, is that when we created test toons, we were immediately gifted with 10 million AP and the related reward mails. The code for said reward mails was likey hard coded into the new VR16 character creation tool / script rather than using the method that players receive their mails normally, so when someone received 1,000 reward mails they never paid attention to what else did or did not come in.

    This falls back to the QA (Quality Assurance) team's responsibility, whereby they should have a check list of everything that needs to be tested prior to releasing a patch, or a more active association with the player base to test together (large scale devs vs players PvP type of activity during PTS testing).

    Ultimately we rely on people like @ZOS_GinaBruno and @ZOS_JessicaFolsom to tell us things, with the occasional /lurk or comment by @ZOS_BrianWheeler and @Wrobel

    To you ZOS folks, is there any chance of a real explanation of what went wrong and how reward mails are calculated? Is anything I theorized above close to correct?

    EDIT: Fixed typo and double word typed in the wall of text. There are probably more - as I'm getting ready to head out to work and can't proof this as I normally try to do when typing a wall of text.
    Edited by Crown on March 8, 2016 3:28PM
    Crown | AD NB | First AD/NA Grand Overlord (2015/12/26)
    PvP Guides @ DarkElves.com
  • themdogesbite
    themdogesbite
    ✭✭✭✭✭
    Crown wrote: »
    jbcrocks wrote: »
    Hoping for nothing... :(

    It's not like the ZOS team actively try to do things to upset the player base. They have some serious issues on their side that we hope they will address, though it's unlikely that they will communicate about them.

    In this case, getting the reward mails for past AP earned largely depends on how the reward mail granting is calculated.

    Upon logging into PvP, I've often seen the first reward mail come after almost no AP, other times close to 10k. On days when I've made (and kept track) of over 100k, the number of reward mails I get averages out to 1 for every 10k. This leads me to believe that there is a counter somewhere that increases every time a player makes AP, and it send a reward mail out every time that counter passes a multiple of 10,000. The number persists over sessions, so that's why some days I might get a reward mail after one kill (if I stopped playing the previous session at over 9k towards the next 10k milestone).

    The question of whether we'll get the rewards for AP earned until they fix the issue will likely be answered by where the issue is located, and how the counter works. Here are my theories:

    If the counter cycles back to zero every 10,000 then we will not receive reward mails as they have no way of tracking things. This would be a really poor way to have coded it. A more likely and better way to have set it up is in a database field AP_EARNED "lifetime AP earned" (that would also determine your alliance rank), and another REWARD_MAILS_SENT for "number of reward mails sent" which would be that previous number / 10k or perhaps REWARD_SENT_FOR for "the mail sent as of a certain amount of AP" as it's more likely that there's a query run every time the campaign score updates (about 5 minutes) that handles a lot of processing and sends them out all together.

    If the issue is that the query / calculation / script / whatever that determines who should receive how many reward mails every cycle (again 5 mins?) is broken, then the field that keeps track of what has been sent would not be updated and we would receive all our rewards when that is fixed.

    If the issue is the mail queue, and mails not actually being sent by the script / query, then it will depend if they're lost or stuck. Being as in-game mails work fine for other things, I believe that this is not the case.

    Considering that we Grand Overlords (AR50) players have never gotten reward mails (at least not for the past year which is as long as one has existed), it's likely that the code for storing AP_EARNED had a cap at 64 million (how much AP it takes for AR50), and was not being incremented above that. For this patch. For this patch, in order to correct that issue, they increased the high limit of that field's value, but didn't take into consideration how the other queries would work / interact with its new high value, so they bombed out / failed.

    The reason this wasn't seen in PTS, is that when we created test toons, we were immediately gifted with 10 million AP and the related reward mails. The code for said reward mails was likey hard coded into the new VR16 character creation tool / script rather than using the method that players receive their mails normally, so when someone received 1,000 reward mails they never paid attention to what else did or did not come in.

    This falls back to the QA (Quality Assurance) team's responsibility, whereby they should have a check list of everything that needs to be tested prior to releasing a patch, or a more active association with the player base to test together (large scale devs vs players PvP type of activity during PTS testing).

    Ultimately we rely on people like @ZOS_GinaBruno and @ZOS_JessicaFolsom to tell us things, with the occasional /lurk or comment by @ZOS_BrianWheeler and @Wrobel

    To you ZOS folks, is there any chance of a real explanation of what went wrong and how reward mails are calculated? Is anything I theorized above close to correct?

    Wrong, in 1.6 i still got reward mails as AvA rank 50. It's only since 1.7 that they stopped showing up.
    :]
  • Septimus_Magna
    Septimus_Magna
    ✭✭✭✭✭
    ✭✭
    Crown wrote: »
    jbcrocks wrote: »
    Hoping for nothing... :(

    It's not like the ZOS team actively try to do things to upset the player base. They have some serious issues on their side that we hope they will address, though it's unlikely that they will communicate about them.

    In this case, getting the reward mails for past AP earned largely depends on how the reward mail granting is calculated.

    Upon logging into PvP, I've often seen the first reward mail come after almost no AP, other times close to 10k. On days when I've made (and kept track) of over 100k, the number of reward mails I get averages out to 1 for every 10k. This leads me to believe that there is a counter somewhere that increases every time a player makes AP, and it send a reward mail out every time that counter passes a multiple of 10,000. The number persists over sessions, so that's why some days I might get a reward mail after one kill (if I stopped playing the previous session at over 9k towards the next 10k milestone).

    The question of whether we'll get the rewards for AP earned until they fix the issue will likely be answered by where the issue is located, and how the counter works. Here are my theories:

    If the counter cycles back to zero every 10,000 then we will not receive reward mails as they have no way of tracking things. This would be a really poor way to have coded it. A more likely and better way to have set it up is in a database field AP_EARNED "lifetime AP earned" (that would also determine your alliance rank), and another REWARD_MAILS_SENT for "number of reward mails sent" which would be that previous number / 10k or perhaps REWARD_SENT_FOR for "the mail sent as of a certain amount of AP" as it's more likely that there's a query run every time the campaign score updates (about 5 minutes) that handles a lot of processing and sends them out all together.

    If the issue is that the query / calculation / script / whatever that determines who should receive how many reward mails every cycle (again 5 mins?) is broken, then the field that keeps track of what has been sent would not be updated and we would receive all our rewards when that is fixed.

    If the issue is the mail queue, and mails not actually being sent by the script / query, then it will depend if they're lost or stuck. Being as in-game mails work fine for other things, I believe that this is not the case.

    Considering that we Grand Overlords (AR50) players have never gotten reward mails (at least not for the past year which is as long as one has existed), it's likely that the code for storing AP_EARNED had a cap at 64 million (how much AP it takes for AR50), and was not being incremented above that. For this patch. For this patch, in order to correct that issue, they increased the high limit of that field's value, but didn't take into consideration how the other queries would work / interact with its new high value, so they bombed out / failed.

    The reason this wasn't seen in PTS, is that when we created test toons, we were immediately gifted with 10 million AP and the related reward mails. The code for said reward mails was likey hard coded into the new VR16 character creation tool / script rather than using the method that players receive their mails normally, so when someone received 1,000 reward mails they never paid attention to what else did or did not come in.

    This falls back to the QA (Quality Assurance) team's responsibility, whereby they should have a check list of everything that needs to be tested prior to releasing a patch, or a more active association with the player base to test together (large scale devs vs players PvP type of activity during PTS testing).

    Ultimately we rely on people like @ZOS_GinaBruno and @ZOS_JessicaFolsom to tell us things, with the occasional /lurk or comment by @ZOS_BrianWheeler and @Wrobel

    To you ZOS folks, is there any chance of a real explanation of what went wrong and how reward mails are calculated? Is anything I theorized above close to correct?

    Wrong, in 1.6 i still got reward mails as AvA rank 50. It's only since 1.7 that they stopped showing up.

    Did you try pvp with your AR50 DK after the TG when live?

    Maybe both reasons for not getting RotW bags will cancel each other out.
    Edited by Septimus_Magna on March 8, 2016 3:34PM
    PC - EU (AD)
    Septimus Mezar - Altmer Sorcerer
    Septimus Rulanir - Orsimer Templar
    Septimus Desmoru - Khajiit Necromancer
    Septimus Iroh - Dunmer Dragon Knight
    Septimus Thragar - Dunmer Nightblade
    Septimus Jah'zar - Khajiit Nightblade
    Septimus Nerox - Redguard Warden
    Septimus Ozurk - Orsimer Sorcerer
  • ZOS_GinaBruno
    ZOS_GinaBruno
    Community Manager
    Master_Kas wrote: »
    Morning guys, just letting you know that we're still actively looking into this, and will let you know if we have any further questions to help investigation or have any updates.

    Any chance this will get hotfixed when you find out the issue or we are given the mails we've "earned" ?

    Honestly, both are dependent on what the issue ultimately is. We certainly will hotfix and retroactively send rewards if we're able, but again, it depends on what the problem is and how it can be fixed. Right now it's just too soon to say.

    No update as of yet, but we do have guys actively digging into all the data.
    Gina Bruno
    Senior Creator Engagement Manager
    Dev Tracker | Service Alerts | ESO Twitter | My Twitter
    Staff Post
  • skillastat
    skillastat
    ✭✭✭✭
    It's Okay guys we can go rob in PvE while they fix it.
    (PC NA)
    -Saulo Stamina Sorcerer
    -skillastat Stamina Nightblade
    -a blade spirit Stamina Templar
    -Ultima Online I Magicka Dragonknight
    -'Solo DC* Stamina Sorcerer
    -'Ultima Online Stamina Dragonknight
    -Nerd Dk Tank Dragonknight
    -Solochi Magicka Sorcerer
    -Solo Lucci Magicka Nightblade
    -Sølomon Magicka Warden

    *All characters are EP, except for one DC.


    French Canadian!
  • gefstyle
    gefstyle
    ✭✭✭
    For sure another DDOS attack
  • heystreethawk
    heystreethawk
    ✭✭✭✭✭
    It's just an immersive and lore-rich slow burn introduction of the new 4th faction, who are cyber terrorists

    When rewards are reintroduced they will be actual emails sent to our "datapad" by the CEO of our Corporation

    Stay tuned for 80s style cyberpunk artwork of ppl proxying up in an alleyway while a zerg marches by in the street
    GM of Fantasia
    I heard those symphonies come quick
  • Crown
    Crown
    ✭✭✭✭✭
    Wrong, in 1.6 i still got reward mails as AvA rank 50. It's only since 1.7 that they stopped showing up.

    @themdogesbite You Europeans had some AR50's well before we North Americans did.. *We* never got reward mails - but thanks for the clarification.
    Edited by Crown on March 8, 2016 4:35PM
    Crown | AD NB | First AD/NA Grand Overlord (2015/12/26)
    PvP Guides @ DarkElves.com
  • ColoursYouHave
    ColoursYouHave
    ✭✭✭✭✭
    Vyle_Byte wrote: »
    @ZOS_GinaBruno

    Its not just affecting Vet players. I played all night last night in our group that had Emp in BWB and not a one of us received any rewards for the worthy. Made about 40k, this was after we received our End of Camp rewards. Various levels.

    Same here, BWB NA AD (that was some awesome CP free PVP last night, btw!) got about 30k AP last night, just logged on to check and still no reward mail. Character is level 45 (was 44 when I started playing last night), my alliance skill lines are not maxed either.

    Also, someone posted a thread in the AVA forums, and since it looks like nobody from ZOS looks there, I'll post it here. It looks like some people are getting reward mails after 300k AP. Hopefully this information will help with your investigation.
  • Master_Kas
    Master_Kas
    ✭✭✭✭✭
    ✭✭
    gefstyle wrote: »
    For sure another DDOS attack

    LOL Hi. Tomorrow we continue to tbag eachother <3:trollface:
    EU | PC
  • Satiar
    Satiar
    ✭✭✭✭✭
    ✭✭✭
    400k AP and counting, still nada.
    Vehemence -- Commander and Raid Lead -- Tri-faction PvP
    Knights Paravant -- Co-GM and Raid Lead -- AD Greyhost



  • GRxKnight
    GRxKnight
    ✭✭✭✭✭
    So i guess the question now is do we continue to pvp in the off chance that the back send all the mails or sit on the sidelines awaiting the Ok to continue (guarantee this wouldn't have had as large of an impact if reward mails weren't the only way to obtain these sets)
    Member of Victorem, RÁGE ; Decibel Alumni (RIP)

    Kalista Schefer: VR16 AD Sorcerer; Alliance Rank 22

    Noxus-Katarina: VR16 AD NB; Alliance Rank 30

    Grxknight: VR16 AD DK; Alliance Rank 16

    Lorelie Aedel: VR16 AD Templar; Alliance Rank 8
  • Wollust
    Wollust
    ✭✭✭✭✭
    ✭✭✭✭
    GRxKnight wrote: »
    So i guess the question now is do we continue to pvp in the off chance that the back send all the mails or sit on the sidelines awaiting the Ok to continue (guarantee this wouldn't have had as large of an impact if reward mails weren't the only way to obtain these sets)

    Well I don't know about you but I pvp mainly because I have fun doing so. :lol:
    Though getting the mails with the new sets would be much appreciated from my side as well.
    Susano'o

    Zerg Squad
  • SemiD4rkness
    SemiD4rkness
    ✭✭✭✭✭
    Seriously how can people enjoy this game anymore ...
  • GRxKnight
    GRxKnight
    ✭✭✭✭✭
    Wollust wrote: »
    GRxKnight wrote: »
    So i guess the question now is do we continue to pvp in the off chance that the back send all the mails or sit on the sidelines awaiting the Ok to continue (guarantee this wouldn't have had as large of an impact if reward mails weren't the only way to obtain these sets)

    Well I don't know about you but I pvp mainly because I have fun doing so. :lol:
    Though getting the mails with the new sets would be much appreciated from my side as well.

    I mean i probably will pvp for a bit today...but i was so pumped to hear that every mail was going to contain a set piece that all i wanted to do was ap farm for the week to get my 3 vicious death sets...now I'll have fun but all for naught
    Member of Victorem, RÁGE ; Decibel Alumni (RIP)

    Kalista Schefer: VR16 AD Sorcerer; Alliance Rank 22

    Noxus-Katarina: VR16 AD NB; Alliance Rank 30

    Grxknight: VR16 AD DK; Alliance Rank 16

    Lorelie Aedel: VR16 AD Templar; Alliance Rank 8
  • Sallington
    Sallington
    ✭✭✭✭✭
    ✭✭✭✭
    GRxKnight wrote: »
    So i guess the question now is do we continue to pvp in the off chance that the back send all the mails or sit on the sidelines awaiting the Ok to continue (guarantee this wouldn't have had as large of an impact if reward mails weren't the only way to obtain these sets)

    No we do not.
    Daggerfall Covenant
    Sallington - Templar - Stormproof - Prefect II
    Cobham - Sorcerer - Stormproof - First Sergeant II
    Shallington - NightBlade - Lieutenant |
    Balmorah - Templar - Sergeant ||
  • jbcrocks
    jbcrocks
    ✭✭✭
    Any news?
    jbcrocks [EP] - Dunmer DK - Vamp since launch - AvA 37
    Chaboyyyhd [EP]- Altmer Sorcerer - AvA 9
    Jb Shadowcloak [EP] - Imperial Nightblade AvA 9
    Commander Soviets [AD] - Bosmer Nightnlade AvA 5

  • ZOS_GinaBruno
    ZOS_GinaBruno
    Community Manager
    We're gathering info now, and will have some news for everyone later today. Stand by...
    Gina Bruno
    Senior Creator Engagement Manager
    Dev Tracker | Service Alerts | ESO Twitter | My Twitter
    Staff Post
  • Tower_Of_Shame
    Tower_Of_Shame
    ✭✭✭✭
    Master_Kas wrote: »
    Morning guys, just letting you know that we're still actively looking into this, and will let you know if we have any further questions to help investigation or have any updates.

    Any chance this will get hotfixed when you find out the issue or we are given the mails we've "earned" ?

    @Master_Kas

    dC9DTdqPmRnlS.gif
    Vg0JstydL8HCg.gif
  • maboleth
    maboleth
    ✭✭✭✭✭
    I've got my first reward for the worthy for my lev 15 character in Cyrodiil. It was jerkin of vicious death. :smiley:
Sign In or Register to comment.