Results: 7Comments by: Justacase
File: zz_MiscHelper12-22-11
Re: Re: Re: grammar
Posted By: Justacase
Yeah ill try out the latest one - have alts to run through Dragon Soul and lower ones through new 5-mans, heroic and old content - so will get a good mix of testing - just didnt want to use the newer code on mains in case it didnt do things right. Yeah i think that is where the "SkipNeed" option is confusing because when i want to...
File: zz_MiscHelper12-22-11
Re: grammar
Posted By: Justacase
Blizz has changed it so that if you need BoE items they become BoP. It is only if you greed the BoE that it stays BoE As to it falling through that it might get DEd.. i suppose it could be the options getting me a little confused but in anycase it looks like you can see what i am talking about.
File: zz_MiscHelper12-21-11
I think line 3 should be if(c...
Posted By: Justacase
I think line 3 should be if(canNeed and quality>getPref2('showBOE') and getPref2('skipNeed')) then return end or really have a new slider for canNeed items and have if(canNeed and quality>getPref2('showNeed') and getPref2('skipNeed')) then return end A BoE becomes a BoP if you did need it. If a BoE falls through...
File: zz_MiscHelper12-21-11
Ok, going through the options and c...
Posted By: Justacase
Ok, going through the options and code to work out what is what. In the config: i see the new autogreed tab, but on the zz_MiscHelper tab there are the options 'AutoGReed Runed Orb/Choas Orb' and 'Greed or disenchant blue and green'. The order of the config options in 'autogreed' tab makes it confusing as to exactly what is goi...
File: zz_MiscHelper12-19-11
damn ... I tried to implement the c...
Posted By: Justacase
damn ... I tried to implement the canNeed part and found that you can need everything in a guildgroup Yeah this is true. It works ok for me with the code that i am using from below as it pops up a need/greed/DE window for that case.
File: zz_MiscHelper12-12-11
Yeah you could make the options qui...
Posted By: Justacase
Yeah you could make the options quite extensive/complicated. Like you said the item level - but also greed if it vendors over a certain amount (usually weapons) rather than DE it. As an option though it would be useful to have the DE (if available) as an option rather than as part of the same configuration option. As far as...
File: zz_MiscHelper12-10-11
The auto greed/disenchant wasn't wo...
Posted By: Justacase
The auto greed/disenchant wasn't working 100% for me (and didn't handle epics from new 5 mans) so i modified the code to only popup a need/greed/disenchant window when i could need on the item or it was a BoE blue or purple. Here is the changes to autogreed.lua: local function START_LOOT_ROLL(event,id,...) if (not id) then retur...