Questie

Questie

116M Downloads

Question/Suggestion: Toggle questinfo in item tooltip.

kev41 opened this issue ยท 17 comments

commented

Is there a way to toggle off questinfo in item tooltip?

I have problems with it, flickering when mouseovering an item that is in a quest.
But it might be my PC because it's only sometimes so therefore I ask this, not reporting a bug.
If it's no option to toggle this, then it's a suggestion =)

This is how it can look for me: https://clips.twitch.tv/slacker091/SmilingCarabeefRalpherZ

And I have tried disabling ALL addons except questie and I still have it :(

commented

Do me a favor... change this line in QuestieNotes.lua - should be line 381

From this:
elseif objective and GetTime() - Questie_LastTooltip > 0.01 then

To this:
elseif objective and GetTime() - Questie_LastTooltip < 0.05 then

...and test again. This seems to have fixed it on my computer.

commented

@Dyaxler

My hero, it works smooth like never before now. ๐Ÿ‘

Time to start use questie again!

Ty and just let me know if you want me to test something more!

commented

@Dyaxler

Edit: actually the only thing now is that it doesn't show the info at all in the item tooltip.
But now it is like I toggled off that fuction and that's what I requested at first post, just wanted to let you know. But for me, its perfect if it's disabled instead of flickering :)

commented

Doesn't show at all?!?!

Try .01 instead of .05 then... tooltips show up just fine on my machine. You must have a SUPER fast computer if the tips aren't showing up. You're blowing by the function too fast.

commented

untitled

commented

@Dyaxler

Hehe, funny you mention that. I tried 0.01 and it was flickering, then I tested all from 0.0125 and it was flickering all the way until 0.0165 and there it started not show at all. I will try a bit more.

commented

Let me go back over my code... maybe there was another line I changed.

commented

Opps... I did change some other lines. haha

image

commented

@Dyaxler

Ok so, do I change something from that screenshot?

commented

No rush btw =)

commented

Well I only told you to change the bottom one.... let me just attach my file. I don't know why I didn't just do that to begin with. Just make sure you rename the file back from TXT to LUA.

QuestieNotes.txt

commented

sickdude

Nice job man, thanks alot!

commented

dffgfgdf

Last thing, since I used your file it spams this is chat whenever I mouseover anything in the game.

Any ideas?

commented

Oppps.... I left one of the debug checks turned on LOL.

Lines - 225

--DEFAULT_CHAT_FRAME:AddMessage("ClearLinesHook " .. GetTime());

and 231

--DEFAULT_CHAT_FRAME:AddMessage("AddLineHook " .. line);

Just comment those guys out...

commented

These changes have been checked in.

commented

Thanks for the video! This is more helpful than most people who complain - "...it's broken fix it." LOL...

I notice it flicker once on my computer but, once the tooltip is cached it stops. I've never seen it persist like that. I'll try adjusting the timings a bit. I've got code to keep it from looping over and over like that but maybe I missed a stop check somewhere. I was pretty tired when I first threw this code together and it was entirely re-written from scratch compared to the original logic loop I was using...

commented

@Dyaxler

Ok thanks for looking into this, if you do find a solution please let me know in this thread.
It's amazing to get the phone notification!

Keep up the good work.
Regards.