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:
@@ -725,6 +725,7 @@ RULE_INT(Range, SpellParticles, 135, "The packet range in which spell particles
|
||||
RULE_INT(Range, DamageMessages, 50, "The packet range in which damage messages are sent (non-crit)")
|
||||
RULE_INT(Range, SpellMessages, 75, "The packet range in which spell damage messages are sent")
|
||||
RULE_INT(Range, SongMessages, 75, "The packet range in which song messages are sent")
|
||||
RULE_INT(Range, StunMessages, 75, "The packet range in which stun messages are sent")
|
||||
RULE_INT(Range, ClientPositionUpdates, 300, "Distance in which the own changed position is communicated to other clients")
|
||||
RULE_INT(Range, CriticalDamage, 80, "The packet range in which critical hit messages are sent")
|
||||
RULE_INT(Range, MobCloseScanDistance, 600, "Close scan distance")
|
||||
|
||||
Reference in New Issue
Block a user