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

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

by Scamp » Mon Oct 19, 2015 5:22 pm

null45 wrote:Count: 2
Error: ...rface\AddOns\!DataStore_Quests\!DataStore_Quests.lua:236: attempt to index field `?' (a nil value)
--------------------------------------------------
Count: 2
Error: ...rface\AddOns\!DataStore_Quests\!DataStore_Quests.lua:234: attempt to index local `Quest' (a nil value)
--------------------------------------------------
Count: Infinite
Error: Interface\AddOns\!Questie\Questie.lua:368: attempt to index local `Quest' (a nil value)

These errors at clear installation of questie 3, i.e. with deleting any questie files from interface and wtf folders both (commit hash: a30c99171c9f9e462d44f494b22cd0b950fa2bdd). How properly install 3.x version?

3.0 is still very much WIP, thanks for the report it helps, but the only way to get it working is wait for it to be fixed (or add a nil check in manually yourself). It breaks depending on what's in your quest log, when quest data is missing etc.

Hold tight guys a proper 3.0 alpha/beta release is Coming Soon™
User avatar
Scamp
Senior Sergeant
Senior Sergeant
 

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

by Logon » Tue Oct 20, 2015 10:32 am

null45 wrote:Count: 2
Error: ...rface\AddOns\!DataStore_Quests\!DataStore_Quests.lua:236: attempt to index field `?' (a nil value)
--------------------------------------------------
Count: 2
Error: ...rface\AddOns\!DataStore_Quests\!DataStore_Quests.lua:234: attempt to index local `Quest' (a nil value)
--------------------------------------------------
Count: Infinite
Error: Interface\AddOns\!Questie\Questie.lua:368: attempt to index local `Quest' (a nil value)

These errors at clear installation of questie 3, i.e. with deleting any questie files from interface and wtf folders both (commit hash: a30c99171c9f9e462d44f494b22cd0b950fa2bdd). How properly install 3.x version?


Both these should be fixed now, please update! Thanks for the reporting, will probably update the DB_Quest.lua to include all quests in the game instead to prevent this.

Edit: Would also be wonderful if you screenshotted your qlog so we could figure out what quest causes the error, added some debug messages for now atleast.
-- Developer of Questie --
-- Download at: https://github.com/AeroScripts/QuestieDev --
Logon
Grunt
Grunt
 

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

by Wraith§Reaver » Tue Oct 20, 2015 6:38 pm

A little doubt, If we still have an old beta version installed (2.0.10), is safe to only replace those folders (Questie+!Questie compatibility) with the latest ones (from 2.0.12), without deleting the corresponding (old config) .lua files within the Variables folders in WTF?
Thanks
User avatar
Wraith§Reaver
Senior Sergeant
Senior Sergeant
 

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

by Gimmicks » Tue Oct 20, 2015 10:37 pm

First off, great addon and thanks so much for all the work you have put into this! Recently I've encountered a problem on a couple of my toons where my screen will freeze for about 1/4-1/2 a second anytime I mouseover an npc (quest givers, vendors, innkeepers, quest mobs, about the only thing that seems to not affect it is guards.) Definitely not game breaking, just more of an annoyance really. I've verified that it is questie causing this by disabling all other addons, so it's not conflicting with anything else. It happens with any 2.x version, v1 doesn't cause this but the quest tracker doesn't work for some reason.

Has anyone else ran into this problem, any known fixes? Again it doesn't happen on all my toons just 2 of them for some reason. Doesn't pop up with an error message so not sure if I should be including any other information, but happy to do so if instructed!
Gimmicks
Tester
 

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

by Logon » Wed Oct 21, 2015 8:11 am

