Arictheana wrote: »Not even fixed by expansion release lol
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.
#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; }
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.
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
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
KENDALLPOP wrote: »Must be one hell of an exploit......
joseayalac wrote: »There was a time when Crown Crates where giftable. Believe it or not.
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…
×Maintenance for the week of June 12:
• PC/Mac: No maintenance – June 12Had 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
Necrotech_Master wrote: »×Maintenance for the week of June 12:
• PC/Mac: No maintenance – June 12Had 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)