Exp bonus from Ondal's Wisdom - a question
#4
OK Experience is cut in several parts. (Thx to Foxbat for the 1.09B Offset and to pmpch for the partyBonus info)

1) PART I Monster Birth

Levels.txt Monstats.txt and Monlvl.txt are used to compute Base Expérience.

Then The "Players X" bonus
Exp=Base+Base*(NbPlayer#-1)/2

2) PART 2 Monster Death
Party bonus
EXPGroupe=base+Base*(Nbplayer#inpartyinthesamemap-1)*(89/256)/100

Sharing the Xp
Each member gains
Exp=ExpGroupe*CLVL/(Sum of the CLVL)

3) PART III Personnal Bonus / malus
Bonus
Exp=Exp+Exp*(BonusShrine+BonusObjet%)/100

Malus

MLVL Versus CLVL(2 cases Player CLVL<25 and Player clvl>=25)

Code:
CLVL<25
CLVL-MLVL    Coef(Hexa)    %Exp
0-5 ............................ 100 ....................... 100
6  .................................CF ......................... 81
7  ...............................  9F ......................... 62
8  .................................6E ......................... 43
9  .................................3D ......................... 24
10+ .............................. D  ..........................5
 
MLVL-CLVL    Coef(Hexa)    %Exp
0-5  ...........................100  ........................100
6  ...............................E1  ..........................88
7    .............................AE    ........................68
8  ...............................5C  ..........................36
9  ..............................26  ............................15
10+ ............................ 5  ............................2

Code:
CLVL>25
CLVL-MLVL    Coef(Hexa)    %Exp
0-5 ............................ 100 ....................... 100
6 ................................ CF .......................... 81
7   .............................. 9F   ........................ 62
8 ................................ 6E .......................... 43
9  ................................3D .......................... 24
10+  .............................D  ...........................5
 
MLVL-CLVL      %Exp
>0  (CLVL/MLVL)*100

High CLVL Malus
Exp=Exp*ExpRatio/1024
ExpRatio Cf Experience.txt
Reply


Messages In This Thread
Exp bonus from Ondal's Wisdom - a question - by myrdinn - 04-20-2004, 03:49 PM

Forum Jump:


Users browsing this thread: 4 Guest(s)