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

IdyllicStory

A story without an end.
 
HomeSearchLatest imagesRegisterLog in

 

 NaDe's Coder App ;D

Go down 
AuthorMessage
Guest
Guest




NaDe's Coder App ;D Empty
PostSubject: NaDe's Coder App ;D   NaDe's Coder App ;D Time210Sat Jul 03, 2010 5:36 pm

NaDe's Coder Application



Name : NaDe |Alec| whatever you wanna call me Smile

Age : 15

Time Zone : Eastern (Rhode Island)

Email :

IGN : NaDe

Coding experience : Well I don't have a lot of coding experience besides coding a little bit for my own test server and helping my friend code and edit Npc's and such in his server.

How long you play per day: I can't really tell you an exact amount of time but I do put in a good amount of time into this server and I love it Smile.

What you can code : I can code Java and HTML, I also know how to maintain and develop a website Smile.

What you are best at coding : I'm best at HTML but Java is coming along I'm not 100% ready to make some big coding project but I'm definitely ready to help make some custom npc's and edit other things in the server Smile.

Other servers you have coded for : EpicStory (my test server) and BedTimeStory

Some of my work : A custom Kin with custom hair you could probably find this somewhere else but I don't really have anything saved because I deleted anything related to maple a while ago then decided to come back.

// KIN - v.62 Male Support
/**
*
*/
var status = 0;
var beauty = 0;
var haircolor = Array();
var skin = Array(0, 1, 2, 3, 4, 9);
var hair = Array(30000, 30010, 30020, 30030, 30040, 30050, 30060, 30070, 30080, 30090, 30110, 30120, 30130, 30140, 30150, 30160, 30170, 30180, 30190, 30200, 30210, 30220, 30230, 30240, 30250, 30260, 30270, 30280, 30290, 30300, 30310, 30320, 30330, 30340, 30350, 30360, 30370, 30400, 30410, 30420, 30440, 30450, 30460, 30470, 30480, 30490, 30510, 30520, 30530, 30540, 30550, 30560, 30570, 30580, 30590, 30600, 30610, 30620, 30630, 30640, 30650, 30660, 30670, 30680, 30690, 30700, 30710, 30720, 30730, 30740, 30750, 30760, 30770, 30780, 30790, 30800, 30810, 30820, 30840);
var hairnew = Array();
var face = Array(20000, 20001, 20002, 20003, 20004, 20005, 20006, 20007, 20008, 20009, 20010, 20011, 20012, 20013, 20014, 20016, 20017, 20018, 20019, 20020, 20021, 20022, 20023, 20024, 20026);
var facenew = Array();
var colors = Array();

function start() {
cm.sendSimple("Hey there, I can change your look. What would you like to change?\r\n#L0#Skin#l\r\n#L1#Hair#l\r\n#L2#Hair Color#l\r\n#L3#Eye#l\r\n#L4#Eye Color#l");
}

function action(mode, type, selection) {
if (mode == -1)
cm.dispose();
else {
if (mode == 0 && status == 0) {
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 1) {
if (selection == 0) {
beauty = 1;
cm.sendStyle("Pick one?", skin);
} else if (selection == 1) {
beauty = 2;
hairnew = Array();
for(var i = 0; i < hair.length; i++) {
if (hair[i] == 30100 || hair[i] == 30010)
hairnew.push(hair[i]);
else
hairnew.push(hair[i] + parseInt(cm.getPlayer().getHair() % 10));
}
cm.sendStyle("Pick one?", hairnew);
} else if (selection == 2) {
beauty = 3;
haircolor = Array();
var current = parseInt(cm.getPlayer().getHair()/10)*10;
if(current == 30100)
haircolor = Array(current , current + 1, current + 2, current + 3, current +4);
else if (current == 30010)
haircolor = Array(current);
else {
for(var i = 0; i < 8; i++)
haircolor.push(current + i);
}
cm.sendStyle("Pick one?", haircolor);
} else if (selection == 3) {
beauty = 4;
facenew = Array();
for(var i = 0; i < face.length; i++) {
if (face[i] == 20022 || face[i] == 20021)
facenew.push(face[i]);
else
facenew.push(face[i] + cm.getPlayer().getFace() % 1000 - (cm.getPlayer().getFace() % 100));
}
cm.sendStyle("Pick one?", facenew);
} else if (selection == 4) {
beauty = 5;
var current = cm.getPlayer().getFace() % 100 + 20000;
colors = Array();
if(current == 20022 || current == 20021)
colors = Array(current , current + 100, current + 200, current + 300, current +400, current + 600, current + 700, current + 800);
else
colors = Array(current , current + 100, current + 200, current + 300, current +400, current + 500, current + 600, current + 700, current + 800);
cm.sendStyle("Pick one?", colors);
}
}
else if (status == 2){
if (beauty == 1) cm.setSkin(skin[selection]);
if (beauty == 2) cm.setHair(hairnew[selection]);
if (beauty == 3) cm.setHair(haircolor[selection]);
if (beauty == 4) cm.setFace(facenew[selection]);
if (beauty == 5) cm.setFace(colors[selection]);
cm.dispose();
}
}
}

As for HTML I don't really have any websites up right now so I can't show you but if you need proof that I actually know it I would be happy to show you Smile.

I'm familiar with removing exploits from servers and adding patches, creating an installation system, editing and coding Npc's, patching packet editing ect.

