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,014
Reaction score
1,830

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