Killmails Feed - panthernet/ThunderED GitHub Wiki
Updated for V1.4.2
LiveKillFeedModule
To feed Abyssal loss KMs from the environment set ShipEntities to [47465].
To feed all abyssal KMs set LocationEntities to [12000001,12000002,12000003,12000004,12000005]
StopOnFirstGroupMatch- do not process KM in other groups if it has been successfuly processed in any of them. Setting it tofalsewill transfer KM to the next group for processing even if KM has already been posted by one of the previous groups.
Groups
Most of the Group params should be self explanatory. Here's an additional explanation.
StopOnFirstFilterMatch- do not process KM in other filters within a group if it has been successfuly processed in any of them. Setting it tofalsewill transfer KM to the next filter within a group even if KM already has been posted by previous filter.MessageTemplateFileName- leave empty to use default template or specify file name (ex.template.txt) from theData/Templates/Messagesfolder (Templates/Messageson Windows).
Filters
WARNING! Adding leading - sign to any entity name or ID will mark it as excluded. This will allow to filter out specific entities (systems, corps, types etc.) For example "LocationEntities": ["-Jita"], list should allow any system except Jita in Inclusive mode.
Inclusive- filters can be inclusive or exlusive. The former will require KM to match specified criteria while the latter will require KM to not match it.AllMustMatch- Only affectinclusivefilters! If set totruethen KM must match all specified criteria which values differ from default. Otherwise it should much any single criteria. Do not affect SOLAR SYSTEM kills ifRadiusis specified, only region and constellation.ShipEntities- list of victim ship types which can contain both ID and Name. Example:"ShipEntities": [2323, "Ibis", "Sotiyo"]VictimEntities- list of members which are the victims in KM. Can contain both ID and Name but require special prefixes for alliance and corporation names/tickers. Example:"VictimEntities": ["-a:Snuffed Out", "c:Perkone", "Tau AD", 93045950]AttackerEntities- list of members which are the attackers in KM. Can contain both ID and Name but require special prefixes for alliance and corporation names/tickers. Example:"VictimEntities": ["a:Snuffed Out", "c:Perkone", "Tau AD", -93045950]LocationEntities- list of locations where KM can be generated. Can contain both ID and Name of system, constellation or region. No special prefixes are required. Example:"LocationEntities": ["Jita", "Black Rise", 30005304]Radius- Default value is 0. Filter is treated asradius-modewhen it is greater than 0. Every SOLAR SYSTEM inLocationEntitieswill be a subject to radius calculations. Constellations and regions will be ignored.DiscordChannels- empty by default. Will override groupDiscordChannelsvalue and redirect KM feed for a filter when specified.