New option: Item Recycle

I finally finished the option, which had been under development for several months, but there were no free time. This is done for the general pleasure, and especially the pleasure of the players.

Recycling of items is located in the Bank, by right-clicking.

Prizes are calculated by a complex formula that includes all the parameters of an object:

  • BOK level;
  • item level;
  • option;
  • luck;
  • ancient (yes, excl ancient exists in the game, so this is kept in the formula);
  • excellent option, as each option has a different ratio;
  • for wings: whether they are 1 or 2 level wings;

According to this criteria, the formula determines the minimum and maximum number of prizes, of which the specific amount for the case is determined randomly (for the familiar ones: mt_rand ()).

Possible prizes are Rena, Jewel of Bless, Jewel of Soul, Jewel of Life, Jewel of Creation, Jewel of Chaos.

The award type is also determined randomly (again using mt_rand()).

Recycling currently costs 10 credits and, of course, removes the item from the bank or vault (depending on where it is located).

The idea of ??the option is not to get rich with jewels and renas, but to clean your garbage with a reward.

For example, I tested with Excellent Bronze Armor + Luck, it gives around 1/2 jewels when recycled.

Before releasing the option to the site, I tested other items from a larger BOK, as well as wings, as well as those with more than 2 options (which you will not find in the game) to determine the optimal formula according to me and the team.

We have other options in mind to implement in the future, such as web trade (and not only) - the ability to send all kinds of resources (all kinds of jewels, Heart of Love, Star of Sacred Birth, credits, etc.) to accounts or characters, but the only thing needed is to have enough time to implement them.

So, I wish you a pleasant stay here and don't be angry, because it's just a game after all!

Comments