Feature request
yishuangfrank opened this issue · 5 comments
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.
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)
You can do the same in QuickQuest https://github.com/p3lim-wow/QuickQuest/blob/master/QuickQuest.lua#L47
Implemented in a9c4424.