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

4 posters

    Wingx's Coder Application

    Wingx
    Wingx
    Blitzer
    Blitzer


    Posts : 6
    Points Awarded : 10
    Thanks/Reps Received : 0
    Join date : 2011-02-27
    Age : 29
    Location : Australia

    Wingx's Coder Application Empty Wingx's Coder Application

    Post  Wingx Sun Feb 27, 2011 7:39 pm

    Wingx's Coder Application

    Name: Kelly

    Age: 16

    Location: Australia

    TimeZone: GMT+8

    Experience: By the way i have become a coder at 3 server that's 'SlimyslimeMs' 'ProdakuMs' 'MapleBliss'. And i have my own 4 server which is 'WingMs' 'Kinostory' 'Heartstory' and 'MaplePawl'. Honest say i'm learning coding about 2 years long.And i like Npc Script code.

    Proof:
    Code:
    /*
    Made By Wingx Of Ragezone.
    Credits to: Maxcloud, helping a bit around the price[selection] stuff.
    */
    var bowties = [1122001, 1122002, 1122003, 1122004, 1122005, 1122006];
    var stats = [2500, 5000, 10000, 15000, 20000, 30000];
    var price = [1000, 2000, 3000, 4000, 5000, 6000];
    var egg = 4000188;
    var text2 = "Your bowtie has been granted.";
    var text3 = "You don't have enough duck eggs.";

    function start() {
    var text1 = "Bow-ties are items with stats, they originally start out with the crappiest stats ever. But i edit them :).Here are the prices, stats etc.";
    for (var i = 0;i < bowties.length; i++)
    text1 += "#L" + i + "##t" + bowties[i] + "##k. #i" + bowties[i] + "##b - #b" + stats[i] + " STR,DEX,INT,LUK. - #b " + price[i] + " of Duck Eggs.\r\n"; // \r\n is for each item, because when i tested one of my other npc's out... It went all over the place without a \r\n.
    cm.sendSimple(text1);
    }

    function action(mode, type, selection) {
    if (mode == 1) {
    if (cm.haveItem(egg, price[selection])) {
    cm.gainItem(egg, -price[selection]);
    cm.gainItem(bowties[selection], 1);
    cm.sendOk(text2);
    cm.dispose();
    } else {
    cm.sendOk(text3);
    cm.dispose();
    }

    Code:
    */Coded by Wingx
    */For Kinostory


    var wui = 0;

    function start() {
      cm.sendSimple ("Hey, Welcome to #rKinostory#k.I am the Timeless equips seller.\r\n#r#ePick a category#k\r\n#L0#40 #v4030002# for #v1302081# #l\r\n#L1#40 #v4030002# for #v1312037# #l\r\n#L2#40 #v4030002# for #v1322060# #l\r\n#L3#40 #v4030002# for #v1402046# #l\r\n#L4#40 #v4030002# for #v1412033# #l\r\n#L5#40 #v4030002# for #v1422037# #l\r\n#L6#40 #v4030002# for #v1442063# #l\r\n#L7#40 #v4030002# for #v1482023# #l\r\n#L8#40 #v4030002# for #v1332073# #l\r\n#L9#40 #v4030002# for #v1332074# #l\r\n#L10#40 #v4030002# for #v1372044# #l\r\n#L11#40 #v4030002# for #v1382057# #l\r\n#L12#40 #v4030002# for #v1432047# #l\r\n#L13#40 #v4030002# for #v1452057# #l\r\n#L14#40 #v4030002# for #v1462050# #l\r\n#L15#40 #v4030002# for #v1472068# #l\r\n#L16#40 #v4030002# for #v1492023# #l")
    }

    function action(mode, type, selection) {
      cm.dispose();
     if (selection === 0) {
             
    if (cm.haveItem(4030002, 40)) {
                        cm.gainItem(1302081, 1); // Timeless Carabella
                        cm.gainItem(4030002, -40);
                        cm.sendOk("Thank you for your #b#v4030002##k!");
                   cm.dispose();
                    } else {
                    cm.sendOk("Sorry you dont have enough #b#v4030002##k!");
                    cm.dispose();
                }

    }  else if (selection == 1) {

        if (cm.haveItem(4030002, 40)) {
                        cm.gainItem(1312037, 1); // Timeless Axe
                        cm.gainItem(4030002, -40);
                        cm.sendOk("Thank you for your #b#v4030002##k!");
                   cm.dispose();
                    } else {
                    cm.sendOk("Sorry you dont have enough #b#v4030002##k!");
                    cm.dispose();
                }

    }  else if (selection == 2) {

        if (cm.haveItem(4030002, 40)) {
                        cm.gainItem(1322060, 1); // Timeless Flame
                        cm.gainItem(4030002, -40);
                        cm.sendOk("Thank you for your #b#v4030002##k!");
                   cm.dispose();
                    } else {
                    cm.sendOk("Sorry you dont have enough #b#v4030002##k!");
                    cm.dispose();
                }

                }  else if (selection == 3) {
                    if (cm.haveItem(4030002, 40)) {
                        cm.gainItem(1402046, 1); // Timeless Claymore
                        cm.gainItem(4030002, -40);
                        cm.sendOk("Thank you for your #b#v4030002##k!");
                   cm.dispose();
                    } else {
                    cm.sendOk("Sorry you dont have enough #b#v4030002##k!");
                    cm.dispose();
                }

                }  else if (selection == 4) {
                    if (cm.haveItem(4030002, 40)) {
                        cm.gainItem(1412033, 1); // Timeless Battle Axe
                        cm.gainItem(4030002, -40);
                        cm.sendOk("Thank you for your #b#v4030002##k!");
                   cm.dispose();
                    } else {
                        cm.sendOk("Sorry you dont have enough #b#v4030002##k!");
                   cm.dispose();
                    }
                
                }  else if (selection == 5) {
                    if (cm.haveItem(4030002, 40)) {
                        cm.gainItem(1422037, 1); // Timeless Maul
                        cm.gainItem(4030002, -40);
                        cm.sendOk("Thank you for your #b#v4030002##k!");
                   cm.dispose();
                    } else {
                    cm.sendOk("Sorry you dont have enough #b#v4030002##k!");
                    cm.dispose();
                }

                }  else if (selection == 6) {
                    if (cm.haveItem(4030002, 40)) {
                        cm.gainItem(1442063, 1); // Timeless Hellslayer
                        cm.gainItem(4030002, -40);
                        cm.sendOk("Thank you for your #b#v4030002##k!");
                   cm.dispose();
                    } else {
                    cm.sendOk("Sorry you dont have enough #b#v4030002##k!");
                    cm.dispose();
                }

                }  else if (selection == 7) {
                    if (cm.haveItem(4030002, 40)) {
                        cm.gainItem(1482023, 1); // Timeless Knuckle
                        cm.gainItem(4030002, -40);
                        cm.sendOk("Thank you for your #b#v4030002##k!");
                   cm.dispose();
                    } else {
                    cm.sendOk("Sorry you dont have enough #b#v4030002##k!");
                    cm.dispose();
                }
             
             } else if (selection == 8) {
                    if (cm.haveItem(4030002, 40)) {
                    cm.gainItem(1332073, 1);
                   cm.gainItem(4030002, -40);
                   cm.sendOk("Here is your #v1332073#.Have Fun!");
                   cm.dispose();
                } else {
                        cm.sendOk("Sorry you dont have enough #v4030002#.Train Harder!");
                        cm.dispose();
                }      

                } else if (selection == 9) {
                    if (cm.haveItem(4030002, 40)) {
                        cm.gainItem(1332074, 1);
                        cm.gainItem(4030002, -40);
                        cm.sendOk("Here is your #v1332074#.Have Fun!");
                        cm.dispose();
                    } else {
                        cm.sendOk("Sorry you dont have enough #v4030002#.Train Harder!");
                        cm.dispose();
                }
     
                } else if (selection == 10) {
                    if (cm.haveItem(4030002, 40)) {
                        cm.gainItem(1372044, 1);
                        cm.gainItem(4030002, -40);
                        cm.sendOk("Here is your #v1372044#.Have Fun!");
                        cm.dispose();
                    } else {
                        cm.sendOk("Sorry you dont enough #v4030002#.Train Harder!");
                        cm.dispose();
                }
             
             } else if (selection == 11) {
               if (cm.haveItem(4030002, 40)) {
                   cm.haveItem(1382057, 1);
                  cm.haveItem(4030002, -40);
                  cm.sendOk("Here is your #v1382057#.Have Fun!");
                  cm.dispose();
             } else {
                      cm.sendOk("Sorry you dont have enough #v4030002#.Train Harder!");
                      cm.dispose();
                }

                } else if (selection == 12) {
                  if (cm.haveItem(4030002, 40)) {
                      cm.gainItem(1432047, 1);
                      cm.gainItem(4030002, -40);
                      cm.sendOK("Here is your #v1432047#.Have Fun!");
                      cm.dispose();
                } else {
                      cm.sendOk("Sorry you dont have enough #v4030002#.Train Harder!");
                      cm.dispose();
                }
     
                } else if (selection == 13) {
                  if (cm.haveItem(4030002, 40)) {
                      cm.gainItem(1452057, 1);
                      cm.gainItem(4030002, -40);
                  cm.sendOk("Here is your #v1452057#.Have Fun");
                      cm.dispose();             
             } else {
                      cm.sendOk("Sorry you dont have enough #v4030002#.Train Harder!");
                      cm.dispose();
                }

                } else if (selection == 14) {
                  if (cm.haveItem(4030002, 40)) {
                      cm.gainItem(1462050, 1);
                      cm.gainItem(4030002, -40);
                      cm.sendOk("Here is your #v1462050#.Have Fun!");
                      cm.dispose();
                } else {
                      cm.sendOk("Sorry you dont have enough #v4030002#.Train Harder!");
                      cm.dispose();
                }

                } else if (selection == 15) {
                  if (cm.haveItem(4030002, 40)) {
                      cm.gainItem(1472068, 1);
                      cm.gainItem(4030002, -40);
                      cm.sendOk("Here is your #v1472068#.Have Fun!");
                } else {
                      cm.sendOk("Sorry you dont have enough #v4030002#.Train Harder!");
                      cm.dispose();
                }

                } else if (selection == 16) {
                  if (cm.haveItem(4030002, 40)) {
                      cm.gainItem(1492023, 1);
                      cm.gainItem(4030002, -40);
                      cm.sendOk("Here is your #v1492023#.Have Fun!");
                } else {
                      cm.sendOk("Sorry you dont have enough #v4030002#.Train Harder!");
                      cm.dispose();
                }             
             
                    cm.dispose();
                }



                }
    Contact Info: Kellydoble@hotmail.com <Me>
    Ericseason@live.com <Little Brother>

    My Comment: Trueful say this server is awesome, and with good feature.I willing to help code for MapleBlitz.As a pro coder they are no need to wait for applying.Last i was invited by Maple the name who's on Msn Ha!. But seriously it's time to code for MapleBlitz v83. So Yeah!!! Razz

    Thanks for taking your busy time to read my application.
    By: Wingx's
    Black
    Black
    Forum Dev / Web Designer
    Forum Dev / Web Designer


    Chosen Designer
    Posts : 19
    Points Awarded : 44
    Thanks/Reps Received : 2
    Join date : 2011-02-27
    Age : 31
    Location : My Girl's Room.

    Wingx's Coder Application Empty Re: Wingx's Coder Application

    Post  Black Sun Feb 27, 2011 8:36 pm

    I'm sorry but I would have to deny your applications.
    Reasons are:
    1. You didn't read the format thread carefully.
    2. You don't sound like 16.
    3. Your English is really bad.
    4. You've been here for only one day and you applied.
    5. Lastly, improve more on your English if you're really 16.

    Thanks ~

    /Locked and denied.
    Black
    Black
    Forum Dev / Web Designer
    Forum Dev / Web Designer


    Chosen Designer
    Posts : 19
    Points Awarded : 44
    Thanks/Reps Received : 2
    Join date : 2011-02-27
    Age : 31
    Location : My Girl's Room.

    Wingx's Coder Application Empty Re: Wingx's Coder Application

    Post  Black Mon Mar 07, 2011 11:41 pm

    Are you active in here?
    avatar
    Reason
    Blitzer
    Blitzer


    Posts : 1
    Points Awarded : 1
    Thanks/Reps Received : 0
    Join date : 2011-03-20

    Wingx's Coder Application Empty Re: Wingx's Coder Application

    Post  Reason Sun Mar 20, 2011 11:21 am

    Wow you can use variables. Im soooo impressed >_>.

    If you needed HELP to do those then you should be a Intern Scripter at the most.


    No Offense though Wing =P
    mapleblitz
    mapleblitz
    MapleBlitz Owner
    MapleBlitz Owner


    Chosen DesignerOwner of MapleBlitz
    Posts : 7
    Points Awarded : 21
    Thanks/Reps Received : 3
    Join date : 2011-02-26
    Age : 28
    Location : localhost

    Wingx's Coder Application Empty Re: Wingx's Coder Application

    Post  mapleblitz Wed Mar 30, 2011 7:51 pm

    WE have a lot of npcs to code as we are going v88, we need as much help as we can get (getting the starter quests and storyline complete)

    Therefore i hereby grant you a npc coder

    Sponsored content


    Wingx's Coder Application Empty Re: Wingx's Coder Application

    Post  Sponsored content


      Current date/time is Thu May 02, 2024 9:19 pm