Port EQMacEmu's improved NPC stat scaling formula

Old formula can be used by setting NPC::NewLevelSacling to false
This commit is contained in:
Michael Cook (mackal)
2016-08-04 22:12:33 -04:00
parent 1d12f92934
commit d53d569020
2 changed files with 82 additions and 35 deletions
+1
View File
@@ -503,6 +503,7 @@ RULE_BOOL(NPC, EnableMeritBasedFaction, false) // If set to true, faction will g
RULE_INT(NPC, NPCToNPCAggroTimerMin, 500)
RULE_INT(NPC, NPCToNPCAggroTimerMax, 6000)
RULE_BOOL(NPC, UseClassAsLastName, true) // Uses class archetype as LastName for npcs with none
RULE_BOOL(NPC, NewLevelScaling, true) // Better level scaling, use old if new formulas would break your server
RULE_CATEGORY_END()
RULE_CATEGORY(Aggro)