¿Qué has intentado hacer?
Some odd with calculation
¿Qué es lo que ocurrió?
Always got the same exp, no bonus or something wrong with formula.
I already read the Dynamic XP returns thread but here is the deal
¿El problema ocurrió mientras usaba wi-fi, datos móviles o ambos?
Both
¿El error se produjo en la app, en PC o en ambos?
Both
¿Cuál es el modelo de su dispositivo?
i7
¿Qué sistema operativo posee?
iOS
¿Cuál es el número de versión del sistema operativo?
16
¿Qué sistema operativo posee su PC?
win 10
¿En qué navegador ha experimentado el problema?
all
¿Se puede reproducir el error?
yes
Comentarios adicionales:
xpGain = managerLevel * 8 + 10
xpBonus = (topManagerLevel - yourManagerLevel) * 8
xpPerRace = xpGain + xpBonus
xpPerRace = managerLevel * 8 + 10 + (topManagerLevel - yourManagerLevel) * 8
xpPerRace = managerLevel * 8 + 10 + topManagerLevel * 8 - yourManagerLevel * 8
if managerLevel = yourManagerLevel then
xpPerRace = 10 + topManagerLevel * 8
And then is why get always 178 when top manager exp = 21, no matter my exp