• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[C++] Nice PVP-Enforced system - Paying $15 USD

kito2

www.masteria.net
Joined
Mar 9, 2009
Messages
3,764
Solutions
1
Reaction score
227
Location
Chile, Santiago
Hi there, well I want a PVP-Enforced system that consist on the following:

- You are level X, so if you kill a player with level x-20 lower (bottom limit) or x+30 (top limit) you will get experience.
- The experience is calculated from the following formula: target level * Y
- That experience is divided on players, how? It calculates the % damage that made all players that were attacking him, and that % is the % of the total experience that they gain (so this has nothing to be with deathAssistCount); the idea is that everyone gains exp.
- Also those values of bottom limit exp, top limit exp and formula should be configurable on config.lua

So no one wins a frag, just experience.
 
Back
Top