Page 4 of 19

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

PostPosted: Thu Mar 17, 2016 6:50 am
by Dyaxler
OK, OK, OK... I feel like a dummy! So sorry... I caught an issue and fixed it right away.

v2.61 is now available. Please don't use v2.6

* Found a nil error at the last minute while getting a quest. At first
I thought I had forgotten to remove some debug code but it was a line
I inserted to keep from flagging event type quests as Complete until
after the event was complete such as: "Go to this cave and explore it."
I ran into a quest that isn't an event and has no objectives and it was
causing a nil error - fixed. Inserted one more check to make sure the
table entry exsists before going on to check a second entry within the
first. Haha...

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

PostPosted: Thu Mar 17, 2016 7:17 am
by Azonos
I would love to be able to close the map with esc, any chance I get to do this anytime soon?

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

PostPosted: Thu Mar 17, 2016 7:23 am
by dngrs
shift clicking made the quests appear but my quest tracker now is half overlayed over my chat window and i cant move it

it wasnt in this area originally

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

PostPosted: Thu Mar 17, 2016 7:31 am
by Azonos
dngrs wrote:shift clicking made the quests appear but my quest tracker now is half overlayed over my chat window and i cant move it

it wasnt in this area originally


Ctrl+Shift+left mouse drags it...

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

PostPosted: Thu Mar 17, 2016 7:54 am
by cyklon
f i look in QuestieAstro.lua i understand that if i dont have a mapaddon you made it possible to move and recize teh world map.
Been trying both ingame and in code to recize it without any success. am i poking around in the wrong file?

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

PostPosted: Thu Mar 17, 2016 8:21 am
by schaka
QuestieAstro is just our Astrolabe Vanilla backport. It cares care of coordinates and distance calculation, as well as creating frames on your map and minimap frame. It doesn't resize anything.

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

PostPosted: Thu Mar 17, 2016 11:34 am
by monteo
3/17 17:32:21.088 Error loading Interface\AddOns\!Questie\Database\hash.lua

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

PostPosted: Thu Mar 17, 2016 2:45 pm
by Dyaxler
Azonos wrote:I would love to be able to close the map with esc, any chance I get to do this anytime soon?


What ever key you have Bound to your System Menu... this is the key that closes the mini map. So if Esc is bound then Esc can close the mini map... by default.

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

PostPosted: Thu Mar 17, 2016 2:46 pm
by Dyaxler
dngrs wrote:shift clicking made the quests appear but my quest tracker now is half overlayed over my chat window and i cant move it

it wasnt in this area originally


Your chat window might be superimposed over your QuestTracker not allowing you to hover over that frame. Unlock your chat window and move it out of the way.

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

PostPosted: Thu Mar 17, 2016 2:50 pm
by Dyaxler
cyklon wrote:f i look in QuestieAstro.lua i understand that if i dont have a mapaddon you made it possible to move and recize teh world map.
Been trying both ingame and in code to recize it without any success. am i poking around in the wrong file?


/wave schaka

Yeah, he's right. I only inserted code to remove the full screen back drop and made the Worldmap drag-able in case a user needed more room to see their chat. Unless I wrap the entire Worldmap frame inside a frame that's resizable - at that point you might as well use Metamap or Cartographer. :)