Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nameplates for Dungeon bosses in addition to trash #1878

Open
besnija opened this issue Oct 12, 2024 · 0 comments
Open

Nameplates for Dungeon bosses in addition to trash #1878

besnija opened this issue Oct 12, 2024 · 0 comments
Labels

Comments

@besnija
Copy link

besnija commented Oct 12, 2024

Describe the problem

The Nameplates option that is available for the trash mobs is not available at all for the Dungeon Bosses.

What steps will reproduce the problem?

  1. Trash where there is an option to add the timer to the Nameplates, and where it IS enabled on one or more.
    image

  2. Boss where there are none nameplates option enabled and (I've gone through each spell) there are is no option to do so.
    image

  3. Example of a spell that doesn't have the Nameplates option.
    image

  4. Example of a spell that does have the Nameplates option.
    image

Not a single boss has the option to add a spell to track on the nameplates of the bosses, and I'd like that added as an option at least. It can be turned off by default .

What version of BigWigs are you using? (Stating 'latest' is not useful)

v11.0.41

Any additional information? (example: WoW language if not English)

This is a snippet of how it looks like in the "Trash" txt file.

function mod:GetOptions()
	return {
		-- Autotalk
		"custom_on_autotalk",
		439208, -- Silk Wrap
		-- Engorged Crawler
		438622, -- Toxic Rupture
		-- Trilling Attendant
		{434793, "NAMEPLATE"}, -- Resonant Barrage
		-- Ixin
		{434824, "NAMEPLATE"}, -- Web Spray
		{434802, "NAMEPLATE"}, -- Horrifying Shrill
		-- Nakt
		{438877, "NAMEPLATE"}, -- Call of the Brood
		-- Atik
		{438826, "NAMEPLATE"}, -- Poisonous Cloud
		-- Hulking Bloodguard
		{453161, "NAMEPLATE"}, -- Impale
		{465012, "HEALER", "NAMEPLATE"}, -- Slam
		-- Sentry Stagshell
		432967, -- Alarm Shrill
		-- Bloodstained Webmage
		{448248, "NAMEPLATE"}, -- Revolting Volley
		-- Blood Overseer
		{433845, "NAMEPLATE"}, -- Erupting Webs
		{433841, "NAMEPLATE"}, -- Venom Volley
		-- Nerubian Hauler
		{434252, "NAMEPLATE"}, -- Massive Slam
	}

As opposed to the boss one (KikatalTheHarvester for example.

function mod:GetOptions()
	return {
		432117, -- Cosmic Singularity
		{432031, "ME_ONLY"}, -- Grasping Blood
		432130, -- Erupting Webs
		-- Normal / Heroic
		432227, -- Venom Volley
		-- Mythic
		461487, -- Cultivated Poisons
	}, {
		[432227] = CL.normal.." / "..CL.heroic,
		[461487] = CL.mythic,
	}
end
@besnija besnija added the retail label Oct 12, 2024
@funkydude funkydude changed the title Nameplates for Dungeon bosses Nameplates for Dungeon bosses in addition to trash Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant