Random Coin Eating Function

Recently, our server team has been working on implementing objects that appear at random and the logic that will enable characters to pick up and eat those objects.

An example of this would be the random creation of coins in the world in which the timing of location can be adjusted.
When the characters touch these coins, the coins will disappear.The coins can also appear in other places, following different rules.
This function is in its prototype stage now. If we can refine this function, and add some more details and polish, we can use it for all sorts of things in the world.
We’re already thinking of ways we can use this in multi-player games and NPC options.

Thanks for all the hard work, server team!

Leave a Reply