From 3c2aa264c02e86f756e3b0d2bd44f2cb31813994 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sat, 14 Sep 2024 18:21:09 +0200 Subject: Core/DataStores: extract, load and use NpcTotalHp and NpcDamageByClass game tables to initialize the damage and health values of creatures --- src/tools/map_extractor/System.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/tools') 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" }, -- cgit v1.2.3