mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Change defaults to the values intended by recent update
This commit is contained in:
+6
-6
@@ -759,14 +759,14 @@ RULE_BOOL(Bugs, DumpTargetEntity, false) // Dumps the target entity, if one is p
|
|||||||
RULE_CATEGORY_END()
|
RULE_CATEGORY_END()
|
||||||
|
|
||||||
RULE_CATEGORY(Faction)
|
RULE_CATEGORY(Faction)
|
||||||
RULE_INT(Faction, AllyFactionMinimum, 1101)
|
RULE_INT(Faction, AllyFactionMinimum, 1100)
|
||||||
RULE_INT(Faction, WarmlyFactionMinimum, 701)
|
RULE_INT(Faction, WarmlyFactionMinimum, 750)
|
||||||
RULE_INT(Faction, KindlyFactionMinimum, 401)
|
RULE_INT(Faction, KindlyFactionMinimum, 500)
|
||||||
RULE_INT(Faction, AmiablyFactionMinimum, 101)
|
RULE_INT(Faction, AmiablyFactionMinimum, 100)
|
||||||
RULE_INT(Faction, IndifferentlyFactionMinimum, 0)
|
RULE_INT(Faction, IndifferentlyFactionMinimum, 0)
|
||||||
RULE_INT(Faction, ApprehensivelyFactionMinimum, -100)
|
RULE_INT(Faction, ApprehensivelyFactionMinimum, -100)
|
||||||
RULE_INT(Faction, DubiouslyFactionMinimum, -700)
|
RULE_INT(Faction, DubiouslyFactionMinimum, -500)
|
||||||
RULE_INT(Faction, ThreateninglyFactionMinimum, -999)
|
RULE_INT(Faction, ThreateninglyFactionMinimum, -750)
|
||||||
RULE_CATEGORY_END()
|
RULE_CATEGORY_END()
|
||||||
|
|
||||||
#undef RULE_CATEGORY
|
#undef RULE_CATEGORY
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
INSERT INTO rule_values VALUES
|
|
||||||
(0, "Faction:AllyFactionMinimum", 1100),
|
|
||||||
(0, "Faction:WarmlyFactionMinimum", 750),
|
|
||||||
(0, "Faction:KindlyFactionMinimu", 500),
|
|
||||||
(0, "Faction:AmiablyFactionMinimum", 100),
|
|
||||||
(0, "Faction:IndifferentlyFactionMinimum", 0)
|
|
||||||
(0, "Faction:ApprehensivelyFactionMinimum", -100)
|
|
||||||
(0, "Faction:DubiouslyFactionMinimum", -500)
|
|
||||||
(0, "Faction:ThreateninglyFactionMinimum", -750)
|
|
||||||
;
|
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
-- Supplied for convenient configuration of faction thresholds to the values that were in place prior to 2019-03-01 update
|
||||||
|
INSERT INTO rule_values VALUES
|
||||||
|
(0, "Faction:AllyFactionMinimum", 1101),
|
||||||
|
(0, "Faction:WarmlyFactionMinimum", 701),
|
||||||
|
(0, "Faction:KindlyFactionMinimu", 401),
|
||||||
|
(0, "Faction:AmiablyFactionMinimum", 101),
|
||||||
|
(0, "Faction:IndifferentlyFactionMinimum", 0)
|
||||||
|
(0, "Faction:ApprehensivelyFactionMinimum", -100)
|
||||||
|
(0, "Faction:DubiouslyFactionMinimum", -700)
|
||||||
|
(0, "Faction:ThreateninglyFactionMinimum", -999)
|
||||||
|
;
|
||||||
Reference in New Issue
Block a user