AlphaSquadMS Forum
Welcome to AlphaSquadMS forums, as a guest you may NOT view the forums. Kindly log-in or register to access the forums, thank you.
AlphaSquadMS Forum
Welcome to AlphaSquadMS forums, as a guest you may NOT view the forums. Kindly log-in or register to access the forums, thank you.
AlphaSquadMS Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome to AlphaSquadMS Forum! Where the fun never ends and nothing stay the same :]
 
Homeweblue's Coder Application I_icon_mini_portalGalleryLatest imagesRegisterLog in

 

 weblue's Coder Application

Go down 
5 posters
AuthorMessage
weblue
Dev. Team
Dev. Team



Posts : 1
Join date : 2009-07-18

weblue's Coder Application Empty
PostSubject: weblue's Coder Application   weblue's Coder Application EmptySat Jul 18, 2009 3:03 pm

Name: Nader k.
Timezone: +2 GMT
Position im applying for: Coder obviously
Experience: Im the sole owner of MyStoryMS which Tazhy is a lead GM at so she might vouch for me. I have tons of examples but ill use my JQ files:
Reward NPC:
Code:

var wui = 0;

function start() {
    cm.sendSimple ("Hello, I'm the Slime Eraser trader. If you got any #i4001013# you could exchange them here for prizes. \r\n#L0# #b1500#k Slime erasers for #r100 watt/matt SCGs#k.#l \r\n#L15# #b750#k Slime erasers for #r50 watt/matt snowshoes.#l\r\n#L1##b8000#k Slime erasers for #rGm HAT!#k #l\r\n#L2##b50#k Slime erasers for #rDark Crystal Blade <Warror>!#k #l\r\n#L3##b20#k Slime erasers for #rBlack Bow Tie!#k #l\r\n#L4##b20#k Slime erasers for #rLunch Boxes!#k #l\r\n#L5##b20#k Slime erasers for 3 #rDragon Stones!#k #l\r\n#L6##b10#k Slime erasers for #rRaven CrossBows!#k #l\r\n#L7##b10#k Slime erasers for #rRaven Swords!#k #l\r\n#L8##b10#k Slime erasers for #rRaven Claws and Daggers!#k #l\r\n#L9##b10#k Slime erasers for #rElemental Wands & Staffs!#k #l\r\n#L10##b8#k Slime erasers for #rMounts + Saddle!#k #l\r\n#L11##b5#k Slime erasers for #rAll bars , (Etc.. Chocolate)#k #l\r\n#L12##b5#k Slime erasers for #rTimeless Equips!#k #l\r\n#L13##b5#k Slime erasers for #rGlowing Smile Cap!#k #l\r\n#L14##b3#k Slime erasers for #rBalanced Furys!#k");
}

function action(mode, type, selection) {
    cm.dispose();
    if (selection == 0) {
        if (cm.haveItem(4001013, 1500)) {
            cm.gainItem(1082223, 1);
            cm.gainItem(4001013, -1500);
            cm.sendOk("Well done, Here is your #rSCG#k.");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime erasers. ");
            cm.dispose();
        }


    } else if (selection == 1) {

        if (cm.haveItem(4001013, 8000)) {
            cm.gainItem(1002140,1);
            cm.gainItem(4001013, -8000);
            cm.sendOk("Well done, Here are is your Gm hat!");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime Erasers. ");
            cm.dispose();
        }



    } else if (selection == 2) {


        if (cm.haveItem(4001013, 50)) {
            cm.gainItem(1302107,1);
            cm.gainItem(4001013, -50);
            cm.sendOk("Well done, Here is your #r Dark Crystal Blade!#k.");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime Erasers. ");
            cm.dispose();
        }



    } else if (selection == 3) {

        if (cm.haveItem(4001013, 20)) {
            cm.gainItem(1122005,1);
            cm.gainItem(4001013, -20);
            cm.sendOk("Well done, Here is your Black Bow tie!! Good luck!!");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime Erasers. ");
            cm.dispose();
        }



    } else if (selection == 4) {


        if (cm.haveItem(4001013, 20)) {
            cm.gainItem(1302098,1);
            cm.gainItem(1302099,1);
            cm.gainItem(1302100,1);
            cm.gainItem(1302101,1);
            cm.gainItem(4001013, -20);
            cm.sendOk("Well done, Here is your #r Lunch Boxes!!#k.");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime Erasers. ");
            cm.dispose();
        }



    } else if (selection == 5) {


        if (cm.haveItem(4001013, 20)) {
            cm.gainItem(2041200,3);
            cm.gainItem(4001013, -20);
            cm.sendOk("Well done, Here are your 3 Dragon Stones.");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime Erasers. ");
            cm.dispose();
        }


    } else if (selection == 6) {


        if (cm.haveItem(4001013, 10)) {
            cm.gainItem(1462052,1);
            cm.gainItem(1462053,1);
            cm.gainItem(1462054,1);
            cm.gainItem(1462055,1);
            cm.gainItem(4001013, -10);
            cm.sendOk("Well done, Here is your #r Raven CrossBows!!!#k.");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime Erasers. ");
            cm.dispose();
        }



    } else if (selection == 7) {


        if (cm.haveItem(4001013, 10)) {
            cm.gainItem(1402048,1);
            cm.gainItem(1402049,1);
            cm.gainItem(1402050,1);
            cm.gainItem(1402051,1);
            cm.gainItem(4001013, -10);
            cm.sendOk("Well done, Here is your #r Raven Swords!!!#k.");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime Erasers. ");
            cm.dispose();
        }



    } else if (selection == 8) {


        if (cm.haveItem(4001013, 10)) {
            cm.gainItem(1472073,1);
            cm.gainItem(1472072,1);
            cm.gainItem(1472074,1);
            cm.gainItem(1472075,1);
            cm.gainItem(1332077,1);
            cm.gainItem(1332078,1);
            cm.gainItem(1332079,1);
            cm.gainItem(1332080,1);
            cm.gainItem(4001013, -10);
            cm.sendOk("Well done, Here is your #r Raven Daggers and claws!!!#k.");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime Erasers. ");
            cm.dispose();
        }



    } else if (selection == 9) {

        if (cm.haveItem(4001013, 10)) {
            cm.gainItem(1372035,1);
            cm.gainItem(1372036,1);
            cm.gainItem(1372037,1);
            cm.gainItem(1372038,1);
            cm.gainItem(1372039,1);
            cm.gainItem(1372040,1);
            cm.gainItem(1372041,1);
            cm.gainItem(1372042,1);
            cm.gainItem(1382045,1);
            cm.gainItem(1382046,1);
            cm.gainItem(1382047,1);
            cm.gainItem(1382048,1);
            cm.gainItem(1382049,1);
            cm.gainItem(1382050,1);
            cm.gainItem(1382051,1);
            cm.gainItem(1382052,1);
            cm.gainItem(4001013, -10);
            cm.sendOk("Well done, Here is your #r Elemental Items!#k.");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime erasers. ");
            cm.dispose();
        }
    } else if (selection == 10) {
        if (cm.haveItem(4001013, 8)) {
            cm.gainItem(1902000,1);
            cm.gainItem(1902001,1);
            cm.gainItem(1902002,1);
            cm.gainItem(1912000,1);
            cm.gainItem(4001013, -8);
            cm.sendOk("Well done, Here are your #r Taming mobs + Saddle!!#k.");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime Erasers. ");
            cm.dispose();
        }
    } else if (selection == 11) {
        if (cm.haveItem(4001013, 5)) {
            cm.gainItem(1012071,1);
            cm.gainItem(1012072,1);
            cm.gainItem(1012073,1);
            cm.gainItem(4001013, -5);
            cm.sendOk("Well done, Here are your bars.");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime Erasers. ");
            cm.dispose();
        }
    } else if (selection == 12) {
        if (cm.haveItem(4001013, 5)) {
            cm.gainItem(1302081,1);
            cm.gainItem(1312037,1);
            cm.gainItem(1322060,1);
            cm.gainItem(1402046,1);
            cm.gainItem(1412033,1);
            cm.gainItem(1422037,1);
            cm.gainItem(1442063 ,1);
            cm.gainItem(1482023,1);
            cm.gainItem(4001013, -5);
            cm.sendOk("Well done, Here are your #r Timeless equips!!!#k.");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime Erasers. ");
            cm.dispose();
        }
    } else if (selection == 13) {
        if (cm.haveItem(4001013, 5)) {
            cm.gainItem(1002735,1);
            cm.gainItem(4001013, -5);
            cm.sendOk("Well done, Here is your #r Glowing Smile cap!!#k.");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime Erasers. ");
            cm.dispose();
        }
    } else if (selection == 14) {
        if (cm.haveItem(4001013, 3)) {
            cm.gainItem(2070018,1);
            cm.gainItem(4001013, -3);
            cm.sendOk("Well done, Here is your #r Balanced Fury!#k.");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime Erasers. ");
            cm.dispose();
        }
    } else if (selection == 15) {
        if (cm.haveItem(4001013, 750)) {
            cm.gainItem(1072239, 1);
            cm.gainItem(4001013, -750);
            cm.sendOk("Well done!, Here is your #rSnowShoes#k");
            cm.dispose();
        } else {
            cm.sendOk(" Sorry. You do not have enough Slime erasers. ");
            cm.dispose();
        }
        cm.dispose();
    }
   
the npc at the end of it:
Code:
/*
JQ prize NPC by [GM]1337 aka forgotten332 aka weblue
*/
var wui = 0;

function start() {
   cm.sendSimple ("Congratulations on winning the Jump Quest. Please choose a reward and please sugest more rewards to 1337! #l\r\n#L0##b500mill mesos#k #l\r\n#L2##b2 Slime Erasers#k #l");
}

function action(mode, type, selection) {
cm.dispose();
   if (selection == 0) {
      cm.gainMeso(500000000);
      cm.warp(910000000, 0);
      cm.dispose();
                } else if (selection == 1) {
                cm.gainItem(4001013, 2);
                cm.warp(910000000, 0);
                cm.dispose();
   } else {
                cm.warp(910000000, 0);
      cm.sendOk ("Good Job in the JQ! Your free to try again!");
      cm.dispose();
   }
}
Back to top Go down
tazhy
Game Masters
Game Masters
tazhy


Posts : 37
Join date : 2009-07-11
Age : 35
Location : Canada

weblue's Coder Application Empty
PostSubject: Re: weblue's Coder Application   weblue's Coder Application EmptySat Jul 18, 2009 10:56 pm

Yes Blue is a good coder!
and he told me he would be happy to help out Very Happy

GoodLuck blue<3
Back to top Go down
http://www.tazhyzsite.tk
Ernest
Forum Administrator
Forum Administrator
Ernest


Posts : 13
Join date : 2009-07-10
Age : 30
Location : Singapore

weblue's Coder Application Empty
PostSubject: Re: weblue's Coder Application   weblue's Coder Application EmptyMon Jul 20, 2009 11:51 pm

Weblue, welcome to the team =D
Back to top Go down
http://www.oopsms.tk
-Smarter Child-[GM]Sony
Newbie
Newbie
-Smarter Child-[GM]Sony


Posts : 3
Join date : 2009-07-21
Age : 28
Location : Malaysia (Sarawak LIMBANG)

weblue's Coder Application Empty
PostSubject: Re: weblue's Coder Application   weblue's Coder Application EmptyTue Jul 21, 2009 9:48 pm

Smile Welcome Very Happy
Back to top Go down
xOzzy
Junior Member
Junior Member
xOzzy


Posts : 22
Join date : 2009-07-12
Age : 29

weblue's Coder Application Empty
PostSubject: Re: weblue's Coder Application   weblue's Coder Application EmptyWed Jul 22, 2009 11:18 am

Haha hello again WB Razz
Back to top Go down
Sponsored content





weblue's Coder Application Empty
PostSubject: Re: weblue's Coder Application   weblue's Coder Application Empty

Back to top Go down
 
weblue's Coder Application
Back to top 
Page 1 of 1
 Similar topics
-
» GM application format [Read before posting an application]
» To Apply For Coder
» [GFX] Application - Ozzy

Permissions in this forum:You cannot reply to topics in this forum
AlphaSquadMS Forum :: Job Applications :: Coder Applications-
Jump to: