Unlimited barbarian xp

maledon

Chieftain
Joined
Oct 9, 2011
Messages
7
Is there a way to remove the cap on the xp units get from barbarian fights?

Poked around the mod files and also searched the forum and didn't find the answer.

I have a mod that does it but I think this mod turns it off.


Thanks.
 
In the Cep_Options.sql there is a value:

UPDATE Defines SET Value = 60 WHERE Name = 'BARBARIAN_MAX_XP_VALUE';

Changing that 'Value' to a higher number (eg. 100) should effectively mean 'Unlimited'.
 
Top Bottom