NOTICE: This league is using the BLEEDING EDGE game engine. For more information, click here.

The new user interface is in preview!

Want to check it out? Click here! (If you don't like it, you can still switch back)

League Forums

Main - Beta Chat

"Do Not Draft" checkbox

By jdavidbakr - Site Admin
4/21/2017 9:28 am
Just added this as the first update for 0.4.2.

Re: "Do Not Draft" checkbox

By setherick
4/21/2017 1:11 pm
jdavidbakr wrote:
Just added this as the first update for 0.4.2.


Just noticed this in the Beta-87 draft. This will be awesome for setting up an auto-draft.

Re: "Do Not Draft" checkbox

By WarEagle
4/22/2017 9:22 am
Excellent!

Almost makes me wish I was part of a new allocation.

Maybe this should be checked by default for P/K to avoid some of the issues we've seen with picks made by the Ai (or inactive users).

Re: "Do Not Draft" checkbox

By jdavidbakr - Site Admin
4/22/2017 9:53 am
WarEagle wrote:
Excellent!

Almost makes me wish I was part of a new allocation.

Maybe this should be checked by default for P/K to avoid some of the issues we've seen with picks made by the Ai (or inactive users).


I have actually made some tweaks to the way the AI will set the auto-list - previously it was putting any holes in your roster at the top, so when the AI would choose a punter in the first round it was because the teams were stocked at the other positions. I've updated the default auto-list to hopefully prevent that in the future.

Re: "Do Not Draft" checkbox

By WarEagle
4/22/2017 11:25 am
How about the Ai evaluating based on the player's best position instead of default position?

I think I saw something mentioned about that, but it may just be for the trade value score.

Re: "Do Not Draft" checkbox

By WarEagle
4/25/2017 6:33 am
I just want to say I am loving this feature.

If we had the ability to upload a csv with our own player rankings, I think I would be completely satisfied with the draft tools...at least until the next draft.

Re: "Do Not Draft" checkbox

By RLWJR
4/25/2017 3:01 pm
WarEagle wrote:
I just want to say I am loving this feature.

If we had the ability to upload a csv with our own player rankings, I think I would be completely satisfied with the draft tools...at least until the next draft.


I use Python and the Requests package to send my draft pick list to the manual pick list. If you are familiar with Python I can try to guide you through the process. It's pretty simple if you have any experience with Python.

Re: "Do Not Draft" checkbox

By WarEagle
4/25/2017 3:45 pm
I am not familiar with Python, but it sounds like it's worth looking into.

Thanks

Re: "Do Not Draft" checkbox

By setherick
4/26/2017 5:21 pm
RLWJR wrote:
WarEagle wrote:
I just want to say I am loving this feature.

If we had the ability to upload a csv with our own player rankings, I think I would be completely satisfied with the draft tools...at least until the next draft.


I use Python and the Requests package to send my draft pick list to the manual pick list. If you are familiar with Python I can try to guide you through the process. It's pretty simple if you have any experience with Python.


What is this voodoo that you speak? How difficult was it to create that? I started looking into the Requests package a bit this morning, but didn't get too deep into it.

Re: "Do Not Draft" checkbox

By kicker10bog
4/26/2017 5:28 pm
Really just need to know what URLs to use I would think, like any API. (Though this may not be a full-fledged API)