Some ideas about "luck" in Entropia Universe

Xavier_Jr

Elite
Joined
Jul 21, 2009
Posts
2,670
Society
Guess Who
Avatar Name
Xavier Jr Riquelme
An idea for discussion on the rarity and distribution of large loots in EU
by Xavier Riquelme
translated by Growlz​

ricopobre2.jpg


There are two commonly held theories that explain loot distribution in Entropia Universe.

The first states that a 90% long term rate of return of TT value can be obtained by any player recycling a critical mass of PED.

The second states that absolute turnover has a simple and direct relationship to the chance of hitting a big loot.

It is not the object of this discussion to descend into whining about unfairness. It shall be assumed that with careful and intelligent play it's possible to "profit" in the game either in money or skills or both, as 52% of players asserted on two separate occasions (2008 y 2009). See polls here

Nevertheless, what can we learn from the two extremes of avatars that seem all too numerous, or at least visible, in the game: One set apparently able to hit big loots almost consecutively; by contrast the other set apparently jinxed by bad luck and unable ever to get a decent prize?

Perhaps the answer lies not in a "theory" but rather in a more real and practical direction. It may be observed that changes implemented by Mindark generally contain errors. For this reason we often see patches upon patches after a VU and the appearance of new bugs as a consequence of attempts to fix previous bugs.

There exists a possibility therefore that these "dubious" cases of extreme luck can be explained by poor programming in the internal algorithms that affect avatars' "luck".

I will first list some cases of remarkable and extreme luck and later put forward some ideas as to how poor game mechanics might be the explanation.


Examples of common "luck" anomalies in Entropia Universe:

Cases of extreme "good luck":

Xander Zan Catman - This player looted two atrox this week of 20k and 18k PED at the same spot three days apart.

Mamie Tooty Ricici - This player got two uberloots from different mobs at different spots on the same day.

Patrik Stormer Deluxe - This player of the Deluxe Clan (according to some voices the Deluxe Clan are Mindark people) has hit four ATHs in his lifetime.

Pham Pham Newen : One / Two - This player got two ATHs on the same day from unconnected activities.

Paris Dub Hilton - This player with the odd name Paris Hilton got the only Rugaritz ATH ever seen in the game with a MU value of 700k PED, that's 70k US dollars. By any standard it's remarkable for this to happen with the rarest ore which at that point had a MU of 3,500%. A one-off stroke of luck or an inevitable product of the algorithm?

Jenna Star Mercury - - Info - Star claims never to have deposited but did previously have an earlier avatar that deposed 45 USD. The player has been in game for five years, is a PED millionaire and withdraws monthly. Star is one of the most powerful ubers in game with over 520k skills and all this without deposing a penny.

Ridge RB Batty - - Info - This is not an old player. Let's include him to discount the idea that it's only possible to make money without depositing if one started in the distant past. He's been playing some two years now but his "luck" allows him to earn 700 USD each month. According to the player himself he deposited just 300 PED at the very beginning. From that he got a 1k Daikiba and then an 8k Drone. He subsequently got uberloots from mining and crafting including a find of 20k. This player is relatively new at two years but it would appear that Lady Luck shines on him in every profession he turns to.


Cases of extreme "bad luck":

Naomi Polder the Uber - - Info - Clearly the majority of players are not blessed with the extraordinary "good luck" listed above. However, to disprove the notion that bad luck is linked to low depositing, lack of skills, low PED turnover or newness in game, let's include some facts about an Uber who is a contemporary of Star with high PED turnover and that has deposited. This avatar fulfils all the criteria for success but her results are far lower than might be expected. According to Naomi herself she has never won a single ATH or uberloot despite large amounts of money deposited and hunting the most powerful mobs.


OK. It appears that success can come to or elude an avatar regardless of: Amount of PED recycled; amount deposited; belonging to the old guard of over five years play; being a new player of under two years play. "Luck" is distributed strangely. How can this be explained?