Gimmicks wrote:First off, great addon and thanks so much for all the work you have put into this! Recently I've encountered a problem on a couple of my toons where my screen will freeze for about 1/4-1/2 a second anytime I mouseover an npc (quest givers, vendors, innkeepers, quest mobs, about the only thing that seems to not affect it is guards.) Definitely not game breaking, just more of an annoyance really. I've verified that it is questie causing this by disabling all other addons, so it's not conflicting with anything else. It happens with any 2.x version, v1 doesn't cause this but the quest tracker doesn't work for some reason.

Has anyone else ran into this problem, any known fixes? Again it doesn't happen on all my toons just 2 of them for some reason. Doesn't pop up with an error message so not sure if I should be including any other information, but happy to do so if instructed!


Known bug, fixed in 3.0
The issue is that the item the mob drops is dropped from so many mobs the code will "hang" because of the amount of data...

3.0 should probably be done within a week (but no promises)
-- Developer of Questie --
-- Download at: https://github.com/AeroScripts/QuestieDev --
Logon
Grunt
Grunt
 

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

by Yerco » Wed Oct 21, 2015 12:16 pm

Hi tried to find a solution for my problem in the thread but did not find one.

Here is my problem. I started as an Human and all the quest items, quest npc etc from elwynn forest are located in redridge mountain. A quest in Stormwind is in Undercity so there seems to be some problem with cords?

Already redownloaded it, deleted WDB WTF, what else can I do? It worked perfektly on an other private 1.12 server.

Thanks for help

Greetings
Yerco
Tester
 

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

by schaka » Wed Oct 21, 2015 1:56 pm

That sounds a lot like you're not using an English client. It was mentioned several times we don't support non-English clients.
schaka
Senior Sergeant
Senior Sergeant
 

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

by Logon » Thu Oct 22, 2015 1:51 am

Sneak peak

Image
Shift+Ctrl click to promt a force complete function for quests from the map screen

Image
My Stresstest character (Pretty much has all the quests in Crossroads...)

Its pretty much done, what is left is the Arrow and the Questie tracker.
Support has been implemented to support vanilla Questlog, EQL3 Questlog and soon our own questlog with slash commands to switch between ours and your own.

If you know how to download it and are prepared for bugs and wanna give feed back goahead to github and download it of its branch and report all the bugs you can find even if they are obvious or if quests are missing loads of data.
-- Developer of Questie --
-- Download at: https://github.com/AeroScripts/QuestieDev --
Logon
Grunt
Grunt
 

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

by Retrogamer » Thu Oct 22, 2015 5:53 pm

Hi everyone,

I'd like to start by saying great addon and thanks!

I'm not sure if this is a bug or not, but when I first started using Questie I noticed there was a tooltip that appeared whenever I hovered over a mob which told me how many kills were needed for a quest? This tooltip seems to have gone. I'm using the latest version of the addon. Its the tooltip that's shown on the first page of thread.

The version I'm using is Questie-2.0.13.

Is there anyway to fix this?

Thank you
Wolfmind - Dwarf Hunter on Nostalrius PvE
Professions - Leatherworking and Skinning
User avatar
Retrogamer
Sergeant
Sergeant
 

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

by Logon » Thu Oct 22, 2015 6:59 pm

Retrogamer wrote:Hi everyone,

I'd like to start by saying great addon and thanks!

I'm not sure if this is a bug or not, but when I first started using Questie I noticed there was a tooltip that appeared whenever I hovered over a mob which told me how many kills were needed for a quest? This tooltip seems to have gone. I'm using the latest version of the addon. Its the tooltip that's shown on the first page of thread.

The version I'm using is Questie-2.0.13.

Is there anyway to fix this?

Thank you


Ehhhhh, dont know really, but im not really fixing bugs for 2.0 as you can imagine when we are very close to a 3.0 release :( we just need to add the arrow and tracker and 3.0 is done.

I would guess you are using a tooltip addon that overrides the tooltip and that is why its gone.
-- Developer of Questie --
-- Download at: https://github.com/AeroScripts/QuestieDev --
Logon
Grunt
Grunt
 

PreviousNext

Return to Addons & macros