Hello, I would have like knowing how to change the experience in a group. On my current sources, the experience is to multiply according to numbers of people in the group and I would want to divide her. Thank you for your answers
just in case i dont understand you, isnt the group xp managed by a simple methode? I mean if you have at least a bit knowledge about c# you should be able to find that methode or not?Quote:
He is asking someone to explain exactly what code to replace by what he want...
If he wants to make a system like the official servers, he must also check if the members are on the same map ? And now it's the drama, a lot of people play with your codes without understanding anything, it's funny to see :mofo:Quote:
It is... i don’t open my old code but A simple control f will find it. The thing is that those kind of people don’t understand c# at all. And I won’t loose time to explain that what he want is in the kill method. The ice trailer answer is the best for this one : go to the co place and divide it by the amount of group members... if he can’t even search for xp and add a divide this is useless to do anything.
if (partySize > 1 && group != null)
{
xp /= group.CharacterCount;
}
Maybe it's mean, but if everybody in this forum thinks he wants to do anything with OpenNos but he does not agree to seriously learn something in programming (in this case c#), it is annoying to instruct each damn step to implement what he wants.Quote:
even though its true, its mean.