WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   Quest indicator on mob nameplate (https://www.wowinterface.com/forums/showthread.php?t=46247)

MadCow 04-10-13 06:35 PM

Quest indicator on mob nameplate
 
1 Attachment(s)
is it possible to attach a quest mark to the name plate of mobs involved in a tracked quest? like this from EQ2.

Seerah 04-10-13 06:56 PM

Not to the names themselves, but to the nameplate, sure.

semlar 04-10-13 07:59 PM

It's possible, but not exactly simple.

There are only two ways I can think of to tie a nameplate to a quest.

The first one requires that you see the GUID of one of the mobs either through hovering over one or through the combat log, then using that to construct a tooltip and checking if it contains quest text and building a table using the mob name for the key.

That way if you see a nameplate with a name that's in the table then you can be reasonably confident it's a quest objective.

The other way would be to just take the name out of the nameplate and search through your quest log's quest objectives for a match, which might be more reliable but probably more intensive.

There's an interface option in the game under Names, in a dropdown menu under NPC Names you can select Quest NPCs to make their names always appear, which makes them more noticeable.

edit: Actually the second option wouldn't work, you'd pretty much have to do tooltip scanning for this. The mob's name is not necessarily mentioned in the quest text at all.

Seerah 04-10-13 09:05 PM

Quote:

Originally Posted by semlar (Post 276225)
The mob's name is not necessarily mentioned in the quest text at all.

Oooh, I didn't even think about quests like that...

Quest: Kill 20 random Naga in the ruins.

Talyrius 04-11-13 03:14 AM

This isn't exactly what you want, but there is a built-in way to distinguish between normal NPC's and quest NPC's. In the Interface options, under Names, there is an option called NPC Names. In the dropdown, select Quest NPCs. If you see a name displayed above their head, you'll now know that they are related in some way to one of your quests.

Nimhfree 04-11-13 05:29 AM

Like Talyrius says, you can use Blizzard's default UI to display names of mobs associated with quests. This works well from a distance, but if your nameplates change at closer range you lose that aspect. This is how I play anyway. You might also investigate the addons Wholly and Grail. Grail is a quest database, and Wholly provides UI for that database. Part of the changes Wholly makes is to modify the tooltips for NPCs to list whether they need to be killed to start a quest, or drop an item that starts a quest. This will not tell you that you need to kill X of these for a quest, but it is a little closer to what I think you want.

semlar 04-11-13 06:45 AM

Alright, I actually made this in-game but I need to work on how it looks and clean it up a little.


Uploaded here as QuestPlates if you're interested.

Seerah 04-11-13 03:16 PM

Nice, semlar. :)

MadCow 04-12-13 02:32 PM

Quote:

Originally Posted by semlar (Post 276245)
Alright, I actually made this in-game but I need to work on how it looks and clean it up a little.


Uploaded here as QuestPlates if you're interested.

you guys are great! Im downloading this now!

Haleth 04-12-13 06:23 PM

That's a pretty clever haxx with GameTooltip right there, nice one :p

I should stop being lazy and make myself a nice simple debuff tracking addon like this...


All times are GMT -6. The time now is 03:55 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI