parent
2f041d28a6
commit
dbc0e2fda2
@ -76,7 +76,7 @@ As well as setting up **`cheat-library`** as startup project.
|
|||||||
- Open Team Immediately
|
- Open Team Immediately
|
||||||
- Dumb Enemies
|
- Dumb Enemies
|
||||||
- Freeze Enemies
|
- Freeze Enemies
|
||||||
- Auto Destroy: Ores/Shields/Doodas/Plants
|
- Auto Destroy: Ores/Shields/Doodads/Plants
|
||||||
- Auto Loot/Open Chests
|
- Auto Loot/Open Chests
|
||||||
- Pickup Range
|
- Pickup Range
|
||||||
- Auto Talk
|
- Auto Talk
|
||||||
|
@ -268,9 +268,8 @@ namespace cheat::feature
|
|||||||
for (int i = 0; i < attackCount; i++)
|
for (int i = 0; i < attackCount; i++)
|
||||||
app::MoleMole_LCBaseCombat_FireBeingHitEvent(__this, entity->runtimeID(), attackResult, method);
|
app::MoleMole_LCBaseCombat_FireBeingHitEvent(__this, entity->runtimeID(), attackResult, method);
|
||||||
}
|
}
|
||||||
|
else CALL_ORIGIN(LCBaseCombat_DoHitEntity_Hook, __this, entity->runtimeID(), attackResult, ignoreCheckCanBeHitInMP, method);
|
||||||
}
|
}
|
||||||
|
|
||||||
CALL_ORIGIN(LCBaseCombat_DoHitEntity_Hook, __this, targetID, attackResult, ignoreCheckCanBeHitInMP, method);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void VCAnimatorEvent_HandleProcessItem_Hook(app::MoleMole_VCAnimatorEvent* __this,
|
static void VCAnimatorEvent_HandleProcessItem_Hook(app::MoleMole_VCAnimatorEvent* __this,
|
||||||
|
Loading…
Reference in New Issue
Block a user