Let's begin by stating the following. It is clear that logical rules exist in the game for loot distribution. Falkao's research demonstrates the 90% long-term return rule. It is also apparent that loot is affected by spending but not necessarily by depositing as an avatar that got given 1000 PED by another went on to amass a large fortune (this is obviously dependent on skilful play and clever trading). The 90% rule and the tacit contract with the company owning the game also dictate that a large monthly PED turnover of say, 200k, will lead to any prolonged period of losses being rewarded by an ATH to compensate.

Despite this there are cases of players that never lose overall but actually increase their holdings.

It is commonly believed that somewhere in the corporate structure there is a department in charge of maintaining not only the balance of loot but the balance of the entire system. It would appear however that the priorities of this department are not those of promoting general encouragement or democracy.

To illustrate this point let's consider the following graphic showing Falkao's percentiles. It demonstrates that even if theoretical overall rates of return are met it is still possible to get individual cases of consistent bad luck and consistent good luck:

[video=youtube;noZ-5FWwTH8]http://www.youtube.com/watch?v=noZ-5FWwTH8[/video]​


It is not the same for one player firstly to lose a great deal of money and then for the balance rules to adjust his return to 90%; and for another player to win a lot at the start and the rules subsequently attempt to correct this. In the second case, the newly rich player can elect to withdraw his winnings. The House is then unable to redistribute those winnings to the general community. Given this, the way in which randomness or "luck" is simulated has a great bearing on results.

Falkao talks of a table of returns ranges according to turnover. However, how is it determined whether our returns are at the higher or the lower limit of the range? The answer lies in randomness. If we have a range with limits A and B in the following way: [A,B] where A<B, a random variable between 0 and 1 could help to determine the results for different avatars in the following way:

If the variable is 0, result will be A
If the variable is 1, result will be B
If the variable is X, where 0<X<1, result will be A+(B-A)*X



So how is variable X determined or simulated?

In real life randomness is easy to simulate by throwing a pair of dice and we can generate fractions from 1/6 to 1 by chance. For example, if I throw a pair of dice I will get the following values from the sum of the two dice: 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12. Assuming the dice are not crooked but perfect, if I make several throws it is probable that the series will not be repeated. Examples of series being: 2, 2, 4, 5, 12, 3, 7, 9, 5, 6 / 12, 3, 2, 7, 5, 6, 6, 10, 11 / etc. If I divide these values by 12 (being the maximum value 6+6) I have a series of possible values for that variable X.

In a computer however, simulating randomness is very different. A computer is a machine based on logic. The only way to simulate randomness with a computer is by mathematical formulae and not by throwing dice. An explanation of computer-generated random numbers can be seen here. Java and C languages use function SRand(<seed>).

It can be seen that a mathematical formula is required which generates a pseudo random series in function of a seed which is introduced or calculated internally. The same seed will always give rise to the same sequence of numbers. It is not possible therefore to reproduce with one sole seed the multiplicity of series available from one pair of dice.

If only one formula exists (this being the embedded algorithm in the programming code) then different players will need to have different seeds to display different "random" series.

Example:

Assuming we know that for an amount of recycled PEDs your range of rates of return can fall between 66.1% and 154.3%. According to Falkao's table, for 1k PED of turnover, a table of 1000 different results would be generated in function of one seed. In this way you would have 1000 different values pre calculated for your rates of return within the range. Something along these lines:

1-67%, 2-74%, 3-68%, ......., 999-71%, 1000-83%.

Then when value 1000 is reached the computer would start again at the beginning of the table for your next result. You would never be aware of the mathematical formula which is generating your randomness.

Consumption of internal computing resources is not an issue in this model, as the entire pre-calculated table need not be stored in memory. Only two fields are kept, the seed from the avatar and the last term used. The following term in the series is computed when needed from the seed and the common formula.

