m
Move page script moved page Events/E to WoW:Events/E without leaving a redirect
(: EQUIP_BIND_CONFIRM: "Loot,Item") |
m (Move page script moved page Events/E to WoW:Events/E without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 4: | Line 4: | ||
===== ===== | ===== ===== | ||
{| | {| | ||
{{evt|ENABLE_LOW_LEVEL_RAID|Raid,Player}} | |||
Fired when {{api|SetAllowLowLevelRaid}} is used to enable low-level raids on the character. | |||
{{evt|ENABLE_TAXI_BENCHMARK|System}} | |||
? | |||
{{evt|ENABLE_XP_GAIN|Player}} | |||
? | |||
{{evt|END_BOUND_TRADEABLE|Item}} | |||
? | |||
{{evt|END_REFUND|Item}} | |||
? | |||
{{evt|EQUIPMENT_SWAP_PENDING|Item,Player}} | |||
? | |||
{{evt|EQUIP_BIND_CONFIRM|Loot,Item}} | {{evt|EQUIP_BIND_CONFIRM|Loot,Item}} | ||
Fired when the player attempts to equip bind on equip loot. | Fired when the player attempts to equip bind on equip loot. | ||
{{evt|EQUIPMENT_SETS_CHANGED|Misc,Item}} | |||
Fired when a new equipment set is created, an equipment set is deleted or an equipment set has changed. | |||
{{evt|EQUIPMENT_SWAP_FINISHED|Misc, Item}} | |||
Fired when an equipment set has finished equipping | |||
; arg1 : Boolean value: True if the set change was successful | |||
; arg2 : String Value: The name of the set that was changed. | |||
{{evt|EXECUTE_CHAT_LINE|Misc}} | {{evt|EXECUTE_CHAT_LINE|Misc}} | ||
Fired | Fired to execute macro commands. | ||
; arg1 : | ; arg1 : The "chat line" (macro command line) to execute. | ||