Mike's Coder Applicaton Come loooook Colors
+2
moveit56
baboo
6 posters
Page 1 of 2
Page 1 of 2 • 1, 2
Mike's Coder Applicaton Come loooook Colors
name: Mike
Age:17
Coding skills:i can code NPC's, and i know a little Java coding.
What can you code?:Mostly NPCS
What can't you code/what are your weaknesses?: i can barely code java, what i mean is, i cant in-cooperate my npcs with java stuff as in edited stuff unless u just edit the whole item.
Do you have any examples?: yes?
Please tell us a little bit about yourself:
well if coders get GM privelages, i wont let u down because well... ive been a gm in many many other private servers before, and i know all the gm rules... but if i get accepted i needa ask you a couple of questions... im finishing school in 54 days to be exact from the moment i post this app... when i say finish i mean im done... no more studying... so imma be on 24/7. well thanks for reading got any questions? IGn( HOPEFULLY) mike if not, then its baboo.
didnt make it too long because i know how it sucks to read a long app... trust me ive been in ur shoes loads of times...
well peace and have a nice day
Age:17
Coding skills:i can code NPC's, and i know a little Java coding.
What can you code?:Mostly NPCS
What can't you code/what are your weaknesses?: i can barely code java, what i mean is, i cant in-cooperate my npcs with java stuff as in edited stuff unless u just edit the whole item.
Do you have any examples?: yes?
- Code:
/* Made by Mike from Kudoms
If u leach this, i hope u die */
var wui = 0;
function start() {
cm.sendSimple ("Hello, I'm here to trade your trophies for some awsome top of the line Timeless Wepons. \r\n#L0# #r#r10#k trophies for a #rTimeless One hand Sword#k.#k #l\r\n#L1##r10#k trophies for #rTimeless 2 Hand Sword.#k #l\r\n#L2##r10#k trophies for a #rTimeless one hand mace#k. #l\r\n#L3##r10#k Tropies for a #rTimeless 2 Hand Mace#k #l\r\n#L4##r10#k trophies for a #rTimeless One hand Axe#r#k #l\r\n#L5##r10#k trophies for a #rTimeless Two hand Axe#r#k CHOOSE WIZELY, NO REFUNDS");
}
function action(mode, type, selection) {
cm.dispose();
if (selection == 0) {
if (cm.haveItem(4000038, 10)) {
cm.gainItem(1302081,1);
cm.gainItem(4000038, -10);
cm.sendOk("Enjoy");
cm.dispose();
} else {
cm.sendOk(" Sorry. You do not have enough trophies. ");
cm.dispose();
}
} else if (selection == 1) {
if (cm.haveItem(4000038, 10)) {
cm.gainItem(1402046,1);
cm.gainItem(4000038, -10);
cm.sendOk("Enjoy");
cm.dispose();
} else {
cm.sendOk(" Sorry. You do not have enough trophies. ");
cm.dispose();
}
} else if (selection == 2) {
if (cm.haveItem(4000038, 10)) {
cm.gainItem(1322060,1);
cm.gainItem(4000038, -10);
cm.sendOk("Enjoy");
cm.dispose();
} else {
cm.sendOk(" Sorry. You do not have enough trophies. ");
cm.dispose();
}
} else if (selection == 3) {
if (cm.haveItem(4000038, 10)) {
cm.gainItem(1422037,1);
cm.gainItem(4000038, -10);
cm.sendOk("Enjoy");
cm.dispose();
} else {
cm.sendOk(" Sorry. You do not have enough trophies. ");
cm.dispose();
}
} else if (selection == 4) {
if (cm.haveItem(4000038, 10)) {
cm.gainItem(1312037,1);
cm.gainItem(4000038, -10);
cm.sendOk("Enjoy");
cm.dispose();
} else {
cm.sendOk(" Sorry. You do not have enough trophies. ");
cm.dispose();
}
} else if (selection == 5) {
if (cm.haveItem(4000038, 10)) {
cm.gainItem(1412033,1);
cm.gainItem(4000038, -10);
cm.sendOk("Enjoy");
cm.dispose();
} else {
cm.sendOk(" Sorry. You do not have enough trophies. ");
cm.dispose();
}
cm.dispose();
}
}
Please tell us a little bit about yourself:
well if coders get GM privelages, i wont let u down because well... ive been a gm in many many other private servers before, and i know all the gm rules... but if i get accepted i needa ask you a couple of questions... im finishing school in 54 days to be exact from the moment i post this app... when i say finish i mean im done... no more studying... so imma be on 24/7. well thanks for reading got any questions? IGn( HOPEFULLY) mike if not, then its baboo.
didnt make it too long because i know how it sucks to read a long app... trust me ive been in ur shoes loads of times...
well peace and have a nice day
baboo- Niblet
- Posts : 21
Join date : 2010-04-05
Age : 32
Re: Mike's Coder Applicaton Come loooook Colors
hmmmm that script does not look right
u forgot if to get children (TROPHY ID HERE) because if you dont do that then it will give you it even if you dont have a trophy
then the reset should work
u forgot if to get children (TROPHY ID HERE) because if you dont do that then it will give you it even if you dont have a trophy
then the reset should work
Re: Mike's Coder Applicaton Come loooook Colors
ur wrong... lol i tested this and it works fine ...
baboo- Niblet
- Posts : 21
Join date : 2010-04-05
Age : 32
Re: Mike's Coder Applicaton Come loooook Colors
If you're doing a non-status script, why add the status? "wui"
Edit: I would also suggest using variables with a loop to make it shorter; because it's hard to read that small box filled with text.
Edit: I would also suggest using variables with a loop to make it shorter; because it's hard to read that small box filled with text.
Natural- Spam Addict
- Posts : 138
Join date : 2010-03-16
Age : 29
Location : Earth
Re: Mike's Coder Applicaton Come loooook Colors
ur right i can... but i made this long ago.. lol i wasnt as experienced as i am now.
baboo- Niblet
- Posts : 21
Join date : 2010-04-05
Age : 32
Re: Mike's Coder Applicaton Come loooook Colors
Coolio, any tricks?
Natural- Spam Addict
- Posts : 138
Join date : 2010-03-16
Age : 29
Location : Earth
baboo- Niblet
- Posts : 21
Join date : 2010-04-05
Age : 32
Re: Mike's Coder Applicaton Come loooook Colors
Multi-dimensional arrays, maybe. :d
Natural- Spam Addict
- Posts : 138
Join date : 2010-03-16
Age : 29
Location : Earth
Re: Mike's Coder Applicaton Come loooook Colors
hmmmm... u mean like fredrick or an all in one shop? yea...
baboo- Niblet
- Posts : 21
Join date : 2010-04-05
Age : 32
Re: Mike's Coder Applicaton Come loooook Colors
No, that would be opening several shops, whereas I meant: [649887, 849849] [8789798, 8798798]. Sorta like Gachapon
Natural- Spam Addict
- Posts : 138
Join date : 2010-03-16
Age : 29
Location : Earth
Re: Mike's Coder Applicaton Come loooook Colors
imma be honest with you... i havent tried something like that before... but i can learn.
baboo- Niblet
- Posts : 21
Join date : 2010-04-05
Age : 32
Re: Mike's Coder Applicaton Come loooook Colors
Oh, I'm not the only noob ;D.
Natural- Spam Addict
- Posts : 138
Join date : 2010-03-16
Age : 29
Location : Earth
Re: Mike's Coder Applicaton Come loooook Colors
dude... wth is this servers website?
baboo- Niblet
- Posts : 21
Join date : 2010-04-05
Age : 32
Re: Mike's Coder Applicaton Come loooook Colors
Apparently, it's still in the making or something. This is the website until further notice; I presume.
Natural- Spam Addict
- Posts : 138
Join date : 2010-03-16
Age : 29
Location : Earth
Re: Mike's Coder Applicaton Come loooook Colors
alright... and oh i aint a noob... thats just one thing i dont know how to do... lol i can do other shizz.. lol what about u what can u do?
baboo- Niblet
- Posts : 21
Join date : 2010-04-05
Age : 32
Natural- Spam Addict
- Posts : 138
Join date : 2010-03-16
Age : 29
Location : Earth
Re: Mike's Coder Applicaton Come loooook Colors
haha.. no seriously...
baboo- Niblet
- Posts : 21
Join date : 2010-04-05
Age : 32
Re: Mike's Coder Applicaton Come loooook Colors
Not sure. Most of my knowledge isn't complete since there aren't too many sources.
Natural- Spam Addict
- Posts : 138
Join date : 2010-03-16
Age : 29
Location : Earth
Re: Mike's Coder Applicaton Come loooook Colors
make a test server... then just learn using trial and error... and try to implement some Npc's that are already available... then just use ur head to create something original lol thats how i did it... and thats how i plan on learning that Multi dimensional Array stuff
baboo- Niblet
- Posts : 21
Join date : 2010-04-05
Age : 32
Re: Mike's Coder Applicaton Come loooook Colors
You can't make it without proper commands or examples.
Natural- Spam Addict
- Posts : 138
Join date : 2010-03-16
Age : 29
Location : Earth
Re: Mike's Coder Applicaton Come loooook Colors
i had the propper commands... and i studied the NPC's script before i try something... keeping in mind, i know what the npc's function is... i track what happens and compare it with the code... thats how u figure out the correct codes dont u think... and its also how to find errors in the NPC. if ur telling me its like gachapon... it shouldnt be hard...
baboo- Niblet
- Posts : 21
Join date : 2010-04-05
Age : 32
Re: Mike's Coder Applicaton Come loooook Colors
It's not just gachapon. Gachapon is a Random Multi-Dim array. There are several others which I don't know
Natural- Spam Addict
- Posts : 138
Join date : 2010-03-16
Age : 29
Location : Earth
Re: Mike's Coder Applicaton Come loooook Colors
lol it looks like u havnt been on google for a while man... do your research. lol
baboo- Niblet
- Posts : 21
Join date : 2010-04-05
Age : 32
Re: Mike's Coder Applicaton Come loooook Colors
Mind showing me one? I can't seem to find any
Natural- Spam Addict
- Posts : 138
Join date : 2010-03-16
Age : 29
Location : Earth
Re: Mike's Coder Applicaton Come loooook Colors
http://www.javascriptkit.com/javatutors/twoarray1.shtml
... lol that took less than 2 minits m8... just implement this to maple...
... lol that took less than 2 minits m8... just implement this to maple...
baboo- Niblet
- Posts : 21
Join date : 2010-04-05
Age : 32
Page 1 of 2 • 1, 2
Similar topics
» [Kinda? =S] ILovePS' coder app kinda =S
» Boss Coder App
» iDuckiee's Coder App
» Coder Application Format
» XiaoHot Coder Application
» Boss Coder App
» iDuckiee's Coder App
» Coder Application Format
» XiaoHot Coder Application
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum