What are you applying for: In game GM - Coder (c++, java, xml, html.)
Name: Owen
Age: 16
In game name: OwenLove
Where do you live/Timezone: North Central United States (-6 GMT/-5 GMT)
E-Mail: owenlovex@hotmail.com
How active will you be: Too active.
8-10 hours per day on weekdays – anywhere between 10am-10pm CDT (3pm-3am GMT)
2-4 hours per day on weekends – anywhere between 6pm-10pm CDT (11pm-3am GMT)
I'm on a lot because I do home school in the morning or afternoon, then I have the rest of the day to myself. Yes, I do go outside.
Hobbies: Coding and getting headaches from coding.
How you'd handle a hacker: Identify the hack being used. Record time, date, and hack being used. Then provide screen shot or other proof of player hacking, followed by ban.
If two people were fighting, what would you do? Calm the situation. Privately get stories from all parties and witnesses involved. Determine a beneficial solution and punishment if appropriate.
How many servers have you been a GM/Admin in? Developer in my own v55 server, where I experimented with a lot of codes.
Why should we choose you? Because I stayed at Holiday Inn Express last night. -kidding-
I believe I should be chosen because I'm always mature, appropriate, and responsible in my work. I treat everyone fairly and with respect. One of my best traits is integrity. When I say I'm going to do something, I do it efficiently, and I do it right. I am dedicated to my work, and I always have my priorities straight. Helping people, teaching, maintaining things I work on, and writing codes are my hobbies so I'll enjoy helping Ace Story. Watching what I work on grow and prosper always keeps me motivated. I’m a very thorough person and I test my codes to make sure there are no glitches. I have a little under two years worth of experience on GMS, so I can answer questions and give advice accurately. I can prioritize what I do in an efficient and logical manner.
Reason I applied: I can provide Ace Story with a constant 10 hours of monitoring and take action when necessary. During which, I can carry out any game master responsibilities, such as fixing glitches, holding events, preventing fights between players, listening to players’ concerns/problems, bringing new players to Ace Story, and anything I am called upon to do.
Summary of yourself: I’m a pretty private person.
Extra Info: I’m always out on the weekends. Since I don’t waste my time like everyone else at normal school, I have a ton of free time. I have a C++ editor, debugger, and compiler. I used to have a Java debugger and compiler but at the moment I don’t. I will download one soon though.
Can you Java code? You bet. I wrote these codes a couple days ago. They’re just the appetizer, I can do more complicated things.
Java:
C++:
Simple questions. (1-2 word replies please)
1. Do you know the players/staff well enough to be chosen? Yes.
2. Have you been on Ace Story long enough to deserve a GM position? That’s up to you.
3. Do you help players any chance you get? Yes.
4. Are you of the age that is required to apply? Yes.
5. Please specify exactly (or around) how long you have been playing Ace Story? 1 week.
Name: Owen
Age: 16
In game name: OwenLove
Where do you live/Timezone: North Central United States (-6 GMT/-5 GMT)
E-Mail: owenlovex@hotmail.com
How active will you be: Too active.
8-10 hours per day on weekdays – anywhere between 10am-10pm CDT (3pm-3am GMT)
2-4 hours per day on weekends – anywhere between 6pm-10pm CDT (11pm-3am GMT)
I'm on a lot because I do home school in the morning or afternoon, then I have the rest of the day to myself. Yes, I do go outside.
Hobbies: Coding and getting headaches from coding.
How you'd handle a hacker: Identify the hack being used. Record time, date, and hack being used. Then provide screen shot or other proof of player hacking, followed by ban.
If two people were fighting, what would you do? Calm the situation. Privately get stories from all parties and witnesses involved. Determine a beneficial solution and punishment if appropriate.
How many servers have you been a GM/Admin in? Developer in my own v55 server, where I experimented with a lot of codes.
Why should we choose you? Because I stayed at Holiday Inn Express last night. -kidding-
I believe I should be chosen because I'm always mature, appropriate, and responsible in my work. I treat everyone fairly and with respect. One of my best traits is integrity. When I say I'm going to do something, I do it efficiently, and I do it right. I am dedicated to my work, and I always have my priorities straight. Helping people, teaching, maintaining things I work on, and writing codes are my hobbies so I'll enjoy helping Ace Story. Watching what I work on grow and prosper always keeps me motivated. I’m a very thorough person and I test my codes to make sure there are no glitches. I have a little under two years worth of experience on GMS, so I can answer questions and give advice accurately. I can prioritize what I do in an efficient and logical manner.
Reason I applied: I can provide Ace Story with a constant 10 hours of monitoring and take action when necessary. During which, I can carry out any game master responsibilities, such as fixing glitches, holding events, preventing fights between players, listening to players’ concerns/problems, bringing new players to Ace Story, and anything I am called upon to do.
Summary of yourself: I’m a pretty private person.
Extra Info: I’m always out on the weekends. Since I don’t waste my time like everyone else at normal school, I have a ton of free time. I have a C++ editor, debugger, and compiler. I used to have a Java debugger and compiler but at the moment I don’t. I will download one soon though.
Can you Java code? You bet. I wrote these codes a couple days ago. They’re just the appetizer, I can do more complicated things.
Java:
- Spoiler:
- I didn’t run my Java code through a debugger or compiler so there could be some errors.
Simple meso to poop converter. Random NPC.
- Code:
var status = 0;
function start()
{status = -1;
action(1, 0, 0);
}
function action(mode, type.)
{if (mode == -1)
{cm.dispose();
}
else
{if (status >= 2 && mode == 0)
{cm.dispose();
return;
}
if (mode == 1) status++;
else status--;
if (status == 0)
{cm.sendNext("Hi #h#.I exchange 500mil mesos for poop. Don't try to scam me.");
}
else if (status == 1)
{if (cm.getMeso() < 500000000)
{cm.sendOk("Not enough meso. You trying to scam me?")
cm.dispose();
}
}
else if (status == 2)
{cm.gainMeso(-500000000);
cm.GainItem(4000378, 1); //Insert Nx Id for poop to NX.
cm.dispose();
}
}
}
C++:
- Spoiler:
- C++ codes were run through a debugger and were compiled successfully.
Custom NPC:- Code:
void NPCsScripts::npc_2100(NPC* npc){//Starter pack from NPC Sera at Mushroom Town Training Camp.
Player* player = npc->getPlayer();
int state = npc->getState();
if(state == 0){
npc->addText("#L0 I WANT MY STARTER PACK!!!! NOW!!!!#l\\r\\n");
npc->addText("#L1 If it's no bother, may I please have a starter pack?#l\\r\\n");
npc->addText("#L2 I'm a hacker!#l\\r\\n");
npc->sendSimple();}
else if(state == 1){
npc->addText("Screw you."); //Kills player, they will spawn back to the same place.
npc->sendOK();
{player->setHP(0);}
npc->end();}
else if(state == 2){//Gives players items
npc->addText("No problem. Good luck out there!");
npc->giveMesos(500000000); //500mil meso
npc->giveItem(2022179, 100); //100 onyx apples
npc->giveItem(2000005, 100); //100 power elixers
npc->sendOK();
npc->teleport(100000000); //Sends player to henesys
npc->end();}
else if(state == 3){ //Sends player on a 4 map world tour of Victoria
npc->addText("You will be punished.");
npc->sendOK();
npc->teleport(100000000);
npc->teleport(101000000);
npc->teleport(102000000);
npc->teleport(103000000);
npc->teleport(0);
npc->addText("No hacking.");
npc->end();}
else
{npc->end();
}
}
A Custom Command:
- Code:
//kill everything (mobs and players)
else if(strcmp(command, "dienoobs") == 0)
{for (unsigned int x=0; x<Maps::info[player->getMap()].Players.size(); x++)
{Player* killpsa;
killpsa = Maps::info[player->getMap()].Players[x];
{killpsa->setHP(0);
}
{Mobs::dieMob(player, Mobs::mobs[player->getMap()][0]);
}
}
}
Simple questions. (1-2 word replies please)
1. Do you know the players/staff well enough to be chosen? Yes.
2. Have you been on Ace Story long enough to deserve a GM position? That’s up to you.
3. Do you help players any chance you get? Yes.
4. Are you of the age that is required to apply? Yes.
5. Please specify exactly (or around) how long you have been playing Ace Story? 1 week.