Before starting a github topic i wanted to know what are you using to adress the problem of player capable of power leveling in party with the xp Share issue or if there are things built in the engine that adress it and i did not see.
I will list the problems/Solutions i have with this, feel free to add your own problems of offer solutions.
Problem Stating :
- I want player to be free to party with their friend without having to be bothered by levels restricted access and have fun with them no matter their level. For that, my scaling (Level 1 to 100) is made so the players feel useful even when they are low levels. However, as monster give more xp when they are higher level and as i have a 15% XP increase per level, A high level player can PL a low level way too rapidly.
Solution:
- Make a restriction so a player cannot get more than 1% Xp needed for his level for one "normal" monster (Configurable with a "Label" Type Monster, ex Normal = 1%, Elite = 3%, Boss 10%, World boss =25%, etc...)
Exemple :
A level 19 player need 5000Xp for his next level and he's in a party with a player level 78. They fight level 78 monster wich give 16000Xp.
In the actual engine the level 19 player would gain 16000/2= 8000Xp from the monster, way more than a complete level.
With this solution As the 8000xp exceed the threshold of 5000*0.01 (1%), the level 19 player would get 50Xp (Still way better than a level 19 monster who give 25xp).
____________________________
So what solutions do you use or plan to use to adress the power leveling ? Are you interested in the solution i've explained ?
Question
Beast Boyz
Before starting a github topic i wanted to know what are you using to adress the problem of player capable of power leveling in party with the xp Share issue or if there are things built in the engine that adress it and i did not see.
I will list the problems/Solutions i have with this, feel free to add your own problems of offer solutions.
Problem Stating :
- I want player to be free to party with their friend without having to be bothered by levels restricted access and have fun with them no matter their level. For that, my scaling (Level 1 to 100) is made so the players feel useful even when they are low levels. However, as monster give more xp when they are higher level and as i have a 15% XP increase per level, A high level player can PL a low level way too rapidly.
Solution:
- Make a restriction so a player cannot get more than 1% Xp needed for his level for one "normal" monster (Configurable with a "Label" Type Monster, ex Normal = 1%, Elite = 3%, Boss 10%, World boss =25%, etc...)
Exemple :
A level 19 player need 5000Xp for his next level and he's in a party with a player level 78. They fight level 78 monster wich give 16000Xp.
In the actual engine the level 19 player would gain 16000/2= 8000Xp from the monster, way more than a complete level.
With this solution As the 8000xp exceed the threshold of 5000*0.01 (1%), the level 19 player would get 50Xp (Still way better than a level 19 monster who give 25xp).
____________________________
So what solutions do you use or plan to use to adress the power leveling ? Are you interested in the solution i've explained ?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now