Crown Crates no longer giftable?

  • Jestir
    Jestir
    ✭✭✭✭
    Arictheana wrote: »
    Not even fixed by expansion release lol

    Well yeah, next "update on the situation" isn't till the 12th. As they said before
  • WiseSky
    WiseSky
    ✭✭✭✭✭
    ✭✭
    ZOS_Kevin wrote: »
    oversleeps wrote: »
    @ZOS_Kevin
    with still no info people are beginning to think this is on purpose, to get rid of crate gifting. Can you at least confirm or deny this if you cannot give an ETA?

    We are not getting rid of crate gifting. As stated before, the issue our team is working to solve is a bit complex. So it is taking a bit of time to get through. We still do not have an ETA to share, but the team is working towards solving this solution as soon as they can.

    We are not getting rid of crate gifting. --- the team is working towards solving this solution as soon as they can.

    I am really worried that such a bug takes so long to fix.

    During the accidental activation of crate gifting by the team demonstrates their ability to work on its functionality.

    Would love to know the cause of such a long undertaking.

    Here is my attempt to help out, I am new to coding just watch a few videos, but if anything here works feel feel to take it.
    #include <iostream>
    #include <string>
    
    // Player class representing a player with a name and crowns balance
    class Player {
    public:
        Player(const std::string& name, int crowns)
            : name(name), crowns(crowns) {}
    
        std::string getName() const { return name; }
        int getCrowns() const { return crowns; }
        void setCrowns(int newCrowns) { crowns = newCrowns; }
    
    private:
        std::string name;
        int crowns;
    };
    
    // Function to gift an item to another player
    void giftItem(Player& sender, Player& receiver, int crownCost) {
        if (sender.getCrowns() >= crownCost) {
            sender.setCrowns(sender.getCrowns() - crownCost);
            receiver.setCrowns(receiver.getCrowns() + crownCost);
            std::cout << sender.getName() << " has successfully gifted an item to "
                      << receiver.getName() << ". " << crownCost << " Crowns have been deducted from "
                      << sender.getName() << "'s account." << std::endl;
        } else {
            std::cout << "Insufficient Crowns. " << sender.getName() << " does not have enough Crowns to make the gift."
                      << std::endl;
        }
    }
    
    int main() {
        // Create two player objects
        Player player1("Sender", 1000);
        Player player2("Receiver", 0);
    
        // Gift an item from player1 to player2 (cost: 500 Crowns)
        giftItem(player1, player2, 500);
    
        return 0;
    }
    
    
  • Wow
    Wow
    ✭✭✭✭✭
    ZOS_Kevin wrote: »
    Hi all. We have an update regarding Crown Crate gifting and where we are in the process outlined last week. Yesterday, we deployed a fix related to the ongoing Crown Crate gifting issue. We are currently evaluating if the fix fully resolved the issue, and reviewing results as quickly as possible. We will have another update for you no later than Monday, May 15.

    Whatever happened to this update? Ragebound crates is still ungiftable
    I'm a Godot Engine and GameMaker enthusiast from the most populated island on earth, Java, Indonesia. Coffee is my staple fuel, and durian is my favourite fruit. I'm currently building a Visual Novel.
  • Aka_
    Aka_
    ✭✭✭✭✭
    Wow wrote: »
    ZOS_Kevin wrote: »
    Hi all. We have an update regarding Crown Crate gifting and where we are in the process outlined last week. Yesterday, we deployed a fix related to the ongoing Crown Crate gifting issue. We are currently evaluating if the fix fully resolved the issue, and reviewing results as quickly as possible. We will have another update for you no later than Monday, May 15.

    Whatever happened to this update? Ragebound crates is still ungiftable

    I think you missed the last update which updated us that the next update will be next week
  • joseayalac
    joseayalac
    ✭✭✭✭✭
    The problem is still going T_T
  • ProudMary
    ProudMary
    ✭✭✭✭✭
    Aka_ wrote: »
    Wow wrote: »
    ZOS_Kevin wrote: »
    Hi all. We have an update regarding Crown Crate gifting and where we are in the process outlined last week. Yesterday, we deployed a fix related to the ongoing Crown Crate gifting issue. We are currently evaluating if the fix fully resolved the issue, and reviewing results as quickly as possible. We will have another update for you no later than Monday, May 15.

    Whatever happened to this update? Ragebound crates is still ungiftable

    I think you missed the last update which updated us that the next update will be next week

    Soon. :*
  • jsjem
    jsjem
    ✭✭✭
    Soon and they will tell you to wait for another announcement next month ;)
  • Aka_
    Aka_
    ✭✭✭✭✭
    jsjem wrote: »
    Soon and they will tell you to wait for another announcement next month ;)

    One day after Ragebound Crates are done

    "Guys, we figured it out! :D"

    Only joking of course
  • Elrender
    Elrender
    ✭✭✭
    0d0cb4cf30590d9d3e4e462e87dcac82.jpeg
  • tafer14
    tafer14
    ✭✭✭✭✭
    Any News? It's 12th today
  • Kwik1
    Kwik1
    ✭✭✭✭
    tafer14 wrote: »
    Any News? It's 12th today

    I mean, they barely got their coffee, how about giving them THROUGH the 12th and not expect an answer the second they open shop
  • KENDALLPOP
    KENDALLPOP
    ✭✭✭
    Must be one hell of an exploit......
  • dragonlord500
    dragonlord500
    ✭✭✭✭✭
    must be if its taking 4 months to fix...
    Guild master of Darkness of Sanguinaris. Birthday is December 4th.
  • FantasticFreddie
    FantasticFreddie
    ✭✭✭✭✭
    ✭✭✭
    KENDALLPOP wrote: »
    Must be one hell of an exploit......

    And no one knows what it is
  • Katheriah
    Katheriah
    ✭✭✭✭✭
    ✭✭✭
  • kaioruschellub17_ESO
    someone wake them up, tell them we are waiting for an answer, the release of Necrom didn't make us forget this problem :D
  • RevJJ
    RevJJ
    ✭✭✭✭✭
    Kwik1 wrote: »
    tafer14 wrote: »
    Any News? It's 12th today

    I mean, they barely got their coffee, how about giving them THROUGH the 12th and not expect an answer the second they open shop

    Also, it was said an answer would be given the week of June 12th. So could be Friday the 16th.
  • joseayalac
    joseayalac
    ✭✭✭✭✭
    There was a time when Crown Crates where giftable. Believe it or not.
  • tsaescishoeshiner
    tsaescishoeshiner
    ✭✭✭✭✭
    ✭✭
    joseayalac wrote: »
    There was a time when Crown Crates where giftable. Believe it or not.

    Do you have any memories of this time? For the newer players. I also heard that horses used to take up an inventory slot.
    PC-NA
    in-game: @tsaescishoeshiner
  • TheForFeeF
    TheForFeeF
    ✭✭✭
    Bit mad this still isn't fixed.

    Can you believe it? Crown Crates, giftable, in your homeland... what are you going to do?
    Edited by TheForFeeF on June 13, 2023 10:25AM
  • ApoAlaia
    ApoAlaia
    ✭✭✭✭✭
    ✭✭✭
    Longing, mournful cetacean song

  • SimonThesis
    SimonThesis
    ✭✭✭✭✭
    All the new players are never gonna believe it when grandpa tells stories about the golden years when crown crates were gift-able.
    Edited by SimonThesis on June 13, 2023 2:07PM
  • nikdmy
    nikdmy
    Soul Shriven
    @ZOS_Kevin any news?
  • arch1t3ct
    arch1t3ct
    ✭✭✭
  • a3352324
    a3352324
    Soul Shriven
    Had enough and already lost faith with the ZOS….. f being playing like 7 years above, I don’t know wether gifting mean a lot to the player base , but it was important for me since buying with gold and unlocked the cool contain is the only affordable way…
  • kaioruschellub17_ESO
    are they still having coffee?
  • WiseSky
    WiseSky
    ✭✭✭✭✭
    ✭✭
    ×Maintenance for the week of June 12:
    • PC/Mac: No maintenance – June 12

    a3352324 wrote: »
    Had enough and already lost faith with the ZOS….. f being playing like 7 years above, I don’t know wether gifting mean a lot to the player base , but it was important for me since buying with gold and unlocked the cool contain is the only affordable way…

    It’s like the most important of features of the game.

    Since everything is ESO that is cool is behind the crown store, having a way to earn it with gold, makes it possible to play and earn it.

    Other mmos have mounts you can earn, wow or ff14….

    This is a disaster to know from now on, the only way to win is … well to pay.

    The straw that broke the camels back
  • TheElderScrollsGod
    #include <iostream>
    #include <string>

    class Player {
    public:
    Player(const std::string& name, const int crowns)
    : name(name), crowns(crowns) {}

    std::string getName() const { return name; }
    int getCrowns() const { return crowns; }
    void setCrowns(const int newCrowns) { crowns = newCrowns; }

    bool deductCrowns(const int amount) {
    if(crowns >= amount) {
    crowns -= amount;
    return true;
    } else {
    return false;
    }
    }

    void receiveCrowns(const int amount) {
    crowns += amount;
    }

    private:
    std::string name;
    int crowns;
    };

    bool giftItem(Player& sender, Player& receiver, const int crownCost) {
    if (sender.deductCrowns(crownCost)) {
    receiver.receiveCrowns(crownCost);
    std::cout << sender.getName() << " has successfully gifted an item to "
    << receiver.getName() << ". " << crownCost << " Crowns have been deducted from "
    << sender.getName() << "'s account." << std::endl;
    return true;
    } else {
    std::cout << "Insufficient Crowns. " << sender.getName() << " does not have enough Crowns to make the gift."
    << std::endl;
    return false;
    }
    }

    int main() {
    Player player1("Sender", 1000);
    Player player2("Receiver", 0);
    giftItem(player1, player2, 500);
    return 0;
    }

    Maybe this can help.. ZOS, I hope you guys can fix it asap.
  • Necrotech_Master
    Necrotech_Master
    ✭✭✭✭✭
    ✭✭✭✭✭
    WiseSky wrote: »
    ×Maintenance for the week of June 12:
    • PC/Mac: No maintenance – June 12

    a3352324 wrote: »
    Had enough and already lost faith with the ZOS….. f being playing like 7 years above, I don’t know wether gifting mean a lot to the player base , but it was important for me since buying with gold and unlocked the cool contain is the only affordable way…

    It’s like the most important of features of the game.

    Since everything is ESO that is cool is behind the crown store, having a way to earn it with gold, makes it possible to play and earn it.

    Other mmos have mounts you can earn, wow or ff14….

    This is a disaster to know from now on, the only way to win is … well to pay.

    The straw that broke the camels back

    well you are only indirectly earning it with gold

    someone still had to spend $ to get crowns and then spend those crowns to gift you the crates

    it certainly helps people who dont want to spend real money on the crates (out of choice or because they cant afford to)

    i know it wont make enough of a difference to get rid of crown crates, but im sure they are losing out on a lot of crown and/or crown crate sales because of the ~4 months with gifting disabled (almost this entire crown crate season)
    plays PC/NA
    handle @Necrotech_Master
    active player since april 2014

    i have my main house (grand topal hideaway) listed in the housing tours, it has multiple target dummies, scribing altar, and grandmaster stations (in progress being filled out), as well as almost every antiquity furnishing on display to preview them

    feel free to stop by and use the facilities
  • WiseSky
    WiseSky
    ✭✭✭✭✭
    ✭✭
    Since everyone is hear waiting for the update....

    Here is a poem that summerizes all the updates we got for the crown crate gifting bug... But with a Twist, I made it sound
    WiseSky wrote: »
    ×Maintenance for the week of June 12:
    • PC/Mac: No maintenance – June 12

    a3352324 wrote: »
    Had enough and already lost faith with the ZOS….. f being playing like 7 years above, I don’t know wether gifting mean a lot to the player base , but it was important for me since buying with gold and unlocked the cool contain is the only affordable way…

    It’s like the most important of features of the game.

    Since everything is ESO that is cool is behind the crown store, having a way to earn it with gold, makes it possible to play and earn it.

    Other mmos have mounts you can earn, wow or ff14….

    This is a disaster to know from now on, the only way to win is … well to pay.

    The straw that broke the camels back

    well you are only indirectly earning it with gold

    someone still had to spend $ to get crowns and then spend those crowns to gift you the crates

    it certainly helps people who dont want to spend real money on the crates (out of choice or because they cant afford to)

    i know it wont make enough of a difference to get rid of crown crates, but im sure they are losing out on a lot of crown and/or crown crate sales because of the ~4 months with gifting disabled (almost this entire crown crate season)

    There is a significant number of players engaging in gameplay to acquire gold for purchasing crates.

    If I'm unable to engage in gameplay to earn gold for buying crates and instead have to work in real life to earn money for purchasing items from the Crown Store, it disrupts the cycle of needing to play the game. The essence of playing the game is compromised if I can't earn crown items through gameplay.

    I disagree on the assertion that ZOS is losing money because of the gifting, as there is no evidence to support this claim.

    Similarly, there is no evidence to substantiate the conspiracy theories suggesting that ZOS intentionally designs marketing strategies to gather data on consumer behavior and entice them into purchasing the 25 crate FOMO exclusive polymorph bundle.

    I sure hope this gets fixed sooner then the "foreseeable future" time frame mentioned by Kevin.
This discussion has been closed.