What's new

-Skrypt getExpForLv (C++)

Status
Not open for further replies.

patrykq

Active User
Joined
Nov 1, 2008
Messages
140
Reaction score
7
Mo?e kto? przerobi? ten kod c++ tak aby mo?na by?o mie? level jaki si? chce?
Bo teraz jak mam 636 i wbije level to ca?y serwer dostaje lagga

Code:
	unsigned long getExpForLv(const int& lv) const { 
 return (int)((50*lv*lv*lv)/3 - 100 * lv * lv + (850*lv) / 3 - 200);
 }
 
Status
Not open for further replies.
Top