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

Randy's GM/Coder Application

5 posters

Go down

Randy's GM/Coder Application Empty Randy's GM/Coder Application

Post  Randy Sun Sep 25, 2011 5:54 pm

1- Real Name or Nickname: Randy

2- In-game-name: Randy

2.5- Age: 16 On October.

3- Timezone: (UCT-8:00) Pacific Time (US & Canada)

4- Where do you live? (State/Country): Washington/USA

5- Can you code? If so, what kind of Coding do you know? Java, Javascript, custom Commands, Gamble Systems, Potential, AutoBan System, Also i can add v188 (JMS) items for yu guyz Thumbs Up! and Etc...

6- How much time have you been coding? Like 2 years.

7- Please provide proof of your coding: Here's a NPC that when u start 1st map u'll choose Like cupid = x2 exp , erida = 2x mesos. that's from my server (CupidStory) so itz cupid&Erida sowwie Tongue
Code:
var status = 0;
var lh = 0;

function start() {
    status = -1;
    action(1, 0, 0);
}

function action(mode, type, selection) {
    if (mode == -1) {
        cm.dispose();
    } else {
        if (mode == 0 && status == 1) {
            cm.dispose();
            return;
        }
    if (mode == 1)
        status++;
    else
      status--;
      if (status == 0) {
         cm.sendSimple("Hello #r#h ##k, before you start your journey in CupidStory, I want to know which side of the raging battle of #rlove#k/#dhate#k you want to support:\r\n#L0#Cupid - Love, 2x Exp Rate#l\r\n#L1#Erida - Hate, 2x Meso Rate#l");
      }
      else if (status == 1) {
         if (selection == 0) {
            lh = 0;
            cm.sendYesNo("Are you sure?");
         }
         else if (selection == 1) {
            lh = 1;
            cm.sendYesNo("Are you sure?");
         }
      }
      else if (status == 2) {
         if (lh == 0) {
            cm.changeOccupationById(100);
            cm.sendNext("You now support #r" + cm.getPlayer().getOccupation() + "#k. You will now begin your journey!");
         }
         else if (lh == 1) {
            cm.changeOccupationById(110);
            cm.sendNext("You now support #r" + cm.getPlayer().getOccupation() + "#k. You will now begin your journey!");
         }
      }
      else if (status == 3) {
         cm.warp(970000001);
         cm.dispose();
      }
   }
}
8- Why should we choose you? Cuz im awesome? Hehe JK!! Its ur choice.
9- If you get hired, and become part of the staff: I'll bann hackers, add some cool npcs.
9.a- If a a close friend asks you for an item, would you give it to that friend? Nope, cause that's not my job.
9.b- Would you give items away? No, i dont want the players to get bored tho.

10- Summarize yourself/ Describe yourself: Ummm i like to play games, soccer and sleep Tongue
What game im playing? Crossfire, MAT, Audition, Maplestory. Smile

11- Do you follow the rules / orders? Of course yes.

12- Are you loyal(You stay in one server and only work for that one)? I'll stay till this server is down.


Last edited by Randy on Sat Oct 01, 2011 4:03 pm; edited 4 times in total
Randy
Randy

Posts : 10
Join date : 2011-09-25
Age : 28

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  itsJoy<3. Sun Sep 25, 2011 6:15 pm

October buddies ! C: LOL.

This was a very lovely application. Best of luck ! Oooh!
itsJoy<3.
itsJoy<3.

Posts : 119
Join date : 2011-08-29
Age : 28
Location : NewYorkC:

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  Randy Sun Sep 25, 2011 6:24 pm

itsJoy~ wrote:October buddies ! C: LOL.

This was a very lovely application. Best of luck ! Oooh!

Ty <3 Tongue
Randy
Randy

Posts : 10
Join date : 2011-09-25
Age : 28

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  Existing Sun Sep 25, 2011 10:40 pm

Never seen this variable: var lh = 0;
avatar
Existing

Posts : 4
Join date : 2011-09-22

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  Existing Sun Sep 25, 2011 10:43 pm

