Feature request
Closed this issue · 5 comments
yishuangfrank commented
I love this addon!
I was wondering if you can add a blacklist for NPC?
p3lim commented
See #11, but I don't really play the game any more. If someone submits a patch for it I'd be more than happy to add it in.
yishuangfrank commented
Someone took over "Quest-o-matic" and added the blacklist for NPC.
However, we need to change "Core.lua" by ourself, using the following macro to get the target NPC's ID:
/run a=UnitGUID("target") if a==tonumber(string.match(UnitGUID('target'),'')) then end print(a)
p3lim commented
You can do the same in QuickQuest https://github.com/p3lim-wow/QuickQuest/blob/master/QuickQuest.lua#L47
yishuangfrank commented
Thanks!