aboutsummaryrefslogtreecommitdiff
path: root/src/bindings/scripts/docs
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-17 15:29:55 -0500
committermegamage <none@none>2009-04-17 15:29:55 -0500
commitf0cbed1ad8376200bb450768d7b77198e6754113 (patch)
tree55cc52add932df8ce9740824a09916deb2e95ba6 /src/bindings/scripts/docs
parentca5894b34800782b98ee9c47d82081cf0a0c1555 (diff)
parent6a53bada669c58393ec13c9bacd199c154fe023a (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/bindings/scripts/docs')
-rw-r--r--src/bindings/scripts/docs/EventAI.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bindings/scripts/docs/EventAI.txt b/src/bindings/scripts/docs/EventAI.txt
index ade6ec7fe1e..3dac5c271e8 100644
--- a/src/bindings/scripts/docs/EventAI.txt
+++ b/src/bindings/scripts/docs/EventAI.txt
@@ -122,6 +122,7 @@ Params are always read from Param1, then Param2, then Param3.
36 ACTION_T_UPDATE_TEMPLATE TemplateId, Team Changes the creature to a new creature template of (param1) with team = Alliance if (param2) = false or Horde if (param2) = true
37 ACTION_T_DIE No Params Kills the creature
38 ACTION_T_ZONE_COMBAT_PULSE No Params Places all players within the instance into combat with the creature. Only works in combat and only works inside of instances.
+39 ACTION_T_SUMMON_GO GameObjectID, DespawnTime Summons object (param1). Despawns after param2. Spawns on top of current creature. DespawnTime is in ms.
* = Use -1 to specify that if this param is picked to do nothing. Random is constant between actions within an event. So if you have a random Yell and a random Sound they will match up (ex: param2 with param2)