However, and here comes the point... It is highly likely that the game designers decided not to use the same seed in any given formula for every avatar to avoid this trick "randomness" being easily revealed. Players would record and compare results and soon realise that there is no true randomness.

The most commonly used seed by Srand() is a date or a time but it's unlikely that this is the one that is used as it would be shared by too many players. There is nothing to prevent any number of players sharing the same date or time.

Let us imagine that each avatar has a unique seed. This could be the product of certain variables during avatar creation: Name, date, country etc. We know there are measures to prevent any two avatars having the same name. Names are drawn from a hugely diverse universe of ideas and would be a truly unique seed for each player.

Now, imagine the unique seed belonging to Juan Perez will generate this sequence for his rates of return:

juanperez.jpg


The seed belonging to John Smith however will generate another sequence:

johnsmith.jpg



Both sequences are within the range determined by Falkao and therefore comply with the theory of 90% long-term return. The difference is that Juan Perez's table will favour him in an earlier accumulation of money than John Smith, giving him the opportunity to exploit the advantage of recycling PEDs according to the mechanics of the game (the more you spend, the more you win). On the other hand John Smith is more likely to be discouraged, lose interest and leave the game without realising his potential winnings.


Are these notions all too far fetched?... mmm... As further proof that these algorithms are the playthings of Mindark's designers let's take the case of enhancers. Two otherwise identical items created in the same crafting run by one crafter can have widely different tier increase rates. The result is that their "luck" will be very different.

Example:

Two GeoTrek LP485 Apis crafted by our friend Leonis in one crafting run could have Tier Increase Rates:

LP485 Apis (1)
ejemplotier1.jpg


LP485 Apis (2)
ejemplotier2.jpg


(more examples here)


These increase rates were assigned by a "random" algorithm at the moment of their creation (and apparently they use an algorithm which generates a sequence of ten numbers from different seeds). Are these two items identical? NO. The first Apis came into being with "good luck" for its lifetime. It will achieve tier increases faster and at less TT expense than the second. Moreover the MU value will always ALWAYS be greater. These two items were the product of an identical creation process but have very different paths marked out for them in the course of the game.


All of this complies with the premise stated by Mindark, some time ago in the words of Marco Berhmann: "We can assure you that all avatars are created equal at the moment of being born in Entropia Universe". Certainly, both items were created equal by the same process using the same mathematical formulae and algorithms. As we know however, the results they can expect during the course of the game are very different!

In another vein, the player behind the avatar Leeloo Faith once put in a support ticket along these lines: If she was the victim of a kill-steal had her loot been stolen? The answer from Support was that this could not happen because loot is not carried in the mob, it is generated at the time of looting it. Marco Berhmann of Mindark confirmed this in a forum by stating that loot is generated by the avatar at the time of looting, not dependent on skills but on other factors. Again this serves to corroborate the ideas in this thread. The main variables belonging to any avatar that are not dependent on skills are defined at the moment of creation, by the player which owns the avatar.


In Summary:

Yes, indeed. there are many better ways to generate seeds for random generators. Unfortunately, Mindark developers do not always seem to use the best choices. The set of strange data, sustained over time by some people, seem not to give support to what should have been used.

Come on, We can also play with mathematics to demonstrate that there are odds for a player to get two ATHs in a day, or in two days very closely. But let's be honest, which is easier to produce? something whose probability is between 10 ^ (-5) to 10 ^ (-7), or that our friends have not paid enough attention to some part of its program code.?

Therefore it is my opinion that the matter of "strangeness of luck" in Entropia Universe owes little to any "conspiracy theory". More likely it's the result of patent shortcomings. We have countless examples of Mindark's defining characteristic - a proclivity to produce program bugs.

This hypothesis goes some way to explain those cases in the game of extreme "good luck" and extreme "disadvantage".



So, what's your opinion?
 
Wonderful write up. I appreciated the examples of the Percentile's pyramid and the seeds to showcase different examples of how an avatar can be affected.

Would it not be possible, given these types of seeds, to also generate consistently high and consistently low values within the seed? I understand the probability of doing so would be rather slim, but is it not possible? This would explain extreme cases such as Naomi NP Polder, as well as some of the more consistently positive cases.

I'd like to repost this on my site as part of a cash and playstyle management section.
 
Magyar_Republic;bt3961 said:
Would it not be possible, given these types of seeds, to also generate consistently high and consistently low values within the seed? I understand the probability of doing so would be rather slim, but is it not possible? This would explain extreme cases such as Naomi NP Polder, as well as some of the more consistently positive cases.

Well, I guess anything is possible. But knowing what we know, what could be the most likely? Very strange data whose probability of occurrence is extremely low, or simply a failure of internal programming, which basically does not affect Mindark because they are getting the rate of profit they expect, and only affect to some players very "unlucky".?

As a joke, we could say that in these cases would be better to hire a dozen monkeys whose only work will be throwing the dice, instead of an algorithm with some level of error. :cool:
 
I have quite a simple theory why some avas can hit 2 uberloots in a less then 24 hours. The server doesnt save that you got the first hit. So it feeds you another one.
 
Xavier_Jr;bt3962 said:
Well,


As a joke, we could say that in these cases would be better to hire a dozen monkeys whose only work will be throwing the dice, instead of an algorithm with some level of error. :cool:

Who says, maybe MA does this way. Somme times , if i look at hoflist, it seems to be generated from monkeys.:laugh:
 
Sircus;bt3963 said:
I have quite a simple theory why some avas can hit 2 uberloots in a less then 24 hours. The server doesnt save that you got the first hit. So it feeds you another one.

It could be... however sometimes this delay could be some more than 24 hours (look at locations in radar picture). In my opinion is more likely it could be a fail in the internal algorithm.
 
Last edited:
Great stuff, best read I had in a long time here! Keep it up mate! :yay::yay::yay::yay:
 
Derid;bt3966 said:
Great stuff, best read I had in a long time here! Keep it up mate! :yay::yay::yay::yay:

Thank You, I will try.
 
I read everything and was a great job...
Always interesting to see things like that...
 
Good write up, but a few points.

I do not like the 90% rule always being quoted as gospel. It assumes that nothing you do in the game matters, eco etc, yet extensive recordkeeping from myself and others shows a much closer to 95% return and even higher with the proper setups and mobs. Lets assume, however, that it works similar to a slot machine with a standard 9x% return and your in-game activities can cause this to vary +/- 10% or so.

given 1000 avatars all playing the same amount of time, looting the same amount of mobs and an imaginary 1 in 100,000 chance of hitting an uberloot. In a truly random system it is virtually guaranteed that one avatar will uber twice before all 1000 uber once. In fact, it is virtually guaranteed that one will uber 3, 4, or even 5 times before all 1000 uber once.

The guy that hits 5 does not have any random seed advantage over the other guy, it is just the way things worked out.

Finally, why would any programmer assign a loot seed to an avatar at creation? It just doesn't pass the smell test. Loot is more likely to be generated when you loot a mob, not pre-determined for the life of your avatar. If it were attached to your avatar it would not generate a 90% or any other % fixed return because you hunt and loot different mobs during your lifetime, if you hunted snablesnots constantly and then went on a team hunt on proteron just as your predetermined "big loot" came up, your "controlled" system would fail.
 
I should also mention that doing things like amped mining on FOMA will generate a lower than 9x% return especially if you don't remove the amp markup. Most long term return percentages also ignore uberloots which is like determining the payout of a video poker machine but ignoring the royal flush payout. It's just extremely difficult for someone to do enough trials to generate a well distributed loot pattern with the high multiplier, low chance loots.

take http://wizardofodds.com/videopoker/tables/jacksorbetter.html as an example, there are nearly 20 trillion combinations, to determine the average payout through sampling rather than mathematics would be extremely difficult and time consuming.
 
