Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Monster gain exp gap

Status
Not open for further replies.
Skilled Illusionist
Joined
Apr 21, 2010
Messages
378
Reaction score
96
You can gain exp from a monster that is 5 levels below your level. And you can get exp from monsters ~ levels above.

I would like to change this so you can only get exp from monsters the same level as you. If you kill a monster below or above your level, you would gain 0% exp.

I searched the source and found "void CUser::ExpUpSetting". But changes to "if( GetLevel() > 5 )" won't work.

Can someone give me a hint?
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
You can gain exp from a monster that is 5 levels below your level. And you can get exp from monsters ~ levels above.

I would like to change this so you can only get exp from monsters the same level as you. If you kill a monster below or above your level, you would gain 0% exp.

I searched the source and found "void CUser::ExpUpSetting". But changes to "if( GetLevel() > 5 )" won't work.

Can someone give me a hint?

Take a look at:
Code:
CMover::AddExperienceSolo()
 
Upvote 0
Status
Not open for further replies.
Back
Top