I hope you consider my application if I forgot anything let me know Smile



Thanks


- N a D e -


Last edited by NaDe on Tue Aug 31, 2010 5:38 am; edited 1 time in total
Back to top Go down
Guest
Guest




NaDe's Coder App ;D Empty
PostSubject: eh   NaDe's Coder App ;D Time210Sat Jul 03, 2010 6:50 pm

you probably copy and pasted
and same goes, YOU ARE BANNED, WHY ARE U APPLYING FOR THSE STUFF
Back to top Go down
Guest
Guest




NaDe's Coder App ;D Empty
PostSubject: Re: NaDe's Coder App ;D   NaDe's Coder App ;D Time210Sun Jul 04, 2010 1:19 am

wwe124 wrote:
you probably copy and pasted
and same goes, YOU ARE BANNED, WHY ARE U APPLYING FOR THSE STUFF

um yeah I copied and pasted from my flash drive and I'm not banned why do you keep flaming my threads.
Back to top Go down
Guest
Guest




NaDe's Coder App ;D Empty
PostSubject: eh   NaDe's Coder App ;D Time210Sun Jul 04, 2010 7:47 am

no your sketchy and i banned sketchy for hacking. you whispered me and "claimed" that your my master and said bow to me and some other stuff i aint gonna say. so obviously u aint up to no good if you are saying stuff to me and i dont even know u.
Back to top Go down
Guest
Guest




NaDe's Coder App ;D Empty
PostSubject: Re: NaDe's Coder App ;D   NaDe's Coder App ;D Time210Sun Jul 04, 2010 1:46 pm

Lol, this makes my coder app look like a piece of shyt. ):
Back to top Go down
Guest
Guest




NaDe's Coder App ;D Empty
PostSubject: Re: NaDe's Coder App ;D   NaDe's Coder App ;D Time210Sun Jul 04, 2010 3:23 pm

I love this application.
One of the best Coder Application.
But wad Victor has said kind of confused me.
Back to top Go down
Guest
Guest




NaDe's Coder App ;D Empty
PostSubject: Re: NaDe's Coder App ;D   NaDe's Coder App ;D Time210Mon Jul 05, 2010 7:48 am

SnowAkantor wrote:
I love this application.
One of the best Coder Application.
But wad Victor has said kind of confused me.

Thank you Smile it was just a joke I was kidding around with him because I was bored.
Back to top Go down
Guest
Guest




NaDe's Coder App ;D Empty
PostSubject: Re: NaDe's Coder App ;D   NaDe's Coder App ;D Time210Mon Jul 05, 2010 7:48 am

wwe124 wrote:
no your sketchy and i banned sketchy for hacking. you whispered me and "claimed" that your my master and said bow to me and some other stuff i aint gonna say. so obviously u aint up to no good if you are saying stuff to me and i dont even know u.

Dude seriously chilll outtt I was kidding with you dam.
Back to top Go down
Guest
Guest




NaDe's Coder App ;D Empty
PostSubject: eh   NaDe's Coder App ;D Time210Mon Jul 05, 2010 7:57 am

ehhh no, i dont think u were kidding wit me. y would someone that dont know me whisper me those stuff? at least get to know me b4 u joke around wit me. u might be sayin u jokin wit me now cuz u want to be a coder.
Back to top Go down
Guest
Guest




NaDe's Coder App ;D Empty
PostSubject: Re: NaDe's Coder App ;D   NaDe's Coder App ;D Time210Mon Jul 05, 2010 5:36 pm

wwe124 wrote:
ehhh no, i dont think u were kidding wit me. y would someone that dont know me whisper me those stuff? at least get to know me b4 u joke around wit me. u might be sayin u jokin wit me now cuz u want to be a coder.

Lol k you can think whatever you want, actually I know where your coming from because someone did something like this to me before but in real life and I got really pissed off so I understand where your coming from, I was kidding with you obviously I'm not your master lols.
Back to top Go down
Guest
Guest




NaDe's Coder App ;D Empty
PostSubject: ehh   NaDe's Coder App ;D Time210Wed Jul 07, 2010 9:10 pm

NaDe wrote:
wwe124 wrote:
ehhh no, i dont think u were kidding wit me. y would someone that dont know me whisper me those stuff? at least get to know me b4 u joke around wit me. u might be sayin u jokin wit me now cuz u want to be a coder.

Lol k you can think whatever you want, actually I know where your coming from because someone did something like this to me before but in real life and I got really pissed off so I understand where your coming from, I was kidding with you obviously I'm not your master lols.


ok w/e
Back to top Go down
Lexii
Administrator
Administrator
Lexii


Female Posts : 2443
Join date : 2010-03-01
Age : 31
Location : Holland

NaDe's Coder App ;D Empty
PostSubject: Re: NaDe's Coder App ;D   NaDe's Coder App ;D Time210Mon Feb 21, 2011 1:16 pm

Denied!
Inactive
Back to top Go down
http://www.idyllicstory.com/vote.php
Sponsored content





NaDe's Coder App ;D Empty
PostSubject: Re: NaDe's Coder App ;D   NaDe's Coder App ;D Time210

Back to top Go down
 
NaDe's Coder App ;D
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
IdyllicStory :: Applications :: GM Applications :: Denied-
Jump to: