I am getting serious stutter lags whenever i target something.
It is located to be due to this Questie Addon.
|
Quickbowjob wrote:schaka wrote:Mioke wrote:Hey, I really love the addon and everything you've done.
Sorry if this has been asked already, but it's a long thread.
Is there any functionality for filtering low level quests or for filtering out horde only/alliance only quests?
Thanks!
Faction quests already work. Or they should anyway, there may be a few false positives.
As for low level quests, I'm not sure what you're asking. It shows quests for up to 6 levels below your own. You can modify that in the code to show all quests. We will implement an easy option for this to work properly in 2.1 though, so you can just change it ingame.
Would like to track low level quests in Dun Morogh on my level 45 to farm reputation.
What file and code does change that, so that i can see all low level quests on my cartographer map.
Thanks for this great addon!
ravinki wrote:I found the file and the line with our little option
But I can't get it to show more quests, I suck at programming, and I tried some variations like:
for l=level >= -6,level do
for l=level-59,level do
But it didn't work.
|
Humble Kagu wrote:Thanks for the update Scamp! Anything related to disabling the Questie quest tracker and using another addon's? For now just commenting out a line a previous poster has mentioned. Sort of works, but of course with an error on loading the game up.
|
|
if(EQL3_QuestWatchFrame) then
EQL3_QuestWatchFrame:Hide();
DefiasThug wrote:Hi everyone.
Please explain how to completely disable this addon quest tracker and enable EQL3's one. I guess this can be done in QuestieTracker.lua but i don't know how. EQL3' tracker is way much better for me, but i can't do without questie database and icons on map (i mean "!" and "?").
btw i found this at the beginning of the file
- Code: Select all
if(EQL3_QuestWatchFrame) then
EQL3_QuestWatchFrame:Hide();
but obviously there's much more lines are to be edited
|