Simulate logging onto a Gameforge TERA account to retrieve an auth ticket.
Can be broken or/and get ur account banned.
const auth = require('tera-auth-ticket-eu');
auth.login('uwu@uwu.uwu', 'uwu', { accountId: 'xxxxxxxx', language: 'eu' }, (err, serverInfo) => {
if (err) console.error(err);
else console.log(serverInfo);
});email: Account emailpassword: Account passwordaccountId: default tonull, TERA account ID (Use this option if your Gameforge account have multiples TERA accounts linked, if set tonullthe first account will be used)language: default to'en'(Supported languages :'en''de''fr')