What are you applying for: Coder(hopefully)
Name : Damian Abbott
Age : 15
Where do you live/Timezone: Pennsylvania, United States GMT -5
How active will you be: 100% active everyday playing and more.
E-Mail: tehairair@gmail.com
Hobbies : Playing on my Cpu and Pro Scootering
How you'd handle a hacker : First I will watch him until I see him begin hacking, then I will screenshot it. (I always screenshot before banning because then if they say they didn't hack I would have liable proof of it.) Then I will ban them, and QUICKLY right after I will make a post about it with the screen shot and any more required information like the time, what day, etc.
If two people were fighting, what would you do? : I would find out what the fight is about and if it is even worth fighting about, even if it is I would break it up. No matter what, I will give ONE and ONE only warning to stop arguing about it, and if necessary I will 'GM Stalk' them just to be sure one of them doesn't continue on with the argument.
How many servers have you been a GM/Admin in?: 10+
Why should we choose you: Because I would be a very loyal staff member, and if there is anything at all necessary of you I would try to complete it as soon as possible.
Reason i applied: Because I tried out the server and find it is very nice, and that you guys needed coders.
Summary of yourself : I am a well outgoing person, I am really easy to get along with and chances are you will not argue with me about almost anything.
Extra Info: None
In game name: Airair
(For Coders only) Can you Java code? : I can code Npc's and little bit with events. Unfortunantly I am unable to code in commands etc.
If so please supply examples of what you've coded. (The actual code or screenshots of the thing you made.)
Thank you.
Simple questions. (1-2 word replies please)
1.Do you know the players/staff well enough to be chosen?: Unfortunnatly I have only been grinding not really talking
2.Have you been on AceStory long enough to deserve a GM position: I would believe so
3.Do you help players any chance you get: I would but I am trying to grow more levels first
4.Are you of the age that is required to apply(if no you might as well delete this app now): Yes I am
5.Please specify exactly(or around) how long you have been playing Acestory: Prolly a day in all...
You can contact me on MSN with epicfail@deadlygaming.com
Name : Damian Abbott
Age : 15
Where do you live/Timezone: Pennsylvania, United States GMT -5
How active will you be: 100% active everyday playing and more.
E-Mail: tehairair@gmail.com
Hobbies : Playing on my Cpu and Pro Scootering
How you'd handle a hacker : First I will watch him until I see him begin hacking, then I will screenshot it. (I always screenshot before banning because then if they say they didn't hack I would have liable proof of it.) Then I will ban them, and QUICKLY right after I will make a post about it with the screen shot and any more required information like the time, what day, etc.
If two people were fighting, what would you do? : I would find out what the fight is about and if it is even worth fighting about, even if it is I would break it up. No matter what, I will give ONE and ONE only warning to stop arguing about it, and if necessary I will 'GM Stalk' them just to be sure one of them doesn't continue on with the argument.
How many servers have you been a GM/Admin in?: 10+
Why should we choose you: Because I would be a very loyal staff member, and if there is anything at all necessary of you I would try to complete it as soon as possible.
Reason i applied: Because I tried out the server and find it is very nice, and that you guys needed coders.
Summary of yourself : I am a well outgoing person, I am really easy to get along with and chances are you will not argue with me about almost anything.
Extra Info: None
In game name: Airair
(For Coders only) Can you Java code? : I can code Npc's and little bit with events. Unfortunantly I am unable to code in commands etc.
If so please supply examples of what you've coded. (The actual code or screenshots of the thing you made.)
Thank you.
- Code:
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
}
else {
if (status >= 2 && mode == 0) {
cm.sendOk("Goodbye then!");
cm.dispose();
return;
}
if (mode == 1) {
status++;
}
else {
status--;
}
if (status == 0) {
cm.sendNext("Hello there, I am the Job Advancer!");
}
else if (status == 1) {
if(cm.getJob().equals(net.sf.odinms.client.MapleJob.BEGINNER)) {
cm.sendSimple("Choose which job you wish to become! \r\n#b#L0#GM#l");
}
else {
cm.sendOk("Ok then bye!");
cm.dispose();
}
}
else if (status == 2) {
if (selection == 0) {
cm.sendOk("Cya later, GM!");
cm.changeJob(510);
cm.dispose();
}
- Code:
var status = 0;
function start() {
action(1, 0, 0);
}
function action(mode, type, selection) {
if (status == 0) {
if (cm.getChar().getMapId() == 0)
cm.sendYesNo("Welcome To #d#eViolatedStory!#k#n\r\nYou will be transported to the ViolatedStory beginner room!\r\nYou should click and #r#eREAD#k#n EVERY npc in this location!\r\n\r\n#fUI/UIWindow.img/BetaEdition/BetaEdition#");
status++;
} else {
if ((status == 1 && type == 1 && selection == -1 && mode == 0) || mode == -1) {
cm.dispose();
} else {
if (status == 1) {
cm.sendNext ("Alright, Enjoy! Take Care");
status++
} else if (status == 2) {
if (cm.getChar().getMapId() == 0) {
cm.warp(600010005, 0);
cm.mapMessage(5, "[Welcome to the new player] A new player arrived in ViolatedStory, Enjoy ! =) ");
cm.dispose();
}
}
}
}
}
Simple questions. (1-2 word replies please)
1.Do you know the players/staff well enough to be chosen?: Unfortunnatly I have only been grinding not really talking
2.Have you been on AceStory long enough to deserve a GM position: I would believe so
3.Do you help players any chance you get: I would but I am trying to grow more levels first
4.Are you of the age that is required to apply(if no you might as well delete this app now): Yes I am
5.Please specify exactly(or around) how long you have been playing Acestory: Prolly a day in all...
You can contact me on MSN with epicfail@deadlygaming.com