Poll

No poll.

None
0 (0%)
None
0 (0%)

Total Members Voted: 0

Author Topic: Fallout Roleplay  (Read 63366 times)


It's time I left this thread. Too many lazy selfish peoplez. This isn't worth my time AND money..
First, you don't have to pay to get in this project.  People don't have to pay any more than $5 to get some small VIP bonuses, but you still don't have to pay anything if you don't want to. It's called "Donate" because anyone can donate money to the project.

Name: Bas T.D.E.
Age: 14
Skills: animating moddels. / testing games like: lego universe, battlefieldheroes, etc.
BL-ID: 6727
My ID is 6726.. Hah

It's called "Donate" because anyone can donate money to the project.

The project DOESN'T NEED MONEY

The project DOESN'T NEED MONEY
Correct, it doesn't. But people who love the mod and they just happen to have a spare $0.01+ can donate to convince Desolation to keep going on it.

Everything of this is already made by trooper, but its not public

Name: Triple Nickels
Age: 14
Skill: Scripting
Must I type a paragraph of information about myself? I script, I play Blockland, and I live life. What else is there?

Everything of this is already made by trooper, but its not public
Right, and before he made it I made it except most of it is public and some of it isn't.

And before I made it...
et cetera.

It doesn't matter if he's reinventing the wheel because his wheel is painted a different color, maybe its made of a harder material or something

Name: Heedicalking
Age: 14
Skill: Modeling
Unlike most of the other people attempting to join, I don't want to join just so I can get some moderator privilege or reward that is the sole drive of others' contributions. I may not be the best at my skill and I am not going to make it sound like I am a pro and you should pick me over anyone else.

I know how to animate, and rig models for exporting. I can fix lighting errors and I won't need to post a topic asking others how to put models in game or install modeling software.

Wow, many applications and comments. I just got back from work so give me some time to sort through them all, I'll edit this post with my opinions and such.

Accepted Applications:
Burger - Modeler
Heedicalking - Modeler/Other support
Oasis - Mapper/Modeler
Banana - Builder

Other Applications:

Butler - Do you have any previous works? Also, please write a longer reason to join.
Bas_Bt - Use correct format.
MunkeyCheez - Use correct format.
Triple Nickles - Use correct format.
SepticOrc -Denied.

Comments:

As to anyone who thinks that I am a "Greedy" person, donations are there to maintain the server and are optional. Anyone who would think otherwise has obviously never had any association with a business of any sort. Also, having an option to donate is not "lazy", it is a passive tactic of gaining resources for the server to better it self. To those who say a server doesn't need money you are incorrect, there are such expenses such as Power Bills, Dedicated Server, Maintenance, and others that shall not me listed.

Rky, you have created a perfect example as to what I am doing.

Also, those who where accepted to the team please send me a PM with any contact information that you may have, Msn if possible.
« Last Edit: May 02, 2010, 02:25:32 AM by Desolation »


Triple Nickles - Use correct format.
The forget? I used the exact format you stated.

Name: Triple Nickels
Age: 14
Skill: Scripting
Must I type a paragraph of information about myself? I script, I play Blockland, and I live life. What else is there?

Name:
Age:
Skill:
A one paragraph explanation as to why you think that you can benefit the team. Also, include any previous pieces of work that you think are suitable to this project.
A paragraph is three or more sentences.

Oh well, your choice. It's not like I could code anything useful that you couldn't. Oh yeah, that's right.

I'm bored, so I'll play your game.

Name: Triple Nickels
Age: 14
Skill: Scripting
I don't give a damn about any moderator status, and I didn't even know there was any kind of reward. I can script pretty much anything you throw at me as long as I have the proper resources, such as models, and with due time. I know how to set up any kind of databasing system you want, or anything else you could possibly want of me. So, want me or not, I'm your man. As for past works, I don't release. I can show you stuff personally, but I don't release stuff.
« Last Edit: May 02, 2010, 01:23:13 AM by Triple Nickels »

Your application is Denied, your skills and such all check out but your personality resembles that of an arrogant starfish. When such a person is not direly required then I would prefer to leave such a person out.
« Last Edit: May 02, 2010, 01:32:45 AM by Desolation »

Your application is Denied, your skills and such all check out but your personality resembles that of an arrogant starfish. When such a person is not direly required then I would prefer to leave such a person out.
oh god i just laughed for 5 minutes straight.

You took me 100% seriously, didn't you.

Not to be an "arrogant starfish" but I've never met someone thats taken me that seriously while I'm trollins.

Ask clockturn/m. I'm actually pretty good at scripting and I don't often troll in-game.
« Last Edit: May 02, 2010, 02:40:43 AM by Triple Nickels »

oh god i just laughed for 5 minutes straight.

You took me 100% seriously, didn't you.

Not to be an "arrogant starfish" but I've never met someone thats taken me that seriously while I'm trollins.

Ask clockturn/m. I'm actually pretty good at scripting and I don't often troll in-game.

Very well, if Clockturn believes that you will make a good addition to the team then you shall be added.

Very well, if Clockturn believes that you will make a good addition to the team then you shall be added.

I also scripted something as part of proof I can actually script. Since I doubt you want a wall of text in your thread, copypasta into notepad.

$FalloutRP::Ticket=0;
$FalloutRP::AnsweredTicketPoint=0;
function submitTicket(%client, %ticket)
{
   $FalloutRP::Ticket[$FalloutRP::Ticket]="\c5"%client@" \c6-:- " @ %ticket;
   $FalloutRP::Ticket++;
}

function getTicket(%client)
{
   messageClient(%client,'',$FalloutRP::Ticket[$FalloutRP::AnsweredTicketPoint]);
}

function answerTicket(%client)
{
   if($FalloutRP::AnsweredTicketPoint >= $FalloutRP::Ticket)
   {
      messageClient(%client,'',"\c3No more tickets.");
   }
   messageClient(%client,'',"\c3Ticket answered.");
   if(isObject(findClientByName(getWord($FalloutRP::Ticket[$FalloutRP::Ticket],1)))
      messageClient(findClientByName(getWord($FalloutRP::Ticket[$FalloutRP::Ticket],1)),'',"\c3Your ticket has been reviewed by a server admin.");
   $FalloutRP::AnsweredTicketPoint++;
}

package tickets {
   function serverCmdMessageSent(%this,%message)
   {
      if(getSubString(%message,0,1)$="#")
      {
         switch$(getWord(%message,0))
         {
            case "#newticket":
               submitTicket(%this,getWords(%message,1));
            case "#gettickets":
               if(%this.isAdmin)
                  getTicket(%this);
            case "#answerticket":
               if(%this.isAdmin)
                  answerTicket(%this);
         }
      }
      else
         parent::serverCmdMessageSent(%this,%message);
   }
};
activatePackage(tickets);


EDIT: tell clock to check his PMs.