WoW:Events/Buff: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (remove link to UNIT_AURA, there is no extra info)
m (Move page script moved page Events/Buff to Events/Buff without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC____NOEDITSECTION__{{eventlistheader}}
<!-- DO NOT EDIT. THIS IS AN AUTOMATICALLY GENERATED PAGE. -->
<!-- DO NOT EDIT. THIS IS AN AUTOMATICALLY GENERATED PAGE. -->
<!-- DO NOT EDIT. THIS IS AN AUTOMATICALLY GENERATED PAGE. -->


:{{icon-information}}Note that this page is automatically generated; editing it is pointless. To edit event descriptions, edit the entries in the alphabetical pages, e.g. [[Events/A]], [[Events/B]], etc. Changes there will be copied over to here within a few hours.
== Buff related events ==
{{evt|PLAYER_AURAS_CHANGED|Buff}}
11/8/2008 This was removed with 3.02. Use UNIT_AURA instead.
Called when a buff or debuff is either applied to a unit or is removed from the player.  (Further details to follow, study needed).
Also fired when you start eating and/or drinking (which really is only a buff being applied like any other).
; Druid : This event is also called when a Druid changes form (or prowl state).  arg1 - arg9 are all nil in this case.  These args are probably nil for other classes as well.  Also, this event is called multiple times per form change.
{{evt|UNIT_AURA|Unit Info,Buff}}
Fired when a buff, debuff, status, or item bonus was gained by or faded from an entity (player, pet, NPC, or mob.)
; arg1 : the [[API_TYPE_UnitId|UnitID]] of the entity
1-28-06: This event '''IS NOT''' fired when changing targets any longer.
{{evt|UPDATE_SHAPESHIFT_FORM|Buff}}
Fired when the current form changes.
* Source [http://forums.worldofwarcraft.com/thread.html;jsessionid=D146E049F46C5045187B54D405866741?topicId=1602252224&sid=1#2]
{{evt|UPDATE_SHAPESHIFT_FORMS|Buff}}
Fired when the available set of forms changes (i.e. on skill gain)
* Source [http://forums.worldofwarcraft.com/thread.html;jsessionid=D146E049F46C5045187B54D405866741?topicId=1602252224&sid=1#2]
{{evt|UPDATE_STEALTH|Buff}}

Latest revision as of 04:48, 15 August 2023

Event API


"I" iconNote that this page is automatically generated; editing it is pointless. To edit event descriptions, edit the entries in the alphabetical pages, e.g. Events/A, Events/B, etc. Changes there will be copied over to here within a few hours.


Buff related events

"PLAYER_AURAS_CHANGED"
Category: Buff
 

11/8/2008 This was removed with 3.02. Use UNIT_AURA instead.

Called when a buff or debuff is either applied to a unit or is removed from the player. (Further details to follow, study needed).

Also fired when you start eating and/or drinking (which really is only a buff being applied like any other).

Druid
This event is also called when a Druid changes form (or prowl state). arg1 - arg9 are all nil in this case. These args are probably nil for other classes as well. Also, this event is called multiple times per form change.


"UNIT_AURA"
Category: Unit Info,Buff
 

Fired when a buff, debuff, status, or item bonus was gained by or faded from an entity (player, pet, NPC, or mob.)

arg1
the UnitID of the entity

1-28-06: This event IS NOT fired when changing targets any longer.


"UPDATE_SHAPESHIFT_FORM"
Category: Buff
 

Fired when the current form changes.


"UPDATE_SHAPESHIFT_FORMS"
Category: Buff
 

Fired when the available set of forms changes (i.e. on skill gain)


"UPDATE_STEALTH"
Category: Buff