AceStory

Would you like to react to this message? Create an account in a few clicks or log in to continue.
AceStory

+2
roflcopter
Airair
6 posters

    Airair's coder application!

    avatar
    Airair


    Posts : 10
    Join date : 2009-05-09
    Age : 30
    Location : Montoursville, PA

    Airair's coder application! Empty Airair's coder application!

    Post  Airair Sat May 09, 2009 5:05 pm

    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.

    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();
                }
    This one i made REALLY quick so I can put it in the application.

    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();
                   
                    }
                }
            }
        }
    }
    This is a old code form another private server i coded for.


    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
    avatar
    Airair


    Posts : 10
    Join date : 2009-05-09
    Age : 30
    Location : Montoursville, PA

    Airair's coder application! Empty Re: Airair's coder application!

    Post  Airair Sat May 09, 2009 6:36 pm

    bump***

    I noticed alot of thing that would need updating, more boss areas arnt available in the tele npc. And a fame npc
    avatar
    roflcopter


    Posts : 1
    Join date : 2009-05-10

    Airair's coder application! Empty Re: Airair's coder application!

    Post  roflcopter Sun May 10, 2009 12:29 am

    I sense a leecher from looking at those scripts lol
    gg on leeching...
    avatar
    Airair


    Posts : 10
    Join date : 2009-05-09
    Age : 30
    Location : Montoursville, PA

    Airair's coder application! Empty Re: Airair's coder application!

    Post  Airair Sun May 10, 2009 1:25 pm

    Haha! You are very funny. Now why would you think I am leeching those are the most easiest scripts in the world! Please leave this thread for false accusations. Very Happy
    avatar
    Jason


    Posts : 8
    Join date : 2009-04-30

    Airair's coder application! Empty Re: Airair's coder application!

    Post  Jason Sun May 10, 2009 2:29 pm

    what made you choose to make a job changers to GM job?
    avatar
    Airair


    Posts : 10
    Join date : 2009-05-09
    Age : 30
    Location : Montoursville, PA

    Airair's coder application! Empty Re: Airair's coder application!

    Post  Airair Sun May 10, 2009 2:46 pm

    Its not to actually be used both of those are just for show. I doubt anyone wants to change a begginer to a gm unless of course its an all gm server.
    avatar
    Guest
    Guest


    Airair's coder application! Empty Re: Airair's coder application!

    Post  Guest Sun May 10, 2009 9:24 pm

    Airair wrote:
    Where do you live/Timezone: Pennsylvania, United States GMT -5


    o shit what part
    MistaVue
    MistaVue


    Posts : 38
    Join date : 2009-05-08
    Age : 32
    Location : Oklahoma

    Airair's coder application! Empty Re: Airair's coder application!

    Post  MistaVue Sun May 10, 2009 11:49 pm

    ViolatedStory...

    gg on copy+pasting skills
    avatar
    BrutalKnucks


    Posts : 28
    Join date : 2009-04-30

    Airair's coder application! Empty Re: Airair's coder application!

    Post  BrutalKnucks Mon May 11, 2009 1:22 am

    OHMYGAWD, i live in Pennsylvania :[
    stalk me?
    Ace
    Ace


    Posts : 67
    Join date : 2009-05-03
    Location : Up your butt

    Airair's coder application! Empty Re: Airair's coder application!

    Post  Ace Mon May 11, 2009 3:09 am

    MistaVue wrote:ViolatedStory...

    gg on copy+pasting skills


    He wrote "This is a old code form another private server i coded for"

    GG on reading skills. Stop accusing him.
    avatar
    Airair


    Posts : 10
    Join date : 2009-05-09
    Age : 30
    Location : Montoursville, PA

    Airair's coder application! Empty Re: Airair's coder application!

    Post  Airair Mon May 11, 2009 8:24 am

    Ace wrote:
    MistaVue wrote:ViolatedStory...

    gg on copy+pasting skills


    He wrote "This is a old code form another private server i coded for"

    GG on reading skills. Stop accusing him.

    Thank you. I just love how many people instantly accuse someone of 'copy pasting'.
    But whats even funnier is that ViolatedStory was my Server. Lol.



    And I live in the middle xD. If you know where Williamsport is then lets just say my little town is Generally near there.

    If you live by there you know where I live. I doubt you do tho

    Sponsored content


    Airair's coder application! Empty Re: Airair's coder application!

    Post  Sponsored content


      Current date/time is Wed Nov 13, 2024 3:34 am