DurzoBlints
New member
- Joined
- Jun 26, 2019
- Messages
- 3
Hello,
I'm a developer on a Minecraft server and I need help creating an equation to calculate how many times a player can Prestige in one single command.
The gamemode requires players to mine blocks in order to level up to the next Mine, starting at A Mine all the way through Z mine, with each level up costing a fixed amount more. After a player has reached Z Mine, they will be able to Prestige and be retested back to A mine. This algorithm will be coded, too.
Here are the initial conditions:
To get to Z, it cost $10,000,000,000.00. To get to Prestige 1, it will cost $17,500,000,000.00. That is a fixed amount of increase of 1.75. So to get to Prestige 2, it will cost $30,625,000,000.00. So on and so on.
The equation must take into consideration the players Current Balance and Current Prestige while X = the Amount of possible prestige's. If it helps, it is okay for the command to only work after a player has at least Prestiged one time, so the equation will only consider all subsequent Prestige's and beyond.
Please, if you need any more information, I will give you my discord ID and we can go from there. Also, if possible, please check the equation Inductively before submitting a solution.
Thank you for reading,
Michael.
I'm a developer on a Minecraft server and I need help creating an equation to calculate how many times a player can Prestige in one single command.
The gamemode requires players to mine blocks in order to level up to the next Mine, starting at A Mine all the way through Z mine, with each level up costing a fixed amount more. After a player has reached Z Mine, they will be able to Prestige and be retested back to A mine. This algorithm will be coded, too.
Here are the initial conditions:
To get to Z, it cost $10,000,000,000.00. To get to Prestige 1, it will cost $17,500,000,000.00. That is a fixed amount of increase of 1.75. So to get to Prestige 2, it will cost $30,625,000,000.00. So on and so on.
The equation must take into consideration the players Current Balance and Current Prestige while X = the Amount of possible prestige's. If it helps, it is okay for the command to only work after a player has at least Prestiged one time, so the equation will only consider all subsequent Prestige's and beyond.
Please, if you need any more information, I will give you my discord ID and we can go from there. Also, if possible, please check the equation Inductively before submitting a solution.
Thank you for reading,
Michael.
Last edited by a moderator: