Jump to content

Halloween Membergroup Raffle


Flash Flyer - Sakura

Recommended Posts

Okay, I'm in. No reason not to be. :3

 considering i usually end up missing every single event, i'll join.

 

 

My membership shouldnt be permanent, so I'm all in on this :D

 

 

Sakura, I think you are confused on what permanent member group means. Normally, member groups expire after three months or something, but if it is made permanent, this doesn't happen. This is unrelated to membership costs. Yui paid so they're abyssal group (which was created by me) doesn't expire.

 

When we designed the permanent member group thing, we decided to make it that the member who paid for the membership gets permanent. Any other in there will have to apply on their own.  (Group still exists though)

 

(I think I brought this up during Easter with the other mods after the massive point influx for certain members.)

 

Can I join? From what I understood, VIPs can join, but they cant get full membership in VIP group.

 

Of course. 

 

Everyone else is in. 

Link to comment
Share on other sites

I'd like to enter on the condition of giving it away as a prize of my own, if that's okay. I know I already have a permanent group, but adding a prize can be nice.

 

Alright (I'll assume it's for the DP Fall thing, if Nai isn't providing the group on his own accord).

Though keep in mind that said members will still need to PM one of us for the details and crap.

 

Put me in.

Sure.

Link to comment
Share on other sites

The time limit is up (well, an hour ago anyway), and there are 21 of you entered into the raffle.

As I promised, stuff has been generated via the RNG.

 

(Would've used a Java program, but given my Eclipse is crappy on this computer, I have no choice but to use the RNG.)

 

Anyway, the RNG has spoken.

 

OzovPjU.png

 

Winner is Komaeda.

Runner-up members are Lazaruz and Spinda.

 

I'll award the member groups at the same time as the regular stuff for Halloween.

Komaeda gets a permanent group (PM me your desired name and any features you would like)

 

Lazaruz and Spinda get an additional month in their respective ones (or change it if you want).

 

Thanks to everyone who entered.

 

BTW, I did have a C program that I might've used, if I could be sure the modulus function would be fair to all 21 of you.

 

[spoiler=If you even want to]

#include <time.h>
#include <stdlib.h>
#include <stdio.h>

	main()
	{
		srand(time(NULL));
		int n = rand();
		int r = n%21;
		int choice = 1;

		for(choice = 1; choice <= 3; choice++)
		{
			int n = rand();
			int r = n%21;

		// Winner 
		if (choice == 1)
		{
			switch(r)
			{
			case 1: printf("Winner is Giga\n");
				break;
			case 2: printf("Winner is Mitcher\n");
				break;
			case 3: printf("Winner is Hina\n");
				break;
			case 4: printf("Winner is EndUser\n");
				 break;
			case 5: printf("Winner is Aman Indra\n");
				 break;
			case 6: printf("Winner is Kamen Rider Mach\n");
			 	break;
			case 7: printf("Winner is Fusion\n");
				 break;
			case 8: printf("Winner is Leafeon\n");
				 break;
			case 9: printf("Winner is via1ne\n");
				 break;
			case 10: printf("Winner is Lazaruz\n");
			 	break;
			case 11: printf("Winner is Rewas514\n");
				 break;
			case 12: printf("Winner is Tyretian\n");
			 	break;
			case 13: printf("Winner is Wildflame\n");
			 	break;
			case 14: printf("Winner is Re-Class\n");
				 break;
			case 15: printf("Winner is Spinda\n");
				 break;
			case 16: printf("Winner is Enguin\n");
			 	break;
			case 17: printf("Winner is Mako\n");
			 	break;
			case 18: printf("Winner is Dae\n");
				 break;
			case 19: printf("Winner is Enguin\n");
				 break;
			case 20: printf("Winner is Striker\n");
			 	break;
			default: printf("Winner is Komaeda\n");
			 	break;
			}
		}

		// Runner-up
		else if (choice == 2 || choice == 3)
		{
			switch(r)
			{
			case 1: printf("Runner-up is Giga\n");
				break;
			case 2: printf("Runner-up is Mitcher\n");
				break;
			case 3: printf("Runner-up is Hina\n");
				break;
			case 4: printf("Runner-up is EndUser\n");
				 break;
			case 5: printf("Runner-up is Aman Indra\n");
				 break;
			case 6: printf("Runner-up is Kamen Rider Mach\n");
			 	break;
			case 7: printf("Runner-up is Fusion\n");
				 break;
			case 8: printf("Runner-up is Leafeon\n");
				 break;
			case 9: printf("Runner-up is via1ne\n");
				 break;
			case 10: printf("Runner-up is Lazaruz\n");
			 	break;
			case 11: printf("Runner-up is Rewas514\n");
				 break;
			case 12: printf("Runner-up is Tyretian\n");
			 	break;
			case 13: printf("Runner-up is Wildflame\n");
			 	break;
			case 14: printf("Runner-up is Re-Class\n");
				 break;
			case 15: printf("Runner-up is Spinda\n");
				 break;
			case 16: printf("Runner-up is Enguin\n");
			 	break;
			case 17: printf("Runner-up is Mako\n");
			 	break;
			case 18: printf("Runner-up is Dae\n");
				 break;
			case 19: printf("Runner-up is Enguin\n");
				 break;
			case 20: printf("Runner-up is Striker\n");
			 	break;
			default: printf("Runner-up is Komaeda\n");
			 	break;
			}
		}
}
}

 

 

Link to comment
Share on other sites

Well, a permanent membergroup is worth quite a bit and I'm giving one away for free (aside from the champion one for the general event).

So yeah, you should probably expect a lot of people to enter.

 

@Leafeon: Yeah, you were really close to getting a short term member group, had you been just one place higher.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Guest
This topic is now closed to further replies.
×
×
  • Create New...