Wifebeater
New Member
- Joined
- Feb 24, 2011
- Messages
- 60
- Reaction score
- 1
I've searched all over and i still dont understand this system.
I want a player to get EXP for killing another player that has higher level than himself.
Example: lvl 100 kills lvl 120. HE GAINS EXP.
I do NOT want a player that kills someone lower than him to get exp. only if the target is higher, you get exp.
And i want it to be no matter how high levled the target is, you still get exp.
Example: if a lvl 100 kills a lvl 100000 HE WILL GET EXP.
What do i change this to?
I want a player to get EXP for killing another player that has higher level than himself.
Example: lvl 100 kills lvl 120. HE GAINS EXP.
I do NOT want a player that kills someone lower than him to get exp. only if the target is higher, you get exp.
And i want it to be no matter how high levled the target is, you still get exp.
Example: if a lvl 100 kills a lvl 100000 HE WILL GET EXP.
What do i change this to?
Code:
minLevelThresholdForKilledPlayer = 0.9
maxLevelThresholdForKilledPlayer = 1.1