Jump to content
Sign in to follow this  
Elistor

pvp rank

Recommended Posts

Elistor

why i can't get in pvp ranks ..

iam lvl 118 archer ... i killed many ppl today and days before...

and i don't understand why iam not in the pvp ranks ... there's archers lvl 9X with like 1 kills and some deaths

and iam not even on it ... how does that works ? is it bugged ?

Share this post


Link to post
Share on other sites
Electron

It's based on an EXP system, and you get negative exp if you die

Perhaps you were killed often by lower levels, then you lose even more EXP per death

 

You can not see at this moment what your PVP EXP is, or see how much EXP you gain/lose when you get a kill/get killed, that was on purpose, though if someone has a good argument why it should be visible then shoot.

 

This is the code to calculate how much EXP is gained by the killer and lost by the killed:

int PvPServer::CalculateExperience( int iKillerLevel, ECharacterClass iKillerClass, int iVictimLevel, ECharacterClass iVictimClass )
{
int iRet = 0;

int iLevelDifference = iVictimLevel - iKillerLevel;

if( iLevelDifference >= 20 )
	iRet = 95;
else if( iLevelDifference >= 15 )
	iRet = 90;
else if( iLevelDifference >= 10 )
	iRet = 80;
else if( iLevelDifference >= 5 )
	iRet = 65;
else if( iLevelDifference == 0 )
	iRet = 50;
else if( iLevelDifference >= -5 )
	iRet = 45;
else if( iLevelDifference >= -10 )
	iRet = 35;
else if( iLevelDifference >= -15 )
	iRet = 20;
else
	iRet = 5;

return iRet;
}

Share this post


Link to post
Share on other sites
Elistor

so maybe if i got killed 100 times by a lower lvl than me ,

there's no chance getting on the ranks except killing 101 times a highter lvl than me ?

Share this post


Link to post
Share on other sites
Elistor

yeah , because when i check archers ranks ... theres really low score and iam bit disturbed that iam number 4 of lvl archer and not even in top ten of pvp archers ... meaning a lvl 9x archer is above me xD

Share this post


Link to post
Share on other sites
Electron

Well that probably means you have negative EXP and the 9x character even if he made only 1 kill, he gets positive EXP. And that does not really make sense if you had 100 kills and 100 deaths, and still have a lower EXP.

 

I haven't had the time to think of a very solid EXP system for this, but I guess it could be better than what it is now.

Share this post


Link to post
Share on other sites
Maurin

Well that probably means you have negative EXP and the 9x character even if he made only 1 kill, he gets positive EXP. And that does not really make sense if you had 100 kills and 100 deaths, and still have a lower EXP.

 

I haven't had the time to think of a very solid EXP system for this, but I guess it could be better than what it is now.

 

take your time.

we know that you have better things to work on than a pvp rank :D

 

Share this post


Link to post
Share on other sites
Elistor

well i didn't asked for another pvp exp thing :)

but that's already cool that u reply on and will think abt it some day :)`

 

any point of reseting it someday ? like sod ranks or so ?

Share this post


Link to post
Share on other sites
Maurin

well i didn't asked for another pvp exp thing :)

but that's already cool that u reply on and will think abt it some day :)`

 

any point of reseting it someday ? like sod ranks or so ?

 

no , please no!! Hahaha

Share this post


Link to post
Share on other sites
Elistor

ridiculous to have a pvp rank with players that don't play anymore... hackers... and rank that last for 1 year....

how can new players get in ?

stop being selfish and make a SS before it get reseted , then take a calculator add all ur kills and ur done !

Share this post


Link to post
Share on other sites
RauL~

well i didn't asked for another pvp exp thing :)

but that's already cool that u reply on and will think abt it some day :)`

 

any point of reseting it someday ? like sod ranks or so ?

 

no , please no!! Hahaha

 

would be nice for the news players ;P

Share this post


Link to post
Share on other sites
AMDias

Well you could make a fix topic, keeping track of the "winners" and their stats for a certain "time". This time could be a month, a semester, a year whatever. So new players could enter pvp rank, otherwise depending on class it will be very hard in my opinion.

Share this post


Link to post
Share on other sites
RauL~

Well you could make a fix topic, keeping track of the "winners" and their stats for a certain "time". This time could be a month, a semester, a year whatever. So new players could enter pvp rank, otherwise depending on class it will be very hard in my opinion.

its a nice idea too ;P

 

could be a semester ;P

Share this post


Link to post
Share on other sites
Elistor

Reseted :o

 

Reseting every month seems to be fine I guess~

 

yeah :P

 

Share this post


Link to post
Share on other sites
Maurin

thank God is not reseted. :P

I guess that Wartale (or Mercury) could do a poll here to see what every one wants , if they want resets monthly , every 6 months or just keep it as the way it is..

but let's wait after this maintenance and see with Wartale if its possible :D

Share this post


Link to post
Share on other sites
Elistor

Also i noticed that when you change tour char name... You cant get in the tanks... So yeah reset ...

Share this post


Link to post
Share on other sites
Gogg

When you change your name you reset the PvP exp, that's why. You just need to kill people again

 

And to all these smart asses here, this is not a suggestion topic about reset the ranking~ aff

Share this post


Link to post
Share on other sites
Elistor

Let it be hehe

 

so you 100% sûre that i just need to kill pll also...

Because i kill Like 10 ppl per day for 1 .. 2 death...

And i still not in archer rank

Share this post


Link to post
Share on other sites
Gogg

Yea, lelekas changed his name twice and got out of ranking, but killing more & more got back there

 

o_o"

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

News and Updates

×
×
  • Create New...