Results: 17Comments by: zarnyeq2
File: Tradeskill Advice01-03-12
edit: updated to recognize tradeski...
Posted By: zarnyeq2
edit: updated to recognize tradeskillmaster. as for recognizing required items for a leveling path would have to be hard coded. (or i write a 'tradeskillprogress' hookin that can help plan) If this is still updated I have two requests: 1. Support for marketprices from the Tradeskillmaster addon 2. Recognize "needed"...
File: GathererDB unofficial data02-22-11
i pulled the data from the map pins...
Posted By: zarnyeq2
i pulled the data from the map pins on wowhead, dont supose that there really ARE 309 cinderbloom, 699 twilight jasmin? i sure remember seeing areas with 8 guild recorded nodes on the minimap in uldum... pretty congested regardless where you get the data. ya the 521+478+474 elementium/rich ele/pyrite probably are somewhat stacked...
File: GathererDB WoWHead02-21-11
GOOD NEWS everyone, i wrote my own...
Posted By: zarnyeq2
GOOD NEWS everyone, i wrote my own wowhead gathering script that dumps a DB_WowheadData.lua file based on current wowhead info.. its sliiiightly buggy by having a few treasure objects that gatherer itself doesnt expect and i forced it to ignore zones it doesnt handle (such as in dungeons) but for us this doesnt matter. i uploaded it...
File: Gatherer12-16-10
i found a few of the more compact d...
Posted By: zarnyeq2
i found a few of the more compact digs would be pretty tough to differenciate a few nodes... btw... dig sites can also repeat (6 gatherers in same dig)... given that you can get the names of your current digs and store which dig is what type you can easily pop up only active nodes on minimap i know its out of the scope of this add...
File: QuestHelperLite12-10-10
hey you, i wanted this to support a...
Posted By: zarnyeq2
hey you, i wanted this to support archeology so i hacked together a semi working for personal use(not ready for public) archeology mode, so it will lead you to closest archeology site on your current continent while still keeping track of shortest route... with more work you could actually make it do both that and questing. the ba...
File: Gatherer12-09-10
the archeology nodes dont appear ra...
Posted By: zarnyeq2
the archeology nodes dont appear random, just a "mini zone" subset, otherwise it would be virtually impossible to get 2 nodes in a row on top of each other (happened a few times now and not just to me, check wowhead comments) since the currency is only obtained from the harvest itself (no dailys or bags of swag or anything) data...
File: Tradeskill Advice11-07-10
ya im suprised i forgot to put that...
Posted By: zarnyeq2
ya im suprised i forgot to put that in the description, it supports Auc-Advanced, Auctionator, AuctionMaster, and AuctionLite. atm it doesnt even involve either skillit or the default window, this would only be for the "recomend now" button
File: Tradeskill Advice10-22-10
anyone have any feature/change requ...
Posted By: zarnyeq2
anyone have any feature/change requests? i have an idea of adding a button to your current trade window to easily select the recipy you should craft "now" (i would need to know what mods besides skillit and advanced tradeskill window people might use) and as a side note, beta has multi skillups for recipies implimented but they on...
File: QuestRouterLite10-11-10
i was actually about to write an ad...
Posted By: zarnyeq2
i was actually about to write an addon similiar to this for cata that also works with archeology. i found a hackish fix to get ALL the positions instead of just the ones of the current map zone. (and have the nice little shortest route handler of questhelper) it will not be smart enough to do start -- a --- b --- c path should be...
File: OopseyRaid08-10-10
i quite literally slapped this thin...
Posted By: zarnyeq2
i quite literally slapped this thing together in 30 minutes including testing for a friend.
File: Auctioneer06-01-10
taint problem found
Posted By: zarnyeq2
i found the cause of the taint issue regarding "searchlfgleave" after opening the raid browser... it comes from the line Stubby.RegisterFunctionHook("ChatFrame_OnEvent", -200, private.onEventHook) within the askprice module, you can change this to a securehook and it still seems to work without problems
File: SSPVP305-29-10
im actually debating writing a bigw...
Posted By: zarnyeq2
im actually debating writing a bigwigs plugin (for those of us who dont use dbm) but 2/3 of the code would look veeerryyy similiar, btw, i found a addon taint issue with the av.lua file hooking in to record monster yells, the filter now includes among other things the "author" of the yell
File: Overachiever05-27-10
taint problem found
Posted By: zarnyeq2
well i found the taint problem, it comes from hooking SetItemRef, as a simple proof, heres how you tell, log in, open LFR frame, look at any raid (ie icc 25) close the LFR frame, wait 40 seconds, boom taint error. if you change overachiever.lua line SetItemRef = function(link, text, button, ...) to SetItemRef2 = function(link,...
File: Tradeskill Advice03-31-10
Re: dependancies
Posted By: zarnyeq2
Originally posted by Tweeker Since this is dependant on an addon called TradeSkillInfo.. do you know where i can get that? The one here is dated for 2008 I added the tradeskillinfo file from 2008, and this does not work at all, following exact instructions. nice concept, wish it worked. i wasnt aware that tradeskill...
File: Tradeskill Advice03-27-10
Originally posted by Purity Aucti...
Posted By: zarnyeq2
Originally posted by Purity Auctionator support? Or only Auctioneer? il work on adding more support as people ask for it, for prices i need to be able to preferably ask by id but asking by link workes too. for the info i need recipies subcomponents theyre sources and the skills they are orange/yellow ect at. any more addons it...
File: SSPVP303-08-10
i fixed up the addon to (hopefully)...
Posted By: zarnyeq2
i fixed up the addon to (hopefully) work now, it corrects wsg flag carrier name things... re enables the time to cap in ab and ioc, and time to win in ab and eots, until i have permission to post the file heres how you edit it yourself... in flag.lua change buttons.type = "Alliance" self.Alliance = buttons buttons.type = "...
File: Tradeskill Advice07-30-08
Originally posted by Hapepe82 Wha...
Posted By: zarnyeq2
Originally posted by Hapepe82 What a great idea! I am not sure if I will use it, because I almost always farm the items I need for my professions by myself, but this is an absolutely wonderful idea! Will it work with non enGB/enUS clients? I see that you use item ID, so I guess it will? Thumbs up! i never work with na...