mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 15:36:38 +00:00
[Improvement] Filtered Messages Extension (#4435)
* [Improvment] Filtered Messages Extension Added: ItemSpeech 25 Strikethrough 26 Stuns 27 BardSongsOnPets 28 I wired up Strikethrough and Stuns as they already had message entries. ItemSpeech and BardSongsOnPets do not appear to be currently used in the source. Note: There are still 5 unknown Filters in RoF2 that need to be investigated: Achievments Fellowships Mercenary Messages PVP Messages Spam * Spelling Error * Missed some stun calls
This commit is contained in:
@@ -758,10 +758,10 @@ typedef enum {
|
||||
FilterFocusEffects = 22, //0=show, 1=hide
|
||||
FilterPetSpells = 23, //0=show, 1=hide
|
||||
FilterHealOverTime = 24, //0=show, 1=mine only, 2=hide
|
||||
FilterUnknown25 = 25,
|
||||
FilterUnknown26 = 26,
|
||||
FilterUnknown27 = 27,
|
||||
FilterUnknown28 = 28,
|
||||
FilterItemSpeech = 25, //0=show, 1=hide // RoF2 Confirmed
|
||||
FilterStrikethrough = 26, //0=show, 1=hide // RoF2 Confirmed
|
||||
FilterStuns = 27, //0=show, 1=hide // RoF2 Confirmed
|
||||
FilterBardSongsOnPets = 28, //0=show, 1=hide // RoF2 Confirmed
|
||||
_FilterCount
|
||||
} eqFilterType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user