mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: #1195 EGS crashing on client exit (Windows)
This commit is contained in:
parent
9e26d36c6b
commit
b113f3465a
1 changed files with 55 additions and 55 deletions
|
@ -1321,9 +1321,9 @@ MinFameToBuyPlayerBuilding = 0;
|
||||||
// maximum price variation ( in absolute value ) that can be due to fame
|
// maximum price variation ( in absolute value ) that can be due to fame
|
||||||
MaxFamePriceVariation = 0.1;
|
MaxFamePriceVariation = 0.1;
|
||||||
// Maximum fame value taken in account in trade
|
// Maximum fame value taken in account in trade
|
||||||
MaxFameToTrade = 100000;
|
MaxFameToTrade = 600000;
|
||||||
// Minimum fame value taken in account in trade, under this value, the merchant refuse to sell
|
// Minimum fame value taken in account in trade, under this value, the merchant refuse to sell
|
||||||
MinFameToTrade = -100000;
|
MinFameToTrade = -600000;
|
||||||
|
|
||||||
//*************************************************************************************************************
|
//*************************************************************************************************************
|
||||||
// Guild Variables
|
// Guild Variables
|
||||||
|
@ -1620,66 +1620,66 @@ DisablePVPChallenge = 1;
|
||||||
|
|
||||||
// Fame Variables
|
// Fame Variables
|
||||||
// All values are multiplied by 6000 compared to values displayed on the client.
|
// All values are multiplied by 6000 compared to values displayed on the client.
|
||||||
FameMinToDeclare = 100000;
|
FameMinToDeclare = 600000;
|
||||||
FameWarningLevel = 10000;
|
FameWarningLevel = 60000;
|
||||||
FameMinToRemain = 0;
|
FameMinToRemain = 0;
|
||||||
FameMinToTrade = -100000;
|
FameMinToTrade = -600000;
|
||||||
FameMinToKOS = -100000;
|
FameMinToKOS = -600000;
|
||||||
FameMaxDefault = 100000;
|
FameMaxDefault = 600000;
|
||||||
FameAbsoluteMin = -100000;
|
FameAbsoluteMin = -600000;
|
||||||
FameAbsoluteMax = 100000;
|
FameAbsoluteMax = 600000;
|
||||||
|
|
||||||
FameStartFyrosvFyros = 100000;
|
FameStartFyrosvFyros = 600000;
|
||||||
FameStartFyrosvMatis = -100000;
|
FameStartFyrosvMatis = -600000;
|
||||||
FameStartFyrosvTryker = -10000;
|
FameStartFyrosvTryker = -60000;
|
||||||
FameStartFyrosvZorai = 10000;
|
FameStartFyrosvZorai = 60000;
|
||||||
FameStartMatisvFyros = -100000;
|
FameStartMatisvFyros = -600000;
|
||||||
FameStartMatisvMatis = 100000;
|
FameStartMatisvMatis = 600000;
|
||||||
FameStartMatisvTryker = 10000;
|
FameStartMatisvTryker = 60000;
|
||||||
FameStartMatisvZorai = -10000;
|
FameStartMatisvZorai = -60000;
|
||||||
FameStartTrykervFyros = -10000;
|
FameStartTrykervFyros = -60000;
|
||||||
FameStartTrykervMatis = 10000;
|
FameStartTrykervMatis = 60000;
|
||||||
FameStartTrykervTryker = 100000;
|
FameStartTrykervTryker = 600000;
|
||||||
FameStartTrykervZorai = -100000;
|
FameStartTrykervZorai = -600000;
|
||||||
FameStartZoraivFyros = 10000;
|
FameStartZoraivFyros = 60000;
|
||||||
FameStartZoraivMatis = -10000;
|
FameStartZoraivMatis = -60000;
|
||||||
FameStartZoraivTryker = -100000;
|
FameStartZoraivTryker = -600000;
|
||||||
FameStartZoraivZorai = 100000;
|
FameStartZoraivZorai = 600000;
|
||||||
FameStartFyrosvKami = 10000;
|
FameStartFyrosvKami = 60000;
|
||||||
FameStartFyrosvKaravan = -10000;
|
FameStartFyrosvKaravan = -60000;
|
||||||
FameStartMatisvKami = -100000;
|
FameStartMatisvKami = -600000;
|
||||||
FameStartMatisvKaravan = 100000;
|
FameStartMatisvKaravan = 600000;
|
||||||
FameStartTrykervKami = -10000;
|
FameStartTrykervKami = -60000;
|
||||||
FameStartTrykervKaravan = 10000;
|
FameStartTrykervKaravan = 60000;
|
||||||
FameStartZoraivKami = 100000;
|
FameStartZoraivKami = 600000;
|
||||||
FameStartZoraivKaravan = -100000;
|
FameStartZoraivKaravan = -600000;
|
||||||
|
|
||||||
FameMaxNeutralvFyros = 100000;
|
FameMaxNeutralvFyros = 600000;
|
||||||
FameMaxNeutralvMatis = 100000;
|
FameMaxNeutralvMatis = 600000;
|
||||||
FameMaxNeutralvTryker = 100000;
|
FameMaxNeutralvTryker = 600000;
|
||||||
FameMaxNeutralvZorai = 100000;
|
FameMaxNeutralvZorai = 600000;
|
||||||
FameMaxFyrosvFyros = 100000;
|
FameMaxFyrosvFyros = 600000;
|
||||||
FameMaxFyrosvMatis = 0;
|
FameMaxFyrosvMatis = 0;
|
||||||
FameMaxFyrosvTryker = 100000;
|
FameMaxFyrosvTryker = 600000;
|
||||||
FameMaxFyrosvZorai = 100000;
|
FameMaxFyrosvZorai = 600000;
|
||||||
FameMaxMatisvFyros = 0;
|
FameMaxMatisvFyros = 0;
|
||||||
FameMaxMatisvMatis = 100000;
|
FameMaxMatisvMatis = 600000;
|
||||||
FameMaxMatisvTryker = 100000;
|
FameMaxMatisvTryker = 600000;
|
||||||
FameMaxMatisvZorai = 100000;
|
FameMaxMatisvZorai = 600000;
|
||||||
FameMaxTrykervFyros = 100000;
|
FameMaxTrykervFyros = 600000;
|
||||||
FameMaxTrykervMatis = 100000;
|
FameMaxTrykervMatis = 600000;
|
||||||
FameMaxTrykervTryker = 100000;
|
FameMaxTrykervTryker = 600000;
|
||||||
FameMaxTrykervZorai = 0;
|
FameMaxTrykervZorai = 0;
|
||||||
FameMaxZoraivFyros = 100000;
|
FameMaxZoraivFyros = 600000;
|
||||||
FameMaxZoraivMatis = 100000;
|
FameMaxZoraivMatis = 600000;
|
||||||
FameMaxZoraivTryker = 0000;
|
FameMaxZoraivTryker = 0000;
|
||||||
FameMaxZoraivZorai = 100000;
|
FameMaxZoraivZorai = 600000;
|
||||||
FameMaxNeutralvKami = 100000;
|
FameMaxNeutralvKami = 600000;
|
||||||
FameMaxNeutralvKaravan = 100000;
|
FameMaxNeutralvKaravan = 600000;
|
||||||
FameMaxKamivKami = 100000;
|
FameMaxKamivKami = 600000;
|
||||||
FameMaxKamivKaravan = -100000;
|
FameMaxKamivKaravan = -600000;
|
||||||
FameMaxKaravanvKami = -100000;
|
FameMaxKaravanvKami = -600000;
|
||||||
FameMaxKaravanvKaravan = 100000;
|
FameMaxKaravanvKaravan = 600000;
|
||||||
|
|
||||||
// Log switches, turns nlinfo on/off
|
// Log switches, turns nlinfo on/off
|
||||||
NameManagerLogEnabled = 1;
|
NameManagerLogEnabled = 1;
|
||||||
|
|
Loading…
Reference in a new issue