Btw, adding WZ Edited items isn't that hard. Also, autoban should already be in the source, it always is. It's just most likely commented. ( Commented as in a // added before the java commands ).
avatar
Existing

Posts : 4
Join date : 2011-09-22

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  Randy Sun Sep 25, 2011 10:57 pm

Existing wrote:Btw, adding WZ Edited items isn't that hard. Also, autoban should already be in the source, it always is. It's just most likely commented. ( Commented as in a // added before the java commands ).
Oh well i didnt say im pro, i think u pro-er than me so Good Luck~
--Peaacee--
Randy
Randy

Posts : 10
Join date : 2011-09-25
Age : 28

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  itsJoy<3. Mon Sep 26, 2011 2:56 pm

Also, I love your hair Shocked
itsJoy<3.
itsJoy<3.

Posts : 119
Join date : 2011-08-29
Age : 28
Location : NewYorkC:

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  Existing Mon Sep 26, 2011 5:23 pm

Randy wrote:
Existing wrote:Btw, adding WZ Edited items isn't that hard. Also, autoban should already be in the source, it always is. It's just most likely commented. ( Commented as in a // added before the java commands ).
Oh well i didnt say im pro, i think u pro-er than me so Good Luck~
--Peaacee--

Not precisely. ;P. I'm not into the WZ Editing area, I'm more into Java. But, Good Luck (Y)! Smile
avatar
Existing

Posts : 4
Join date : 2011-09-22

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  Randy Mon Sep 26, 2011 5:39 pm

Existing wrote:
Randy wrote:
Existing wrote:Btw, adding WZ Edited items isn't that hard. Also, autoban should already be in the source, it always is. It's just most likely commented. ( Commented as in a // added before the java commands ).
Oh well i didnt say im pro, i think u pro-er than me so Good Luck~
--Peaacee--

Not precisely. ;P. I'm not into the WZ Editing area, I'm more into Java. But, Good Luck (Y)! Smile
Im juz app for fun tho cuz im to lazy to do stuffs but Ty anyw8 Tongue
Randy
Randy

Posts : 10
Join date : 2011-09-25
Age : 28

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  Randy Mon Sep 26, 2011 5:40 pm

itsJoy~ wrote:Also, I love your hair Shocked
Thank Yu again Tongue
----Peaaccee----
Randy
Randy

Posts : 10
Join date : 2011-09-25
Age : 28

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  Dave Mon Sep 26, 2011 6:54 pm

itsJoy~ wrote:Also, I love your hair Shocked
LOLOLOLOOLOLOLOL

Great app ! Thumbs Up!
Dave
Dave

Posts : 111
Join date : 2011-09-02
Age : 27
Location : P. Sherman 42 Wallaby Way, Sydney, Australia

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  itsJoy<3. Mon Sep 26, 2011 7:03 pm

Dave wrote:
itsJoy~ wrote:Also, I love your hair Shocked
LOLOLOLOOLOLOLOL

Great app ! Thumbs Up!

LOOOOL.

YOU BOTH HAVE GREAT HAIR. I'M JEALOUS.

C:
itsJoy<3.
itsJoy<3.

Posts : 119
Join date : 2011-08-29
Age : 28
Location : NewYorkC:

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  Randy Mon Sep 26, 2011 7:08 pm

itsJoy~ wrote:
Dave wrote:
itsJoy~ wrote:Also, I love your hair Shocked
LOLOLOLOOLOLOLOL

Great app ! Thumbs Up!

LOOOOL.

YOU BOTH HAVE GREAT HAIR. I'M JEALOUS.

C:
I think dave need a hair cut* Tongue
Randy
Randy

Posts : 10
Join date : 2011-09-25
Age : 28

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  itsJoy<3. Mon Sep 26, 2011 7:12 pm

Randy wrote:
itsJoy~ wrote:
Dave wrote:
itsJoy~ wrote:Also, I love your hair Shocked
LOLOLOLOOLOLOLOL

Great app ! Thumbs Up!

LOOOOL.

YOU BOTH HAVE GREAT HAIR. I'M JEALOUS.

C:
I think dave need a hair cut* Tongue

Looooooooool.

Maybe just a trim, or shave it bald O_O

itsJoy<3.
itsJoy<3.

Posts : 119
Join date : 2011-08-29
Age : 28
Location : NewYorkC:

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  Dave Tue Sep 27, 2011 7:40 pm

itsJoy~ wrote:
Randy wrote:
itsJoy~ wrote:
Dave wrote:
itsJoy~ wrote:Also, I love your hair Shocked
LOLOLOLOOLOLOLOL

Great app ! Thumbs Up!

LOOOOL.

YOU BOTH HAVE GREAT HAIR. I'M JEALOUS.

C:
I think dave need a hair cut* Tongue

Looooooooool.

Maybe just a trim, or shave it bald O_O

LOLLOOLLOLOLOLOLLOL
this is wat i want my hair to look like
Randy's GM/Coder Application Seth
Dave
Dave

Posts : 111
Join date : 2011-09-02
Age : 27
Location : P. Sherman 42 Wallaby Way, Sydney, Australia

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  itsJoy<3. Tue Sep 27, 2011 7:53 pm

NOT COOL.
itsJoy<3.
itsJoy<3.

Posts : 119
Join date : 2011-08-29
Age : 28
Location : NewYorkC:

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  Dave Tue Sep 27, 2011 7:54 pm

seth trotter is hot. -_-
Dave
Dave

Posts : 111
Join date : 2011-09-02
Age : 27
Location : P. Sherman 42 Wallaby Way, Sydney, Australia

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  ღ `TiNA<3. ●⌣● ღ Wed Sep 28, 2011 3:28 pm

This is not a chatbox. >:C
ღ `TiNA<3. ●⌣● ღ
ღ `TiNA<3. ●⌣● ღ

Posts : 117
Join date : 2011-08-29
Age : 26
Location : Tranquility Turtle isLand.

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  Randy Wed Sep 28, 2011 4:39 pm

`TiNA<3. wrote:
This is not a chatbox. >:C
Ikr y u guyz talking on my app LOL Tongue
Randy
Randy

Posts : 10
Join date : 2011-09-25
Age : 28

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  Dave Wed Sep 28, 2011 9:41 pm

SORRY TINA. :/
Dave
Dave

Posts : 111
Join date : 2011-09-02
Age : 27
Location : P. Sherman 42 Wallaby Way, Sydney, Australia

Back to top Go down

Randy's GM/Coder Application Empty Re: Randy's GM/Coder Application

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum