From 414b0c299d23d424c621950955dc74b7b3a5c96a Mon Sep 17 00:00:00 2001 From: HarrySilan Date: Tue, 31 May 2022 02:18:38 +0800 Subject: [PATCH] fix filters --- cheat-library/src/user/cheat/game/filters.cpp | 27 ++++++++++++++----- 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/cheat-library/src/user/cheat/game/filters.cpp b/cheat-library/src/user/cheat/game/filters.cpp index 0c2df5c..a1c4542 100644 --- a/cheat-library/src/user/cheat/game/filters.cpp +++ b/cheat-library/src/user/cheat/game/filters.cpp @@ -64,7 +64,7 @@ namespace cheat::game::filters SimpleFilter ButterflyWings = { app::EntityType__Enum_1::EnvAnimal, "Butterfly" }; SimpleFilter Crab = { app::EntityType__Enum_1::EnvAnimal, "Crab" }; SimpleFilter CrystalCore = { app::EntityType__Enum_1::EnvAnimal, "Wisp" }; - SimpleFilter Fish = { app::EntityType__Enum_1::Monster, "Fish" }; + SimpleFilter Fish = { app::EntityType__Enum_1::EnvAnimal, "Fish" }; SimpleFilter Frog = { app::EntityType__Enum_1::EnvAnimal, "Frog" }; SimpleFilter LizardTail = { app::EntityType__Enum_1::EnvAnimal, "Lizard" }; SimpleFilter LuminescentSpine = { app::EntityType__Enum_1::EnvAnimal, "FireFly" }; @@ -320,8 +320,7 @@ namespace cheat::game::filters living::Fox + living::Squirrel + living::Boar + - living::Weasel + - living::Fish + living::Weasel }; SimpleFilter AnimalPickUp = { living::CrystalCore + @@ -336,7 +335,8 @@ namespace cheat::game::filters living::LuminescentSpine + living::Starconch + living::BirdEgg + - living::WeaselThief + living::WeaselThief + + living::Fish }; SimpleFilter AnimalNPC = { living::Dog + @@ -347,6 +347,7 @@ namespace cheat::game::filters SimpleFilter Monsters = { app::EntityType__Enum_1::Monster }; SimpleFilter MonsterCommon = { monster::Slime + + monster::FloatingFungus + monster::Specter + monster::Whopperflower + monster::Hilichurl + @@ -355,7 +356,10 @@ namespace cheat::game::filters monster::FatuiSkirmisher + monster::TreasureHoarder + monster::Nobushi + - monster::Kairagi + monster::Kairagi + + monster::Millelith + + monster::ShogunateInfantry + + monster::SangonomiyaCohort }; SimpleFilter MonsterElites = { monster::Mitachurl + @@ -377,7 +381,8 @@ namespace cheat::game::filters monster::GeovishapHatchling + monster::Geovishap + monster::HydroBathysmalVishap + - monster::EyeOfTheStorm + monster::EyeOfTheStorm + + monster::BlackSerpentKnight }; SimpleFilter MonsterBosses = { // Adding these comments for better tracking. @@ -396,9 +401,18 @@ namespace cheat::game::filters // Liyue monster::PyroRegisvine + monster::Oceanid + + monster::OceanidBoar + + monster::OceanidCrab + + monster::OceanidCrane + + monster::OceanidFalcon + + monster::OceanidFinch + + monster::OceanidFrog + + monster::OceanidSquirrel + + monster::OceanidWigeon + monster::GeoHypostasis + monster::RuinSerpent + monster::PrimoGeovishap + + monster::Beisht + // Inazuma monster::PerpetualMechanicalArray + monster::PyroHypostasis + @@ -406,6 +420,7 @@ namespace cheat::game::filters monster::ThunderManifestation + monster::GoldenWolflord + monster::HydroHypostasis + + monster::HydroHypostasisSummon + monster::CryoBathysmalVishap + monster::ElectroBathysmalVishap };