Jump to content
Eternal Lands Official Forums
Sign in to follow this  
Flexo

'bout exp table

Recommended Posts

Entropy can you make some exp table? i know you made one but after 30 mins of searching i couldn't find it. It would be really handy to have on the webby or some help site. Freds site didn't have it either :/ and alastrias webby had just the old one

Share this post


Link to post
Share on other sites

i kno also i need one :P alastrias web got shutdown, fred's doesn't have it - i know it is somewhere in the general chat forum - but i also can't find it

Share this post


Link to post
Share on other sites

umm where? i can't find it :? i mean the one where you can see how much exp you need for a certain level

Share this post


Link to post
Share on other sites

Ok, this formula in hud.c:

void build_levels_table()

{

 int i;

 int exp=100;



 exp_lev[0]=0;

 for(i=1;i<120;i++)

   {

       if(i<=10)exp+=exp*40/100;

       else

       if(i<=20)exp+=exp*30/100;

       else

       if(i<=30)exp+=exp*20/100;

       else

       if(i<=40)exp+=exp*14/100;

       else

       if(i<=90)exp+=exp*7/100;

       else exp+=exp*4/100;



       exp_lev[i]=exp;

   }

}

produces this level/exp table:

  0 -          0

 1 -        140

 2 -        196

 3 -        274

 4 -        383

 5 -        536

 6 -        750

 7 -      1,050

 8 -      1,470

 9 -      2,058

10 -      2,881

11 -      3,745

12 -      4,868

13 -      6,328

14 -      8,226

15 -     10,693

16 -     13,900

17 -     18,070

18 -     23,491

19 -     30,538

20 -     39,699

21 -     47,638

22 -     57,165

23 -     68,598

24 -     82,317

25 -     98,780

26 -    118,536

27 -    142,243

28 -    170,691

29 -    204,829

30 -    245,794

31 -    280,205

32 -    319,433

33 -    364,153

34 -    415,134

35 -    473,252

36 -    539,507

37 -    615,037

38 -    701,142

39 -    799,301

40 -    911,203

41 -    974,987

42 -  1,043,236

43 -  1,116,262

44 -  1,194,400

45 -  1,278,008

46 -  1,367,468

47 -  1,463,190

48 -  1,565,613

49 -  1,675,205

50 -  1,792,469

51 -  1,917,941

52 -  2,052,196

53 -  2,195,849

54 -  2,349,558

55 -  2,514,027

56 -  2,690,008

57 -  2,878,308

58 -  3,079,789

59 -  3,295,374

60 -  3,526,050

61 -  3,772,873

62 -  4,036,974

63 -  4,319,562

64 -  4,621,931

65 -  4,945,466

66 -  5,291,648

67 -  5,662,063

68 -  6,058,407

69 -  6,482,495

70 -  6,936,269

71 -  7,421,807

72 -  7,941,333

73 -  8,497,226

74 -  9,092,031

75 -  9,728,473

76 - 10,409,466

77 - 11,138,128

78 - 11,917,796

79 - 12,752,041

80 - 13,644,683

81 - 14,599,810

82 - 15,621,796

83 - 16,715,321

84 - 17,885,393

85 - 19,137,370

86 - 20,476,985

87 - 21,910,373

88 - 23,444,099

89 - 25,085,185

90 - 26,841,147

91 - 27,914,792

92 - 29,031,383

93 - 30,192,638

94 - 31,400,343

95 - 32,656,356

96 - 33,962,610

97 - 35,321,114

98 - 36,733,958

99 - 38,203,316

100 - 39,731,448

101 - 41,320,705

102 - 42,973,533

103 - 44,692,474

104 - 46,480,172

105 - 48,339,378

106 - 50,272,953

107 - 52,283,871

108 - 54,375,225

109 - 56,550,234

110 - 58,812,243

111 - 61,164,732

112 - 63,611,321

113 - 66,155,773

114 - 68,802,003

115 - 71,554,083

116 - 74,416,246

117 - 77,392,895

118 - 80,488,610

119 - 83,708,154

Share this post


Link to post
Share on other sites

fanx :-) i'm no computer scientist so i really can't pick it from something called 'hud.c' :lol: :shock:

Share this post


Link to post
Share on other sites
Guest
You are commenting as a guest. If you have an account, please sign in.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoticons maximum are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×