Someone said its rigged so I posted the drawing of the winners
HTML Code:
while (this.lottery_winners_accounts.size() < this.lottery_winners) {
temp.count++;
//Find a random number
temp.num = int(random(1, this.ticket_count + 1));
//Find a random player inside that number
if (this.("ticket_" @ temp.num).size() == 1) {
temp.winner = this.("ticket_" @ temp.num)[0];
} else {
temp.winner = randomstring(this.("ticket_" @ temp.num));
}
//If they've not won, lets make them a winner!
if (! (temp.winner in this.lottery_winners_accounts))
this.lottery_winners_accounts.add(temp.winner);
//If it selects the same person 30 times, damn they're lucky...
if (temp.count > 30) break;
}
If a slot machine opened up im dirt poor on iEra so I would need money to use it, so I'd buy a gralat pack, hit a big losing streak, and buy more gralats.