Ok so I have a text based game where players duel other players for experience and money. I need a new experience formula because mine is currently ($exp = (rand(5,7) * $user['Level'])) but it is too random. I want a formula to calculate experience each time i attack them. I want it so that you...