• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[request] summons that no half your XP!

creature.cpp

Find void Creature::eek:nGainExperience(uint64_t gainExp) and remove:

Code:
	if(master)
	{
		gainExp = gainExp / 2;
		master->onGainExperience(gainExp);
	}
 
it is in C++
can't i do just in lua/xml?

(i'll compile my own server but i need the 8.5 version before)

thanks by help!
 
Back
Top