Nightimarez
New Member
- Joined
- Jul 24, 2008
- Messages
- 287
- Reaction score
- 2
I'm working on a pvp enforced server.
Players start at level 200, and they have to kill players their lvl in order to keep leveling up.
The maximum they could get right now is around 220, then the exp goes up way too slow.
I set the player killing exp to 10, and also this.
I'd like for players to keep getting exp from any level.
Players start at level 200, and they have to kill players their lvl in order to keep leveling up.
The maximum they could get right now is around 220, then the exp goes up way too slow.
I set the player killing exp to 10, and also this.
PHP:
minLevelThresholdForKilledPlayer = 0.1
maxLevelThresholdForKilledPlayer = 1.1
I'd like for players to keep getting exp from any level.