diff options
author | Ovahlord <dreadkiller@gmx.de> | 2024-09-14 18:21:09 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2024-09-14 18:21:09 +0200 |
commit | 3c2aa264c02e86f756e3b0d2bd44f2cb31813994 (patch) | |
tree | b4954459e99d967d52d525ac7ae311e203b57ae9 /src/tools | |
parent | 768e63ad1a50b87d2da0a769e509f4bc3660d400 (diff) |
Core/DataStores: extract, load and use NpcTotalHp and NpcDamageByClass game tables to initialize the damage and health values of creatures
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/map_extractor/System.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index 59499aab599..13b72a5d38a 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -1340,6 +1340,14 @@ void ExtractGameTables() { 3999264, "ChanceToSpellCritBase.txt" }, { 1391669, "CombatRatings.txt" }, { 1391651, "NPCManaCostScaler.txt" }, + { 1391644, "NpcDamageByClass.txt" }, + { 1391645, "NpcDamageByClassExp1.txt" }, + { 1391646, "NpcDamageByClassExp2.txt" }, + { 1391647, "NpcDamageByClassExp3.txt" }, + { 1391652, "NpcTotalHp.txt" }, + { 1391653, "NpcTotalHpExp1.txt" }, + { 1391654, "NpcTotalHpExp2.txt" }, + { 1391655, "NpcTotalHpExp3.txt" }, { 5464960, "OCTBaseHPByClass.txt" }, { 4049853, "OCTBaseMPByClass.txt" }, { 4526467, "OCTClassCombatRatingScalar.txt" }, |