Forest Story
Good day, members of the Forest.

We are proud to announce the re-opening of ForestStory! Please join us again in-game.

Remember to download the new client and .wz files.

Thank you, and have a nice day!

Join the forum, it's quick and easy

Forest Story
Good day, members of the Forest.

We are proud to announce the re-opening of ForestStory! Please join us again in-game.

Remember to download the new client and .wz files.

Thank you, and have a nice day!
Forest Story
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Evilgaia's Coder Application

Go down

Evilgaia's Coder Application Empty Evilgaia's Coder Application

Post  evilgaia Fri Jan 21, 2011 7:36 pm

Name: Alex Smith

IGN: evilgaia, Lexxi

Age: 17 (August 17,1993)

Sex: Male

Position: Coder

Location /(Timezone): California, USA (GMT-8:00)

Contributions: I could contribute a lot of script sheets send them to the admin, Make some Custom NPC's as well as Custom PQ's

Reported Hackers: None atm I just joined this server. I will make sure my goal is to get at least 20 hackers banned in around a week.

Reported Hacker: Currently nobody since I first joined this server. I will first start my journey in this server.

History/Perks:
I am a experienced person at many private servers I know the GM Commands and I have been a coder for many servers as well as a GM. I am a GM for 2 servers now atm. Currently they have constant lags and dc's so I decided to quit and hey I am here now.

Contact E-Mail: proman400@live.com

Proof of your work: Here is a script that I inputed on my Server
Evilgaia's Coder Application O5c1mh

To test your knowledge on coding scripts in java, write out a simple script that will make an npc say "Hello, PencilMS" and give out 50 trophies and take away 10,000,000mesos to/from the player. After, the NPC should close itself after pressing "ok". Remember to write out comments while coding (ie. //this is where item 4000038 is given out..)

Code:
function start() { // starts the NPC
  cm.gainItem(4000038, 50); // 4000038 = Trophy ID, 50 = Amount of trophies. Gives 50 trophies
  cm.gainMeso(-10000000); // Takes 10000000 mesos from the player
  cm.sendOk("Hello, ForestStory"); // Shows "Hello, ForestStory."
  cm.dispose(); // Ends the conversation
}

This is a NPC that you buy leaves and use them to buy a MSI. This was pretty good.
Code:
status = -1;
action(1, 0, 0);
}

function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (mode == 0) {
cm.dispose();
return;
}
if (mode == 1)
status ;
else
status--;
if (status == 0) {
cm.sendSimple("Hello! I'm the recycle NPC\r\nWanna recycle FM bosses drops for Maple leaves?\r\n#L1##bTrade 1k Lady Boss's Combs (FM2) in for a Maple Leaf\r\n#L2##bTrade 1k Manon tails (FM7) in for a Maple Leaf\r\n#L3##bTrade 1k Griffey Horns (FM8) in for a Maple Leaf\r\n#L4##bTrade 1k Mushmom Spores (FM18) in for a Maple Leaf\r\n#L5##bTrade 500 Broken Horns (FM19) in for a Maple Leaf#l\r\n\r\n#k#rCredits to Lexii for being smexii Smile ");
} else if (selection == 1) {
if (cm.canHold(4001126) && cm.haveItem(4000138, -1000)) {
cm.gainItem(4000138, -1000);
cm.gainItem(4001126);
} else {
cm.sendOk ("You don't have a Lady Boss's Combs or you cant hold anymore leaves");
}

} else if (selection == 2) {
if (cm.canHold(4001126) && cm.haveItem(4000138, -1000)) {
cm.gainItem(4000235, -1000);
cm.gainItem(4001126);

} else {
cm.sendOk ("You don't have a Manon's Tails or you cant hold anymore leaves");
}

} else if (selection == 3) {
if (cm.canHold(4001126) && cm.haveItem(4000243, -1000)) {
cm.gainItem(4000243, -1000);
cm.gainItem(4001126);

} else {
cm.sendOk ("You don't have a Griffey Horns or you cant hold anymore leaves");
}


} else if (selection == 4) {
if (cm.canHold(4001126) && cm.haveItem(4000040, -1000)) {
cm.gainItem(4000040, -1000);
cm.gainItem(4001126);

} else {
cm.sendOk ("You don't have a Mushmom Spores or you cant hold anymore leaves");
}

} else if (selection == 5) {
if (cm.canHold(4001126) && cm.haveItem(4000138, -500)) {
cm.gainItem(4000274, -500);
cm.gainItem(4001126);

} else {
cm.sendOk ("You don't have a Broken Horns or you cant hold anymore leaves");
}
}
}
}

Why and for what did you make this NPC?
I made this NPC because in the server I used to be a coder on. we used
to have FM bosses that dropped alot of stuff but you couldnt do
anything with them so i made this up so you could trade the
items for maple leafs (One maple leaf was 1 bil)

Can you follow instructions and the GM rules: Yes

Will you quit this server if your application is denied? Be honest: To be honest no, because I am doing this for my own learning experience and to help the server, not gain fame in anyway.

Picture of my .WZ edit I made I edited the Effect.wz and now edited into a Giant Flamethrower and edited the Wings everything to a whole new different color and now its looking solid.

Here is how it looks like but if you look at the Fire it looks pretty decent and the textures look nice
I am not shy to share out my work. In my opinion I think this is the best .WZ I have edited the other ones are just Item.wz but they are pink. I made it for my friends server who was a girl and wanted it pink. I was as well a coder for that server. This is a .wz edit so it is client sided, It won't be seen by others unless if they give a redirect download for .wz and our client they should download it because it looks very good realistic 3D Flame Anamation.
Evilgaia's Coder Application Firee_10

Any Other Info: I've worked with many servers before, and I am experienced. I have coded for DestinyMS, MorphMS, MileyCyrusMS, ValhallaMS, FateMS(use to be GiantStory), and I have modded for ValhallaDev. If I can't follow a damn format then I can't follow the GM Rules.
Thanks for watching my Application I hope I get accepted.

evilgaia
Newbie
Newbie

Posts : 2
Points : 5060
Reputation : 0
Join date : 2011-01-21

Back to top Go down

Back to top

- Similar topics

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