Results: 312Comments by: ZorbaTHut
File: QuestHelper11-29-08
Originally posted by blackpandemic...
Posted By: ZorbaTHut
Originally posted by blackpandemic Just thought I'd post that QH is somewhat 'broken' for the quest, The Etymidian. It has you, or wants you to, travel via flight paths all the way to Un'goro, but you can not get where you need to from Un'goro. You have to walk through the Waygate in southern SB to get there. That's going to...
File: QuestHelper11-29-08
Originally posted by Potter so if...
Posted By: ZorbaTHut
Originally posted by Potter so if I'm not mistaken the "filter Done" toggles showing of quests that have been completed..does that mean the npc..the mobs..or both? All I want is to get QH to stop showing me yellow ? marks on my map when I don't actually have a quest to turn in "yet" because I haven't completed it yet Not-ent...
File: QuestHelper11-29-08
Originally posted by keithgabryelsk...
Posted By: ZorbaTHut
Originally posted by keithgabryelski I'd love to. Care to share your data source code and the utility you use to compress the data into the static structures? The utility is in the Git repo. The data is in amazon.com S3, and may cost a dollar or two to download, if you really want - it's several gigabytes. Last I checked, you...
File: QuestHelper11-29-08
Originally posted by keithgabryelsk...
Posted By: ZorbaTHut
Originally posted by keithgabryelski Would you consider 2gb of ram not enough? how about a 1.7ghz processor? my testing shows 15 seconds to load with-out any add-ons. With just qh: 24 seconds to load (to a full loading bar) and a full minute more (this is after several consistent) to get from the fully filled in start blue ba...
File: QuestHelper11-28-08
Originally posted by Facktotum Up...
Posted By: ZorbaTHut
Originally posted by Facktotum Upon login getting this error every time even after restarting Wow. v: 0.74 game: 3.0.3 locale: enUS timestamp: 2008-11-29 01:56:03 mutation: nil Interface\AddOns\QuestHelper\utility.lua:342: in function `Assert' Interface\AddOns\QuestHelper\collect_object.lua:37: in function `v' Interface...
File: QuestHelper11-28-08
Originally posted by thebundok Ju...
Posted By: ZorbaTHut
Originally posted by thebundok Just curious as to how often you update from /qh submit data emailed to you. I've sent in my LUA files 5 times now and still the same information comes up with /qh nag verbose and with additional information added. Are there perhaps some quests/fp's that just don't update? Usually every version, w...
File: QuestHelper11-28-08
Flightpath crashes: Fixed in 0.7...
Posted By: ZorbaTHut
Flightpath crashes: Fixed in 0.73 or, I hope, 0.74. It was just a bug in 0.72 that seems to have hit some people but not others (i.e. it didn't hit me when I tested.) I'm hoping 0.74 will work, if it doesn't, try 0.73. I'm not going to reply to each comment individually :) Originally posted by zoktar QuestHelper: Unhandled...
File: QuestHelper11-27-08
Originally posted by AnrDaemon Th...
Posted By: ZorbaTHut
Originally posted by AnrDaemon There's a BIG core WoW error in handling addons at loading. Only solution I've found so far is disabling all addons, login and move to less overcrowded place. I don't suppose you can describe the error, the causes, any exacerbating factors, and any fixes, in more detail? Is it any plugin besides Q...
File: QuestHelper11-27-08
Originally posted by AnrDaemon ms...
Posted By: ZorbaTHut
Originally posted by AnrDaemon msg: Interface\AddOns\QuestHelper\routing.lua:403: attempt to perform arithmetic on local 'index' (a nil value) Ugh. Working on it, this one's gonna take a while. Originally posted by BW~Merlin Would submitting my QuestHelper data help in resolving some of these minor issues Sadly, no. T...
File: QuestHelper11-24-08
Originally posted by Ne0nguy I ha...
Posted By: ZorbaTHut
Originally posted by Ne0nguy I have run into this problem too. It usually occurs when i log out immediately after hearthing or teleporting to Dalaran. I think QuestHelper gets confused if you log in on top of a known waypoint or something. If you disable QuestHelper move then re-enable it it usually works fine. Edit: i don't...
File: QuestHelper11-24-08
Re: Re: Quest Helper memory allocations
Posted By: ZorbaTHut
Originally posted by AnrDaemon May be, because I want to have russian interface while playing on english realms? (Well, not me, but I do know some people, who may benefit from such) I believe GetLocale() gets the locale of the server - Questhelper has an internal locale flag for what Questhelper interface to use. It's a separat...
File: QuestHelper11-23-08
Re: Quest Helper memory allocations
Posted By: ZorbaTHut
Originally posted by stqn I'm wondering what is the problem with adding something like: if( GetLocale() ~= "frFR" ) return on the top of frFR-related files, and so on for other languages. All other addons I've looked at do that, so why not? I'm pretty sure I had a good reason not to do this. For the life of me I can't remember...
File: QuestHelper11-22-08
Originally posted by Caldar Is the...
Posted By: ZorbaTHut
Originally posted by Caldar Is there a way to adjust the scale of the tooltip? It *huge* on my screen. Its like its using a 20-24 pt font. Sadly, no. I came up with a fix to make it smaller (it's based on your UIScale) but the fix also broke it entirely on people with fullscreen maps. I haven't yet come up with a fix that doesn't br...
File: QuestHelper11-21-08
Re: Re: Re: Re: Re: Quest helper in BG's
Posted By: ZorbaTHut
Originally posted by Aesir This is an old and common issue relating to when the crazy taxi arrow flips quickly between two points that (I assume) QH thinks are roughly close to one another in terms of pathing efficiency. It occurs less frequently in later versions of QH, but it never went away completely. A screenie wouldn't help...
File: QuestHelper11-21-08
Re: Re: Re: Re: Re: Re: Re: Quest helper in BG's
Posted By: ZorbaTHut
Originally posted by Thortok2000 Are you just ignoring my comment on the subject? =P I'm not entirely convinced you're right either ;) What you're describing indicates that there would be a bug in WoW's Lua implementation. I've done a *ridiculous* amount of shifting data around in WoW, with well over a hundred megs of addon me...
File: QuestHelper11-21-08
Re: Re: Re: Re: Re: Quest helper in BG's
Posted By: ZorbaTHut
Originally posted by Species8472 Yeah, hardware issue was my first thought too, the error appeared the first time after I put in new hardware. The first thing I did was running a deep memory scan. It took 12 hours I think. I have other applications that utilize a lot of memory, and the error only occurs with WoW, so I am fairly cer...
File: QuestHelper11-20-08
Re: Re: Re: Quest helper in BG's
Posted By: ZorbaTHut
Originally posted by WNxSajuukCor But it's still loading them, even if they're being dumped while in-game. I just modified the code to only load enUS and removed the other static lua language files from the folder and my errors were no more :) True. Nontrivial to change, sadly. I may eventually put together a Lite version, but...
File: QuestHelper11-20-08
Re: Quest helper in BG's
Posted By: ZorbaTHut
Originally posted by didah QH is bugged on every battleground and leaves an error box on my screen with the Astrolobe lua that doesnt go away unless I leave the BG. ..\QuestHelper\AstrolobeQH\Astrolobe.lua:276: attempt to compare table with number Fixed in 0.70 (which I'm testing right now.) Sorry about this one, forgot...
File: QuestHelper11-20-08
Re: Re: Re: Unhandled event type
Posted By: ZorbaTHut
Originally posted by Hotcooler IMO that's not corruption. That's simply someone bought this soil off the auction. Ans addon marked the place where xD It's corruption - beer waitresses don't give you AH items. :)
File: QuestHelper11-19-08
Re: Unhandled event type
Posted By: ZorbaTHut
Originally posted by Oslek I've been getting an 'Unhandled event type: player' error recently. Is this a known issue and is there any way to fix it? The message pops up quite often and can be very spammy at times. Yes and sort of, respectively. It's related to a daily PvP quest - if you have that quest, you'll get sp...
File: QuestHelper11-19-08
Originally posted by Kodewulf I c...
Posted By: ZorbaTHut
Originally posted by Kodewulf I can confirm this. It seems that QH corrupts the Cache folder. Deleting the Cache folder solves the problem for the current session. Version 0.68 worked fine for me, touch wood. :D I haven't spent much time trying to investigate why it happens. My guess is that there is a problem caused by an inco...
File: QuestHelper11-19-08
Originally posted by Borrie I hav...
Posted By: ZorbaTHut
Originally posted by Borrie I have exactly the same problem. The lastest uploaded version of QH causes WoW to crash for me too. I downloaded an upload before latest and now it works perfectly without the crashes. I tested it by only installing and using QH addon and still crashes with the latest version. So short term solution: us...
File: QuestHelper11-18-08
Originally posted by RyuujinX7 Aw...
Posted By: ZorbaTHut
Originally posted by RyuujinX7 Awesome mod. I would like to contribute by offering a suggestion. It seems like an obvious one (someone may have already suggested it or made you aware of it). Your icons conflict with WoWs icons on the minimap in the upper right of the screen. Because you are using big circles, sometimes it cover...
File: QuestHelper11-17-08
Originally posted by Aesir While...
Posted By: ZorbaTHut
Originally posted by Aesir While the blizz quest tracker just flags this quest as "Dungeon", and not "Completed", it is a quest that I have to 'talk' to an NPC for. I don't know if this is desired behavior or not for the filters, but I can say that it wasn't giving me the output I was expecting. Thortok's explanation is quite...
File: QuestHelper11-16-08
Originally posted by AnrDaemon Wa...
Posted By: ZorbaTHut
Originally posted by AnrDaemon Wayy?? What's this one trying to do? I need the "/qh error" dump, the Swatter dump misses some info that I find useful. Originally posted by badMonkey I just got this: msg: nil dodads pos issue, pos And a little feature request: Please add an option to choose between those ant trails an...