Project

General

Profile

EQ2_onMeAfflicted (Event)

Description

The EQ2_onMeAfflicted event will fire when the affliction counters have changed since the previous check.

Arguments

  1. int TraumaCounter
  2. int ArcaneCounter
  3. int NoxiousCounter
  4. int ElementalCounter
  5. int CursedCounter

Usage

 Event[EQ2_onMeAfflicted]:AttachAtom[MyAtom]
 

...

 atom MyAtom(int TraumaCounter, int ArcaneCounter, int NoxiousCounter, int ElementalCounter, int CursedCounter)
 {
    ;do stuff
 }