* Another update of AiReaction.

--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2010-03-10 11:26:57 +01:00
parent 103a61a358
commit c603afb23e

View File

@@ -2485,10 +2485,11 @@ enum PetDiet
enum AiReaction
{
AI_REACTION_ALERT = 0,
AI_REACTION_FRIENDLY = 1,
AI_REACTION_HOSTILE = 2, // only currently existing reaction
AI_REACTION_AFRAID = 3
AI_REACTION_ALERT = 0, // pre-aggro (used in client packet handler)
AI_REACTION_FRIENDLY = 1, // (NOT used in client packet handler)
AI_REACTION_HOSTILE = 2, // sent on every attack, triggers aggro sound (used in client packet handler)
AI_REACTION_AFRAID = 3, // seen for polymorph (when AI not in control of self?) (NOT used in client packet handler)
AI_REACTION_DESTROY = 4, // used on object destroy (NOT used in client packet handler)
};
// Diminishing Returns Types