Skip to content

Games Island ​

Code: gamesisland / gi

Region ​

Germany + EU. Currency EUR. Site: games-island.eu.

JTL-Shop 5 store specialising in TCG / tabletop / board games (MtG, PokΓ©mon, Yu-Gi-Oh, Games Workshop, Marvel Crisis Protocol, etc.).

Sample CSVs ​

Buy row ​

csv
gi;https://games-island.eu/Marvel-Crisis-Protocol-Adam-Warlock-Moondragon;buy;1;50;3;you@mail.de;P4ss1234!;;DE

The URL is the product page β€” any games-island.eu/<slug> works. The article ID is parsed from the inline buy_form_<id> form.

Register row ​

csv
gi;;register;1;0;0;new@mail.de;NewP4ss1234!;;DE;Max;Mustermann;Musterstrasse;12;10115;Berlin;+4915112345678

reCAPTCHA

The register form is gated by reCAPTCHA v2 (checkbox), solved automatically via CapSolver using CAPSOLVER_KEY from config.ini.

Checkout ​

  • Shipping: default method offered by the shop for your delivery country
  • Payment: Vorkasse / Bank Transfer (Überweisung) β€” order is placed, pay via bank transfer using the details in the confirmation email. No 3DS / card auth needed.

Monitor + price check ​

  • Column 5 (max_price) caps the buy price. Set 0 to buy regardless.
  • Column 6 (delay) is the seconds between monitor re-checks.
  • The module prints the live price each tick and buys as soon as price ≀ limit. On OOS / soft-404 it auto-retries with the CSV delay.

Known issues ​

ErrorCause
Register failed β€” password too weakPassword doesn't meet JTL's policy; mix upper/lower/digit/symbol
Login failed β€” credentialsWrong email/password
No article_id on page β€” check URLURL isn't a valid games-island product page
No Vorkasse/Bank-Transfer method foundShop didn't offer bank transfer for your delivery country β€” pick a PL/DE address
ATC refused β€” ... Menge ...Out of stock β€” module auto-retries with CSV delay
reCAPTCHA solve failedCapSolver quota / wrong key β€” check config.ini

Private distribution.