PDA

View Full Version : XP loss on death


jenco420
04-25-2008, 04:55 PM
Anyway to adjust how much xp you loose on death?

jenco420
05-01-2008, 04:22 PM
Well been looking thru the source to find out where i could possibly adjust this. Did'nt find anything in exp.cpp unless i overlooked it maybe?

Could someone point me in the right direction =)?

Scorpious2k
05-01-2008, 04:44 PM
Check in attack.cpp

exploss = (int)(GetLevel() * (GetLevel() / 18.0) * 12000);

jenco420
05-01-2008, 07:05 PM
thanks, it was hiding from me ~.~