This is the message, I found it very entertaining;
Holy shitballs, you give 5,643,157 kudos to your clan.
:)
|
This is the message, I found it very entertaining; Holy shitballs, you give 5,643,157 kudos to your clan. :) |
Nosferatu [237] <Valhalla>
|
Ender's system, unlike floR's, takes out expenses before it leaves you with the limit of 5mil. |
|
So there's no limit on kph donations |
|
What's kph? |
|
kudos per hour? |
|
Or possible kills per hour. Must be one of the two. |
|
In this case it looks like kudoes per hour. Ender, is there a cap on donation amount from fights? To be honest I didn't track the treasury to see if it only accepted 5M, also don't know if anyone else was donating at the same time. Asking is easier :) |
Administrator |
No, there's no cap. If you (a) earn 1 billion kudos from a battle, (b) are auto-donating 100% of your earnings, and (c) your clan's treasury has room for it, you'll auto-donate 1 billion kudos. |
|
Cool. Unfortunately double digit millions would seem to be the limit with aura of eternity, int, and high level trainers. |
|
This made me wonder, what's the max level you can reach? |
|
I remember bots2 was thousands. |
Administrator |
Level isn't actually stored in the database - only experience is. The data type for this field is an unsigned MySQL BIGINT, giving it a maximum value of 2^64-1, or 18,446,744,073,709,551,615, or roughly 18.4 quintillion. If you plug this value into shoyuken's constant-time expToLevel() algorithm, you get 810. I'll make a note to adjust the storage format when someone gets to level 809 (read: never). :) |