Rarity

Rarity

17M Downloads

Waypoint data for various Winter Veil gift rewards appears to be outdated and/or inconsistent (?)

rdw-software opened this issue · 0 comments

commented

Don't have time to fix them right now and it's probably not very important, but still...

It looks as though many of the toys that are now available from Stolen Present have waypoint data that doesn't reflect this fact.

Example:

	["Zhevra Lounge Cushion"] = {
		cat = CONSTANTS.ITEM_CATEGORIES.HOLIDAY,
		type = CONSTANTS.ITEM_TYPES.ITEM,
		isToy = true,
		method = CONSTANTS.DETECTION_METHODS.USE,
		name = L["Zhevra Lounge Cushion"],
		itemId = 116691,
		items = { 21271, 21270, 116762 },
		chance = 4,
		sourceText = L["Available starting December 25th"],
		holidayTexture = CONSTANTS.HOLIDAY_TEXTURES.WINTERS_VEIL,
		questId = { 8788, 8767 },
		coords = { { m = 86, x = 49.1, y = 78.2, h = true }, { m = 87, x = 33.4, y = 65.9, a = true } },
	},

This part is placing the waypoints in Orgrimmar and Stormwind, respectively (where the Winter Veil gifts are located):

coords = { { m = 86, x = 49.1, y = 78.2, h = true }, { m = 87, x = 33.4, y = 65.9, a = true } },

Now, the question is... was this intentional? Should they have waypoints for both the Stolen Present and this, or just Hillsbrad?

There's currently 22 items using the Abominable Snowman turnin location, which seems correct to me:

coords = { { m = CONSTANTS.UIMAPIDS.HILLSBRAD_FOOTHILLS, x = 43.6, y = 39.6 } },

By contrast, only four items are using Orgrimmar/Stormwind and then a few pets with christmasOnly and zoneOverride flags... 🤔

Overall those entries are fairly inconsistent, so not sure if they could all be streamlined?