Where can I find the email notification?? I tried to search this #emailTo# and #emailFrom# but its not in the config file.
In Mobile Tab of Configuration Window
Where can I find the email notification?? I tried to search this #emailTo# and #emailFrom# but its not in the config file.
In Mobile Tab of Configuration Window
You mean ill just put the email in the mobile tab???
@fuimusbruce, i'll test your profile now and see what I can come up with.
awesome cant wait to see what you come up with. Also hoping you can release a version of yours without darks ruleset
AwesomeNext release, you have an option for disable Item Rules
((iElitesWithinRange[RANGE_20] >= 1 || CurrentTarget.IsEliteRareUnique) && (CurrentTarget.HitPoints >= 0.30 || playerStatus.CurrentHealthPct <= 0.60))
((iElitesWithinRange[RANGE_6] >= 1 || CurrentTarget.IsEliteRareUnique) && (CurrentTarget.HitPoints >= 0.30 || playerStatus.CurrentHealthPct <= 0.60))
Just disable Selective WW in the Barb tabSomeone knows how to fix WW build, so it's attack Occultist of Blood Clan with the skills? Since it uses only auto-attack, and they kill few times since you got them down.
This has been an issue for ages now. If the fix is really this simple you are my hero, Magi. I'll be testing thisAny barb WW users out there, any of you finding WotB not always firing on elites, or taking time to fire?
I think it might be the range. I was attacking a swarm of monsters including an elite in Skyfront A3 and WotB was ready to go, I had full health and spirit and had just initiated the fight so the elites still had plenty of health. I'm thinking this might need to be changed, but I'm just starting out so if I'm wrong, let me know:
Should we consider changing this part of WotB code:
Code:((iElitesWithinRange[RANGE_20] >= 1 || CurrentTarget.IsEliteRareUnique) && (CurrentTarget.HitPoints >= 0.30 || playerStatus.CurrentHealthPct <= 0.60))
To this:
Code:((iElitesWithinRange[RANGE_6] >= 1 || CurrentTarget.IsEliteRareUnique) && (CurrentTarget.HitPoints >= 0.30 || playerStatus.CurrentHealthPct <= 0.60))
I know we are zig zagging and perhaps the range set this low it may not fire either but just taking a quick glance, I think the range is why it didn't fire for me in this case. I had to manually click WotB to activate it (twice now as I write this). I should think as soon as we see an elite on radar and WotB is ready, we should be triggering it immediately as soon as we have the fury for it.
No problem Jubis! We should figure out the versioning as well. It should be 1.7.0.3 IMO rather than carrying the old "Unified version", since 1.6.3.4 is out the window anyways. I think hti can add darkfriend77 to to the UnifiedTrinity team in assembla if needed. Also, merge requests can be easily made in Assembla: https://www.assembla.com/spaces/breakoutdocs/wiki/Merge_requests, anyone can do it!
He's working on a new configuration file system. Once that's done it should be easy to add a GUI option to allow a user to easily select the 3 different loot filtering systems.
@fuimusbruce, i'll test your profile now and see what I can come up with.
So, I just got up for a minute to check on the bot and apparently the I fucked up the stashing pretty bad. I'm taking down 1.7.0.45 now and then when this is all fixed we'll get the version right.
Sorry everyone for this
edit: wait, did someone change the scoring formulas?
This has been an issue for ages now. If the fix is really this simple you are my hero, Magi. I'll be testing this