RandomNiNjAaaa / thc-rpg

Automatically exported from code.google.com/p/thc-rpg
0 stars 0 forks source link

Wrong Exp for killing a lower and\or higher level player.. #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. killing
2.
3.

What is the expected output? What do you see instead?
When a High level kills a lower level he gets more Experience points then when 
a LoW level kills a higher level.. 

What version of the product are you using? On what operating system?
v0.7.10 
Linux

Please provide any additional information below.

Original issue reported on code.google.com by 0Era...@gmail.com on 26 Jul 2010 at 1:31

GoogleCodeExporter commented 8 years ago
ohh ok ... never thought about that ... thank you!

Original comment by andreaspachler on 27 Jul 2010 at 6:14

GoogleCodeExporter commented 8 years ago
fixed ... new xp=g_CoreConfigCache[CoreConfig_exp_kill]*GetLevel(victim);

Original comment by andreaspachler on 27 Jul 2010 at 4:03