BuzzerBeater Forums

BB Canada > Canada U21 Season 26

Canada U21 Season 26

Set priority
Show messages by
From: Fresh24
This Post:
11
251787.85 in reply to 251787.84
Date: 3/30/2014 10:45:39 PM
Syndicalists' BC
Naismith
Overall Posts Rated:
311311
For whoever has volunteered/is taking on the role of drafting, Kumiko ended up leaving this helpful code and instructions.

----


Moving forward for scouting purposes after a draft, I have asked a good friend for a script to look up multiple teams at once:

If you copy this to notepad, save as html, open

---------------------------------------------------------------------------

<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script language="javascript">
function go()
{
var url = $("#txtURL").val();
var start = parseInt($("#txtStart").val());
var end = parseInt($("#txtEnd").val());
var divFrames = $("#divFrames");
var iframe = $("<iframe>")
.css("width", "100%")
.css("height", "500px")
.css("padding-top", "20px");

divFrames.html("");
for(var x = start; x <= end; x++)
{
var newUrl = url + "/" + x + "/overview.aspx";
var iframeClone = iframe.clone().attr("src", newUrl);
divFrames.append(newUrl + "<br />");
divFrames.append(iframeClone);
}
}
</script>
</head>
<body>
c
<br />
Page Start Number: <input id="txtStart" type="text" style="width: 50px" />
<br />
Page End Number: <input id="txtEnd" type="text" style="width: 50px" />
<br />
<input type="button" value="Go" onclick="go();" />
<br /><br />
<div id="divFrames"></div>
</body>
</html>

----------------------------------------------------------------------------------------------
when that opens:
for URL enter: http://www.buzzerbeater.com/player
then enter player# you want to start and end at
presto

so you can start at naismith and go up to iv.64 (players generated in this order)

one or a couple people could scout all newly created 18 year olds very quickly and without the massive amount of clicking you need to do to go thru team by team

post when you've tried this and successful please?


Last edited by Fresh24 at 3/30/2014 10:50:00 PM

This Post:
00
251787.86 in reply to 251787.85
Date: 3/30/2014 10:48:41 PM
Overall Posts Rated:
7070
Hi, I helped Kumiko last couple of seasons with PF and C in assessing them and contacting their managers. I could help in the same capacity if needed. Just let me know

From: Stajan

This Post:
00
251787.87 in reply to 251787.85
Date: 3/31/2014 2:08:37 PM
Overall Posts Rated:
146146
I don't know a thing about code. Would this code be able to parse through 20 (turning 21) year olds with slight modifications as well? It would be nice if we could find every potential U21 player for our season 27 team and contact them for skill checks, giving us (Pugs) the option to select the U21 without physically scouting anyone, losing enthusiasm on the drops, and throwing away the season.

If not, I'll look through every human team and scout the 20 year olds. Wouldn't take that long actually.


From: Fwinns

This Post:
00
251787.88 in reply to 251787.87
Date: 3/31/2014 3:25:09 PM
V.A.W.T.
II.2
Overall Posts Rated:
347347
I could try that, the code does not have a "age = xx" option, it works with player numbers. I'll give it a shot

From: Fwinns
This Post:
11
251787.89 in reply to 251787.88
Date: 3/31/2014 3:46:48 PM
V.A.W.T.
II.2
Overall Posts Rated:
347347
Ok so the code as is does not work because a line is missing.

Here is one that works (simplified version, you just have to enter the number of the first and the last player):

<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script language="javascript">
function go()
{
var start = parseInt($("#txtStart").val());
var end = parseInt($("#txtEnd").val());
var divFrames = $("#divFrames");
var iframe = $("<iframe>")
.css("width", "100%")
.css("height", "500px")
.css("padding-top", "20px");

divFrames.html("");
for(var x = start; x <= end; x++)
{
var newUrl = "http://www.buzzerbeater.com/player" + "/" + x + "/overview.aspx";
var iframeClone = iframe.clone().attr("src", newUrl);
divFrames.append(newUrl + "<br />");
divFrames.append(iframeClone);
}
}
</script>
</head>
<body>
Page Start Number: <input id="txtStart" type="text" style="width: 50px" />
<br />
Page End Number: <input id="txtEnd" type="text" style="width: 50px" />
<br />
<input type="button" value="Go" onclick="go();" />
<br /><br />
<div id="divFrames"></div>
</body>
</html>

