[Addon] Questie v2.0.12 - A quest helper for vanilla!

Re: [Addon] Questie v2.0.10 - A quest helper for vanilla!

by Wildforce » Sun Aug 09, 2015 5:10 pm

I am getting serious stutter lags whenever i target something.
It is located to be due to this Questie Addon.
60 Hunter
User avatar
Wildforce
Sergeant
Sergeant
 

Re: [Addon] Questie v2.0.9 - A quest helper for vanilla!

by ravinki » Mon Aug 10, 2015 6:04 pm

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! :)


I found the file and the line with our little option :P
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. :(

Image
ravinki
Private
Private
 

Re: [Addon] Questie v2.0.10 - A quest helper for vanilla!

by Randomtask » Wed Aug 12, 2015 12:17 pm

Hi there, First off great addon. Iv been using it for a few days but recently iv started getting stutter lag when ever I hover over a mob that needs to be killed for a quest (Any mob that needs to be killed for quests ever; even ones that iv already beat) or hovering over an NPC that had / has a quest or will have a quest in the future. It really makes the addon unusable due to this. Im wondering if anyone has a work around for this?
Randomtask
Private
Private
 

Re: [Addon] Questie v2.0.9 - A quest helper for vanilla!

by schaka » Thu Aug 13, 2015 4:22 pm

ravinki wrote:I found the file and the line with our little option :P
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. :(

Image


It's a for-loop. You want it to go from 1 to 60, so for l=1, 60, or for l=1, level (since you don't want quests ABOVE your level).
schaka
Senior Sergeant
Senior Sergeant
 

Re: [Addon] Questie v2.0.10 - A quest helper for vanilla!

by Scamp » Thu Aug 20, 2015 11:02 pm

Finally, a new questie version has been released. We've all been busy with summer events but things are picking up again. Expect more updates to follow


Anyway, here's the changelog:
- Fixed several nil errors (Thanks @twothe)
- Fixed darkened sell price glitch
- Added /questie lowlevel to show all low level quests
- Added /questie complete to manually flag a quest as complete
- Some code cleanup


As always, the download is on the github release page, here: https://github.com/AeroScripts/QuestieDev/releases
User avatar
Scamp
Senior Sergeant
Senior Sergeant
 

Re: [Addon] Questie v2.0.11 - A quest helper for vanilla!

by Humble Kagu » Fri Aug 21, 2015 12:39 am

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.
Looking to re-live Vanilla together with a friendly, welcoming and well-behaved bunch? Then we open our doors at http://sanctuaryguild.org where we look forward to hear from you! ☼
Humble Kagu
Sergeant
Sergeant
 

Re: [Addon] Questie v2.0.11 - A quest helper for vanilla!

by Scamp » Fri Aug 21, 2015 7:32 pm

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.

Not in this version but I'll try to get something up in the next one. Creating a github issue about it now.


Good to see you're still around kagu :D
User avatar
Scamp
Senior Sergeant
Senior Sergeant
 

Re: [Addon] Questie v2.0.11 - A quest helper for vanilla!

by AverageJoe » Fri Aug 21, 2015 7:40 pm

Oh God yes. I thought this project died (Well, not really died but...was forgotten about). Will download and try tonight.
Image
User avatar
AverageJoe
Legionnaire
Legionnaire
 

Re: [Addon] Questie v2.0.11 - A quest helper for vanilla!

by DefiasThug » Sun Aug 23, 2015 5:07 am

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
DefiasThug
Tester
 

Re: [Addon] Questie v2.0.11 - A quest helper for vanilla!

by Scamp » Mon Aug 24, 2015 7:51 pm

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

I'm working on an option for this that should be out in the next couple versions, hold tight!

It's kinda a big thing to do it manually, many parts of the mod rely on the tracker.
User avatar
Scamp
Senior Sergeant
Senior Sergeant
 

PreviousNext

Return to Addons & macros