HostileStory v75
REMEMBER TO VOTE FOR US AT
http://www.gtop100.com/in.php?site=51773
http://www.gtop100.com/in.php?site=51773
http://www.gtop100.com/in.php?site=51773
http://www.gtop100.com/in.php?site=51773

Join the forum, it's quick and easy

HostileStory v75
REMEMBER TO VOTE FOR US AT
http://www.gtop100.com/in.php?site=51773
http://www.gtop100.com/in.php?site=51773
http://www.gtop100.com/in.php?site=51773
http://www.gtop100.com/in.php?site=51773
HostileStory v75
Would you like to react to this message? Create an account in a few clicks or log in to continue.

evilgaia Coder App

Go down

evilgaia Coder App Empty evilgaia Coder App

Post  evilgaia Wed Jan 19, 2011 11:32 pm

Name: Alex Smith
IGN: evilgaia
Age: 17 (August 17,1993)

Position: GM Level 5 , Coder

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

Contributions: I could contribute a lot of scriptsheets 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 "Basic" NPC I coded for my own Local Server which is for testing.


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..) **remember to write out the shell**:


function start() { // starts the NPC
cm.gainItem(4000038, 50); // 4000038 = Trophy ID, 50 = Amount of trophies. Gives 50 trophies
cm.gainMeso(-10000000); // Takes 10000000 meso from the player
cm.sendOk("Hello, PencilMS"); // Shows "Hello, PencilMS this is a test a evilgaia store."
cm.dispose(); // Ends the conversation
}

Here is another code


function start() {
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.


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 GM rules
=).
Code:

evilgaia

Posts : 5
Join date : 2011-01-19

Back to top Go down

Back to top

- Similar topics

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