Dr Chaos has entered the building

This commit is contained in:
carolus21rex
2025-05-10 16:30:14 +00:00
parent a2b2a6a5cf
commit cde60926f1
19 changed files with 437 additions and 184 deletions
+9
View File
@@ -1803,6 +1803,13 @@ public:
void SetSpawnedInWater(bool spawned_in_water);
bool turning;
// AoT Custom
int Pre_Attack_Behavior(EQ::skills::SkillType); // adjusts attack round behavior. Returns the number of attack increases.
int Modify_Attack_Damage(EQ::skills::SkillType, DamageHitInfo &); // adjusts behavior of an attack while attack damage is being calculated.
int Late_Attack_Behavior(EQ::skills::SkillType, DamageHitInfo &); // adjusts post attack behavior per attack, not per round, after attack has been calculated.
int Post_Attack_Behavior(EQ::skills::SkillType, DamageHitInfo &); // adjusts post attack behavior per attack round.
protected:
// Bind wound
@@ -1928,6 +1935,8 @@ protected:
uint16 m_merchant_session_entity_id;
private:
Mob* target;
EQ::InventoryProfile m_inv;