I'll quickly make a list of all active 20yo players before salary update. It will give us a good overview of which ones have been trained, and which ones haven't

From: Fwinns
This Post:
00
251787.90 in reply to 251787.89
Date: 3/31/2014 3:57:41 PM
V.A.W.T.
II.2
Overall Posts Rated:
347347
Season 23 draft:

Naismith
Michael MacKerchar (29629424) - SF - PAS - 3686$
Carlos Pettit (29629425) - SF - SS - 4486$
Matt Campbell (29629447) - C - MVP - 19221$

II.1
None

II.2
Lee Green (29629906) - SF - Star - 11852$
Liang Baotai (29629908) - PF - SS - 5591$
Lloyd Busby (29629909) - PG - SS - 4093$
Antonio Alexandre (29629922) - SF - Star - 5784$
Marcus O'Connor (29629926) - C - PAS - 9839$
Pete McLoughlin (29629933) - SG - PAS - 5632$

II.3
Ostap Krayushkin (29630088) - PG - PAS - 4498$
Mathieu Poisson (29630091) - PG - PAS - 3462$
Darryl Beirne (29630094) - PF - PAS - 9426$
Dirk Wortberg (29630110) - PG - SS - 3970$
Robbie Wicks (29630126) - PG - SS - 9777$

II.4
None

Last edited by Fwinns at 3/31/2014 4:30:32 PM

This Post:
00
251787.91 in reply to 251787.90
Date: 3/31/2014 4:05:53 PM
Headless Thompson Gunners
Naismith
Overall Posts Rated:
722722
Second Team:
Canada Purple Haze BC
We have most of the best with skills updated
Just another day or so and DMI restart should tell us who to follow up on
but the season is rapidly approaching, how to use what we learn?

This Post:
00
251787.92 in reply to 251787.91
Date: 3/31/2014 4:09:48 PM
Overall Posts Rated:
296296
Has anyone contacted a Bb or EGM regarding Kumiko's absence?

If not I wonder if we should to see that someone gets appointed prior to the first games.

This Post:
00
251787.93 in reply to 251787.92
Date: 3/31/2014 4:20:24 PM
Headless Thompson Gunners
Naismith
Overall Posts Rated:
722722
Second Team:
Canada Purple Haze BC
Seems to me nothing will get done unless we are pro active
Those 21 year olds are going to have a birthday any moment

This Post:
00
251787.94 in reply to 251787.93
Date: 3/31/2014 4:31:21 PM
V.A.W.T.
II.2
Overall Posts Rated:
347347
Season 23 draft for Naismith - II.1-4 listed

I'll do div III and IV after the salary update. Finding out the player ID of first/last draftee for each league is a bit tedious

Last edited by Fwinns at 3/31/2014 4:37:08 PM

From: Revenge

This Post:
00
251787.95 in reply to 251787.94
Date: 4/3/2014 9:50:20 AM
Overall Posts Rated:
8989
(31706475) Can he make in U21?

Owner: Yaz Adamları

Weekly salary: $ 4 607
Role: regular starter
(BuzzerBeta)

DMI: 26200
Age: 19
Height: 6'1" / 185 cm
Potential: perennial allstar
Game Shape: respectable

Jump Shot: mediocre Jump Range: mediocre
Outside Def.: tremendous ↑ Handling: inept
Driving: respectable Passing: inept
Inside Shot: respectable Inside Def.: proficient ↑
Rebounding: awful Shot Blocking: pitiful
Stamina: mediocre Free Throw: average

Experience: atrocious

Last edited by Revenge at 4/3/2014 9:50:37 AM

Advertisement