The experience indicator says that I have 2543 experience points, and need 0 (zero) for the next level. What does that mean? Seems like a bug to me.
The experience indicator says that I have 2543 experience points, and need 0 (zero) for the next level. What does that mean? Seems like a bug to me.
we are getting this a lot try killing another bandit camp and it should lvl you
I get this bug two for the last two builds (current one and the previous one)
tool tip says this:
Even after killing another bandit camp the XP Total at the top will change. The XP needed for next level always {0}.Code:XP Total: 5631 XP needed for next level: {0}
Tooltip says you need 0 xp to level for everyone at all times, regardless of how close they are.
When life gives you lemons? Don't make lemonade! Make life take the lemons back! Get mad! I don't want your **** lemons! What am I supposed to do with these!
On hiatus from the game currently.
BB_MistaPink: it says XP needed for next level: {0} <-- thats a place holder ({0})for a value..
aka c#: String.Format("hi {0}, this is a {1}", "BB_MistaPink", "bug"); would produce "hi BB_MistaPink, this is a bug"
So it seems that they are missing that variable in the format or whatever language your developers are using. Hopefully you can pass this along to your developers so they know whats wrong. should be a very easy fix.