diff options
author | megamage <none@none> | 2009-05-21 10:48:00 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-21 10:48:00 -0500 |
commit | 67c84b1f3d74985fd2521feb9e536e56b9c9f2e9 (patch) | |
tree | 8bad07c2da1392ecaed20b4f295a78e5e2e90545 /doc | |
parent | b7053ecc0d565ba2f91d56f34a616d1992a91562 (diff) |
Mobs fleeing and getting assistance feature implementaion. Author: Neo2003
--HG--
branch : trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/EventAI.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/EventAI.txt b/doc/EventAI.txt index a22b94eea01..5609be9fc38 100644 --- a/doc/EventAI.txt +++ b/doc/EventAI.txt @@ -114,7 +114,7 @@ Params are always read from Param1, then Param2, then Param3. 22 ACTION_T_SET_PHASE Phase Sets the current phase to (param1) 23 ACTION_T_INC_PHASE Value Increments the phase by (param1). May be negative to decrement phase but should not be 0. 24 ACTION_T_EVADE No Params Forces the creature to evade. Wiping all threat and dropping combat. -25 ACTION_T_FLEE No Params Causes the .creature to flee. Please use this action instead of directly casting this spell so we may change this when a more correct approach is found. +25 ACTION_T_FLEE_FOR_ASSIST No Params Causes the creature to flee for assistence (at low helth mostly). 26 ACTION_T_QUEST_EVENT_ALL QuestId Calls GroupEventHappens with (param1). Only used if it's _expected_ event should complete for all players in current party 27 ACTION_T_CASTCREATUREGO_ALL QuestId, SpellId Calls CastedCreatureOrGo for all players on the threat list with QuestID(Param1) and SpellId(Param2) 28 ACTION_T_REMOVEAURASFROMSPELL Target, Spellid Removes all auras on Target caused by Spellid |