piman1053 Posted December 17, 2006 Share Posted December 17, 2006 Lol wth? Gah, I don't understand that. Only Einstein would understand something like that. :wall: :oops: yes, it takes (swamp)jedi skills of telekenetic calculus to comprehend.... :lol: naw, its really simple, and I was about to post uular's link (he posted it in another topic and its on my favs list) and for those with the intelligence of an ogre, i uular and swampjedi's hawtness Link to comment Share on other sites More sharing options...
wakka102 Posted December 17, 2006 Share Posted December 17, 2006 Lol wth? Gah, I don't understand that. Only Einstein would understand something like that. :wall: :oops: Wha!? That's as easy as 1+1=3well everything after the "E" looking symbol doesnt seem hard to do with a calc, I'm just not sure what the "E" and the numbers above and below it mean...guess I havent gotten that far itno math #-o Link to comment Share on other sites More sharing options...
seanite Posted February 3, 2007 Share Posted February 3, 2007 I tried graphing lvls 1-9 and I saw that it looks like a curve but since I saw that other people tried certain stuff and they got abnormal paterns until some higher level so I don't know is what I'm saying, but I can't wait till I learn that kind of math it looks like fun rule the seas is a cool mmorpg register through here: http://www.ruletheseas.com/index.php?r=50338 Link to comment Share on other sites More sharing options...
Jard_Y_Dooku Posted February 3, 2007 Share Posted February 3, 2007 Here's the formulas in C++ (these are THE formulas, 100% accurate): Levels to XP: public: double l2x(int level) { double test = 0; double counter1 = 0; double diff = 0; for (double clvl = 1; clvl < level; test = Math::Floor(counter1 / 4), clvl++) { diff = Math::Floor(clvl + 300 * Math::Pow(2, clvl / 7)); counter1 += diff; } return test; } XP to Levels: public: double x2l(int exp) { double points = 0; double output = 0; for (int lvl = 1; lvl <= 150; lvl++) { points += Math::Floor(lvl + 300 * Math::Pow(2, lvl / 7.)); if (lvl >= 1) { if (output > exp) { lvl = lvl - 1; if (lvl == 0) { return 1; } else if (lvl > 99) { return 99; } else { return lvl; } } output = Math::Floor(points / 4); } } return 0; } Never trust anyone. You are always alone, and betrayal is inevitable.Nothing is safe from the jaws of the decompiler. Link to comment Share on other sites More sharing options...
specialcharacter Posted February 3, 2007 Share Posted February 3, 2007 just done this in excel, levels are obviously more spaced out near the top of the graph Link to comment Share on other sites More sharing options...
olenik2 Posted February 4, 2007 Share Posted February 4, 2007 Calculus maths... :shock: Ill think ill stick to trigonometry... :oops: Link to comment Share on other sites More sharing options...
Saru Inc Posted February 4, 2007 Share Posted February 4, 2007 Umm.... If I am reading this the way I'm supposed to read it then.... It shows how experienced you are in a skill, to show the difference between a beginner and an expert... Its like stages... ~Saruman I have all the 99s, and have been playing since 2001. Comped 4/30/15 My Araxxi Kills: 459::Araxxi Drops(KC):Araxxi Hilts: 4x Eye (14/126/149/459), Web - (100) Fang (193) Araxxi Legs Completed: 5 ---Top (69/206/234/292/361), Middle (163/176/278/343/395), Bottom (135/256/350/359/397)Boss Pets: Supreme - 848 KCIf you play Xbox One - Add me! GT: Urtehnoes - Currently on a Destiny binge Link to comment Share on other sites More sharing options...
berbatovsky Posted February 4, 2007 Share Posted February 4, 2007 Lol i see we have a lot of budding mathmaticians (omg i cant spell this word) here, i have no clue what any of this is about. I'm fairly sure theres a much easier way of expressing the information than using a formula and indeed it was found - a table or indeed graph. Once your done with school you'll forget all this abstract nonsense (unless your an engineer :)) I despise maths and this is presicely why, you ask a question and end up with 17 answers and 58 ways of telling you those 17 answers. Link to comment Share on other sites More sharing options...
anonymouse_ Posted February 5, 2007 Share Posted February 5, 2007 id understand that equation but I dont know what the E means yet heh "the sum of" And nope, gr12 calculus is not advanced enough for this (98% ftw?) :| Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now