| Tested: | Hour of Twilight 4.3 |
| Updated: | 04-22-12 12:14 PM |
| Created: | 12-24-09 09:10 AM |
| Downloads: | 2,597 |
| Favorites: | 22 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
40300.21 |
178kB |
Rilgamon |
04-21-12 06:00 PM |
|
40300.10 |
297kB |
Rilgamon |
12-25-11 05:12 PM |
|
40300.8 |
282kB |
Rilgamon |
12-20-11 02:07 PM |
|
40300.7 |
281kB |
Rilgamon |
11-30-11 10:17 AM |
|
40300.6 |
281kB |
Rilgamon |
11-30-11 07:28 AM |
|
4.5 |
162kB |
Rilgamon |
04-27-11 05:07 AM |
|
4.3 |
186kB |
Rilgamon |
12-25-10 08:12 AM |
|
4.2 |
185kB |
Rilgamon |
12-09-10 03:09 AM |
|
4.1 |
185kB |
Rilgamon |
12-06-10 03:34 AM |
|
4.0 |
185kB |
Rilgamon |
12-04-10 09:07 AM |
|
1.8 |
178kB |
Rilgamon |
11-13-10 02:13 PM |
|
1.7 |
146kB |
Rilgamon |
04-12-10 12:41 PM |
|
1.6 |
146kB |
Rilgamon |
03-30-10 04:38 AM |
|
1.5 |
146kB |
Rilgamon |
03-25-10 05:04 PM |
|
1.4 |
145kB |
Rilgamon |
03-24-10 12:09 PM |
|
1.3 |
144kB |
Rilgamon |
02-19-10 04:15 PM |
|
1.2 |
143kB |
Rilgamon |
02-16-10 06:31 PM |
|
1.1 |
143kB |
Rilgamon |
01-11-10 05:44 AM |
|
1.0 |
141kB |
Rilgamon |
12-24-09 09:11 AM |
![]() |
Comment Options |
|
|
|
|
A Murloc Raider
Forum posts: 9
File comments: 102
Uploads: 0
|
40300.21 doesn't load.
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 7
Uploads: 0
|
Re: Re: Re: grammar
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 need on an items i dont want to skipneed i want to show need. But yeah we covered this area.
Last edited by Justacase : 12-22-11 at 09:43 PM.
|
|
|
|
|
||
|
Re: Re: grammar
So if you get a world drop it will be a boe and thus jump right to line 8 and if the showBoE quality is set lower you will still see it if skipNeed is active ![]() I'm already running low level dungeons (normal heroics) to test the treshold mechanic and I've added an "auto" modus. If its set to -1 your treshold is your current average itemlevel - 18 ... not sure yet if this is a good value but with 18 equipslots that would roughly equal to one tier lower I hope.
__________________
Stop the cataclysm ... fix the game! |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 7
Uploads: 0
|
Re: grammar
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.
Last edited by Justacase : 12-22-11 at 07:18 AM.
|
|
|
|
|
|
|
grammar
Replace all trashholds with treshold
My english sucks sometimes :P
__________________
Stop the cataclysm ... fix the game!
Last edited by Rilgamon : 12-22-11 at 01:56 AM.
|
|
|
|
|
|
|||||
![]()
![]()
![]()
__________________
Stop the cataclysm ... fix the game!
Last edited by Rilgamon : 12-22-11 at 01:50 AM.
|
|||||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 7
Uploads: 0
|
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 to line 8 you will have items that you might have wanted to roll need on that could be DE'ed either that or i have to set the options to show all BoE's of that quality. The quality check is still relevent though. Though i think the config options are what are still need to be adjusted; like i said they are not completely obvious. When you rolls on stuff it is really show me only stuff i am concerned with (for me) let the addon handle the rest. So (for me) let me see the Need/Greed/DE popup on stuff i can need on over a certain quality, auto-roll greed on BoE's over a certain quality (i dont need to see these as I would only either want to greed them not DE); all the rest gets handled by a catch all which will DE if it can else greed. .
Last edited by Justacase : 12-21-11 at 09:43 PM.
|
|
|
|
|
|
|
Yeah, I know documentation is not my strength
![]() ignoreOrbs is included so that orbs can be handled by the greedorbs-module. As you could roll need on them before 4.3 I added a choice which would fail if the autogreed-module was quicker to greed them. Not sure yet what I'll do of it now that you can roll greed only (need only in a guildgroup). lua Code:
I'll go through the lines and explain what I try to do ![]() Line 1: Allows other modules to decide what to do with the orb. Line 3: This will show BoP if you can need them and have enabled skipNeed. Line 4: arg1 is repsonsible for the disenchanting if possible and arg2 is the greed part. Line 6: Handles BoP that are not handled by 3 so here we just check if you decided to pass for this quality or disenchant/greed. Line 8: This will show BoE if you can need them above the selected showBoE-Value. Line 10: Greed if you not enabled to pass for this quality. And a special case for green items to always disenchant/greed even if you can need it. Line 12: Handles automated DE,Pass,Greed when you decide to not greedBoE. I think this should cover all possible cases so far ![]()
__________________
Stop the cataclysm ... fix the game! |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 7
Uploads: 0
|
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 going to happen and this needs to be clear to know what to select. So in a rough order/logic that it evaluates The setting 'ignoreOrbs' makes the addon to show orb roll (no tooltip on this config item) The setting 'Skip Need' need will show the roll for BoP items that you can need. If BoP then it will auto pass according to the 'Pass green/blue/epic BoE' check boxes (this includes ones i can need on) else if i can need on it show roll window if better quality item than on slider and i set 'Skip Need' if i set 'Greed BoE' then show if i set 'pass green/blue/epic BoE' or green and can DE (not sure about this as lua is not my native language) else .. not sure what your trying to do here .. Anyway .. seems some options are confusing as you describing them as to what the addon is seeing them as not what the player is seeing them as. ie/ 'Skip Need' is 'Show Need' Also things like if it is a BoP -BUT- i can need it then i may not get to need on it regardless of the 'Show/Skip Need' setting. Hope you can see what i mean. Some suggestions - and please take these as you will - done a fair bit of coding/program design in my time - but out of the industry now I would have put the options in an order that code a structure to the internal logic. So put the an option like 'Auto Greed Orbs' (in tooltip put somethign like 'Auto Greed Runed and Choas orbs') at the top. call your need option 'Show Need Rolls' (tooltip something like 'Show rolls i can need on that are of the selected quality or better') and have a scale after that if you want for 'min quality' call an option 'Show BoE rolls' (tooltip something like 'Show Bind-on-equip rolls that are of the selected quality or better')and have a separate min quality slider. the logic then falls through to a catch all which would be to in reality Auto DE if possible, Auto Greed, Auto Pass or Show Loot Rolls. Given Auto Pass on Loot is an option that Blizz provides you can loose that option so it is really Auto Greed then another option Auto DE if possible. (i dont mind coding these up if i get time but atm i am doing house renovations so not lots of time)
Last edited by Justacase : 12-21-11 at 09:24 AM.
|
|
|
|
|
|
|
A new version is pending and should work for random groups. A trashhold is not yet added so it will popup for loot you can need even if its way too low to be usefull
![]()
__________________
Stop the cataclysm ... fix the game! |
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 7
Uploads: 0
|
|
|
|
|
|
|
|
|
damn ... I tried to implement the canNeed part and found that you can need everything in a guildgroup even plate as a priest ... back to the drawingboard
![]()
__________________
Stop the cataclysm ... fix the game! |
|
|
|
|
|
|
|
hehe, good ideas ... but I fear that would be overkill for a simple module of misc helper
I'll try to steal some hours to check what can be done and what not this weekend ![]()
__________________
Stop the cataclysm ... fix the game! |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 7
Uploads: 0
|
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 the item level things goes .. that could be a tricky thing to always get right. You would want to compared it to your current equipped gear i suppose .. what about off specs .. or if you want to collect gear for a future spec. you could turn the option off i suppose. Is it trying to do doing too much? Just asking .. so you can bounce off ideas.
Last edited by Justacase : 12-12-11 at 12:40 AM.
|
|
|
![]() |