Project

General

Profile

EQ2_onTellIgnored (Event)

Description

The EQ2_onTellIgnored event will fire when ISXEQ2 automatically filters a tell for you.

  • If you want to know when gold farmers are spamming you, then you can use this event. (Or, if you want to know if anyone is trying to impersonate a gold farmer.)

General Notes

  • Please be advised that ISXEQ2's ignore system was implimented prior to SOE/DBG adding their own version (yes, it was really that long ago) -- so, it's not used very much today at all.

Arguments

  1. string Message
  2. string Speaker

Usage

 Event[EQ2_onIncomingChatText]:AttachAtom[MyAtom]
 

...

 atom MyAtom(string Message, string Speaker)
 {
    ;do stuff
 }