Jump to content
Eurobricks Forums

Recommended Posts

  • Governor
Posted
On 6/11/2025 at 11:23 AM, RenLUG - Central Florida said:

FB group LEGO® of Paying Full Price (Public USA LEGO® Deals Group) has the info to see the max available. Those numbers earlier today were:

Adventure in Transylvania 50k units
Antique Shop 30k units
Mushroom Village 30k units
Popcorn Wagon 30k units
The Thieves of Tortuga 40k units

Thanks for sharing that information! :steve:

 

Posted
52 minutes ago, Mister Phes said:

Thanks for sharing that information! :steve:

And those "max available" are still the same as of now.
Looks like The Thieves of Tortuga is at the moment hovering around the 30k pre-ordered sets, Adventure in Transylvania is going towards 44k sets pre-ordered.

  • Governor
Posted
1 hour ago, GeoBrick said:

Looks like The Thieves of Tortuga is at the moment hovering around the 30k pre-ordered sets, Adventure in Transylvania is going towards 44k sets pre-ordered.

There is also another variable within the code named dPercentagePreordered with a current value of 0.742725

nMaxAvailable * dPercentagePreordered = TotalPreOrders

40000 * 0.742725 = 29,709

So 10,291 sets are still available.

If I had the time, I'd write some JavaScript to automatically extract these values and create a little dashboard on Classic-Pirates.com to better illustrate this.

Posted (edited)

:steve:is a happy boatswain now, with all the ruckus on a certain BDP set's page.

Edit: On a more constructive note, making the order limit flexible gives the LEGO Group a better idea how much demand there is for certain types of sets.

Edited by GeoBrick
Posted

Luckily, I saw it in time and pre-ordered one. I should take the time to visit eurobricks site more often.

  • Governor
Posted
1 hour ago, NOD said:

Luckily, I saw it in time and pre-ordered one. I should take the time to visit eurobricks site more often.

 

Nod!  How could you!  :pir-oh3:

But seriously... in case you missed the updates...

The order limit was increased to 40,000 when it became apparent 30,000 was likely to sell out within a few hours of the commencement of Crowdfunding,

At the time of writing 9,152 Thieves of Tortuga sets remain.

Posted
On 6/14/2025 at 5:27 AM, Mister Phes said:

Nod!  How could you!  :pir-oh3:

But seriously... in case you missed the updates...

The order limit was increased to 40,000 when it became apparent 30,000 was likely to sell out within a few hours of the commencement of Crowdfunding,

At the time of writing 9,152 Thieves of Tortuga sets remain.

Hopefully more sets sell before the deadline.  Strong Pirate sales should interest TLG into making more sets on this theme.  A set of pirate mini figures would be excellent!

  • Governor
Posted
On 6/18/2025 at 10:48 AM, LegoDW said:

Hopefully more sets sell before the deadline.  Strong Pirate sales should interest TLG into making more sets on this theme.  A set of pirate mini figures would be excellent!

Why yes!  89.7% have sold.

At the time of my previous it was around 76%.

  • Mister Phes changed the title to [BRICKLINK] 910053 The Thieves of Tortuga - Pre-Orders END 12PM June 24 - SHOP NOW!!!
  • 2 weeks later...
Posted
On 6/20/2025 at 8:16 AM, Mister Phes said:

Why yes!  89.7% have sold.

At the time of my previous it was around 76%.

I followed the number of sales for Series 5 for a while, and the last figure I have was 32753, and last time I saved those figures was June 19.

  • Governor
Posted
5 hours ago, GeoBrick said:

I followed the number of sales for Series 5 for a while, and the last figure I have was 32753, and last time I saved those figures was June 19.

Excellent! How did you arrive at that figure?

  • Mister Phes changed the title to [BRICKLINK] 910053 The Thieves of Tortuga
Posted (edited)

I inspected the progress bar element in the set's page on Bricklink (right click on a page, and the lowest option in the pull-down window that shows then).

Percentage of the production treshold (that's 3000 pre-orders) related to the 100% bar gives me the amount of copies available.
From that number you simply do the math of percentage of sales related to the amount of copies available.
IIRC, the amount of copies for Tortuga changed at least 3 times. Started with 30K, went up to 40K, and in the end went a couple thousands copies lower then 40K.

Edited by GeoBrick
Clarification
  • Governor
Posted
18 hours ago, GeoBrick said:

Started with 30K, went up to 40K, and in the end went a couple thousands copies lower then 40K.

But how do you know the final pre-order limit was 40,000?

They removed the nMaxAvailable variable not long after fans discovered it in the webpage code, and nMaxAvailable was reading 40000 on June 10 after the first increase.

However, on June 20 the Progress Bar on The Thieves of Tortuga webpage once again suddenly moved backward, hinting at a further increase of the limit.

Or more precisely, the dPercentagePreordered peaked at around 0.8996 on June 19 and then dropped to 0.8515 on June 20, I.e. a sudden 4.4% decrease.

 

 

 

Posted
49 minutes ago, Mister Phes said:

But how do you know the final pre-order limit was 40,000?

They removed the nMaxAvailable variable not long after fans discovered it in the webpage code, and nMaxAvailable was reading 40000 on June 10 after the first increase.

However, on June 20 the Progress Bar on The Thieves of Tortuga webpage once again suddenly moved backward, hinting at a further increase of the limit.

Or more precisely, the dPercentagePreordered peaked at around 0.8996 on June 19 and then dropped to 0.8515 on June 20, I.e. a sudden 4.4% decrease.

I never used that dPercentagePreordered code you refer to. Infact, I never even found it on the code.

I used the percentage of necessary preorders (3k is the hard minimum), and derived the maximum available number of copies from that. And then I take the percentage of pre-orders that shows on the progress bar.

For example, the max. available is 100%, and if the necessary amount of pre-orders is 10% (the required 3k minimum amount of pre-orders to go in production), it follows that the max. limit is 30k. If that 10% required pre-orders percentage lowers (for instance to 7,5%, it follows the max. amount increased, in this case 100% becomes 40k. In the end the pre-order requirement percentage changed again, but by now I have forgotten the exact percentage.

  • Governor
Posted
16 hours ago, GeoBrick said:

For example, the max. available is 100%, and if the necessary amount of pre-orders is 10% (the required 3k minimum amount of pre-orders to go in production), it follows that the max. limit is 30k.

I didn't pay attention to the dPercentageFunded variable because I assumed that would remain constant after 3,000 pre-orders had been made as there would be no reason for it to change.
 

16 hours ago, GeoBrick said:

 If that 10% required pre-orders percentage lowers (for instance to 7,5%, it follows the max. amount increased, in this case 100% becomes 40k.

But you are indeed correct, the dPercentageFunded variable did change and the calculations are correct:

0.075 × 40,000 = 3,000
 

16 hours ago, GeoBrick said:

In the end the pre-order requirement percentage changed again, but by now I have forgotten the exact percentage.

However, the final value increased to 8.1% / 0.08108108108108109.

 

Posted
12 hours ago, Mister Phes said:

However, the final value increased to 8.1% / 0.08108108108108109.

 

I was on the site when this increase occured. It happened as the Transylvania Castle almost reached 50k. I think some Bricklink employee took a couple thousand 'production unit slots' from Tortuga, and reserved them for the castle as a quick hack.

  • Governor
Posted
3 minutes ago, GeoBrick said:

I was on the site when this increase occured. It happened as the Transylvania Castle almost reached 50k. I think some Bricklink employee took a couple thousand 'production unit slots' from Tortuga, and reserved them for the castle as a quick hack.

All very interesting - thank ye for yer observations insights! :steve:

Posted (edited)

I don't know if this matches you numbers but stonewars reports the BDP Series 5 numbers als follows:

  • 910049 Adventure in Transylvania - 349,99 Euro – 49.000 (98%)
    (4056 pieces – 8,6 ct/piece)
  • 910050 Antique Shop - 149,99 Euro – 13.830 (46%)
    (1918 pieces – 7,8 ct/piece)
  • 910051 Mushroom Village - 209,99 Euro – 15.900 (53%)
    (2436 pieces – 8,6 ct/piece) 
  • 910052 Popcorn Wagon - 54,99 Euro – 28080 (94%)
    (594 pieces – 9,3 ct/piece) 
  • 910053 The Thieves of Tortuga - 339,99 Euro – 33004 (89%)
    (4002 pieces – 8,5 ct/piece)

Overall sets sold: 139.814. The overall quota of sets sold (from 150.000) is 93,3%.

 

 

Edited by Yperio_Bricks
typo
  • Governor
Posted
On 7/11/2025 at 9:12 PM, Yperio_Bricks said:

I don't know if this matches you numbers but stonewars reports the BDP Series 5 numbers als follows:

Thank ye for those figures! :steve:

Did Stonewars happen to mention how those figures were achieved?

Posted
5 hours ago, Mister Phes said:

Thank ye for those figures! :steve:

Did Stonewars happen to mention how those figures were achieved?

They didn't mention how these figures were achieved. In earlier posts they wrote they were extracted from the HTML code, so maybe they used the same method, but I can't tell.

Also, when I check the numbers, 139.814 sets from 1500.000 sets is 93,2% and not 93,3%. But I always was bad at math, so what do I know :pir-grin:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...