Karmic said:
I do not like the 90% rule always being quoted as gospel. It assumes that nothing you do in the game matters, eco etc, yet extensive recordkeeping from myself and others shows a much closer to 95% return and even higher with the proper setups and mobs. Lets assume, however, that it works similar to a slot machine with a standard 9x% return and your in-game activities can cause this to vary +/- 10% or so.

It is true, I agree with you about thats, but also is clear that rate of return, depend on turnover and velocity of cycled peds. And, not being Mindark a charitable business, they will need to establish a limit where should generate profit for the company.

The log of Hugh Willose allowed us to see real data:

hughwillose.jpg


(He reached a RoR of 100% after more than 250k recycled peds in 7 months).

On the other hand in a complaint thread of Michael Lif3bring3r Johnson, he said that in 7 months he had recycled 1M Peds and also reached a RoR of 100% (however, he wished a best result).

Falkao not only says that as you approach recycling 100k you approach 90% of RoR (- He has also defined a list of percentiles -). But it was the standard that community have chose to believe it. (a greater number could implies Mindark closely be a charitable company - But probably is no exist nothing more far from truth) By other hand, also it could have chosen 80% when were recycled only 50k peds. But perhaps 90% gives us more hope, because MU of loot, usually, is not more than 10%.



Karmic said:
Given 1000 avatars all playing the same amount of time, looting the same amount of mobs and an imaginary 1 in 100,000 chance of hitting an uberloot. In a truly random system it is virtually guaranteed that one avatar will uber twice before all 1000 uber once. In fact, it is virtually guaranteed that one will uber 3, 4, or even 5 times before all 1000 uber once.

Only if We have endless events, You could guarantee through real luck and not a simulation, that all possibilities will occur.

For example, if all people were immortal; I might guarantee that at some point You will go to bed with a winner of Miss Universe (example with Miss 2004).

But like events are not infinite, Entropia Universe is much less. Then the only way to ensure that a unique player will receive the best loots always before than rest it is either cheating, or having a fault, such that true fate was not simulated properly. (Besides, you have forgotten in your premise that these big loots are often achieved on the same day or within a short period of time, which will also make your negative exponent even larger, that is, it is much less improbably and not warrantable..).

Listen me, I am talking about you have said word: "guaranteed". I only can talk about probabilities. Mathematics are so beautifull because all is possible with them, however commonly best explanations usually are guided only by greater probabilities. For example, If Democritus would been only faithfull to mathematics, We would not have now Atomic Theories; because the imaginary Democritus´s knife would continue cutting matter forever without discover the atom.



Karmic said:
Loot is more likely to be generated when you loot a mob, not pre-determined for the life of your avatar.

Randomness inside a computer always would be predefined by a mathematical serie. As i said above, it is not needed to have a table with numbers pre-determined. You would only need to execute an algorithm at the looting moment. Believe me, a dozen monkeys, with a couple of dice, could make a better job for determining luck, comparatively with results that Entropia Universe (not so infrequently) can simulate.

However, i agree with you, there is better ways to simulate luck inside a computer; as I said above. But not always Mindark programmers seems follow best practices. Thats all. :D
 
Last edited:
Karmic;bt3981 said:
I should also mention that doing things like amped mining on FOMA will generate a lower than 9x% return especially if you don't remove the amp markup. Most long term return percentages also ignore uberloots which is like determining the payout of a video poker machine but ignoring the royal flush payout. It's just extremely difficult for someone to do enough trials to generate a well distributed loot pattern with the high multiplier, low chance loots.

Yes is true. People who do not know how play the game uses weapons, tools and amplifiers with a greater MU, than MU of loot that they are looking find. They could be named as complainers "not smart" ;)
 
Mary Jane;bt3979 said:
I read everything and was a great job...
Always interesting to see things like that...

Thank you ;)
 
Back
Top