Skip to content

Name only matches don't appear to work #21

@khallaah

Description

@khallaah

I'm attempting to create a new provider for our realm Shadowstrike (AU).

With the default report matching configuration, e.g.

image

With the following character data, an alert is not triggered:

        ...
	[48] = {
		name = "Sorrynotsry",
		class = "ROGUE",
		faction = "Horde",
		level = 3,
		category = "raid",
		description = "test",
		url = "https://zombo.com",
	},

However, if I give the character a GUID, e.g.

	[48] = {
		name = "Sorrynotsry",
		class = "ROGUE",
		guid = "Player-5818-00A66816",
		faction = "Horde",
		level = 3,
		category = "raid",
		description = "test",
		url = "https://zombo.com",
	},

then an alert is triggered as expected.

Unfortunately there is no API support for seasonal classic realms as far as I'm aware, so finding GUIDs for players in the blacklist is a bit painful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions