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

 

 Smear`s DEV App.

Go down 
AuthorMessage
Guest
Guest




Smear`s DEV App. Empty
PostSubject: Smear`s DEV App.   Smear`s DEV App. Time210Sun Aug 01, 2010 4:28 am

Name :
Alex.


Age :
15.


Time Zone :
Eastern.


Email :
thiefhuritze@hotmail.com


IGN :
Smear.


Coding experience :
I have LOTS of coding experience, from coding all kinds of maplestory stuff to coding/compiling stuff. I have coded for years and I have great experiences with coding. If you are looking for a time frame thats about 2-3 years of training. No ego, but If this server needs an awesome coder, I would be the right choice. I know many different techniques and I am the nicest guy you will ever meet.

How long you play per day:
I play for about 4-5 in the day - 2-3 hours at night.
(and still juggle my LIFE!) Very Happy.


What you can code :
I can code Java, XMLS, 30% Of HTML (Still learning),and 1% of C++.


What you are best at coding :
I am the best at coding Java, because thats what most of my experience is in, simply because I play maple alot, and I've always wondered the secrets behind NPCs and how maple works. I can get really technical with my work making it easier to understand. Or I can get really fun with it so, people will enjoy using my work. From players even to staff. Also most of my Java work isn't messy, making it easier to edit. I would enjoy if this APP gets accepted since I have tried 6 times to try to post this but my internet kept closing. :O . But any ways. Take this into consideration and read this thoroughly.

Peice of my work :
Pretty much the Rock/Paper/Scissors admin, and you can add items that it gives you when you win!

Quote :
/* 100% to me (Alex) For making this
*/
var compchoice;
var playerchoice;
var Frock = "#fUI/UIWindow.img/RpsGame/Frock#";
var Fpaper = "#fUI/UIWindow.img/RpsGame/Fpaper#";
var Fscissor = "#fUI/UIWindow.img/RpsGame/Fscissor#";
var rock = "#fUI/UIWindow.img/RpsGame/rock#";
var paper = "#fUI/UIWindow.img/RpsGame/paper#";
var scissor = "#fUI/UIWindow.img/RpsGame/scissor#";
var win = "#fUI/UIWindow.img/RpsGame/win#";
var lose = "#fUI/UIWindow.img/RpsGame/lose#";
var draw = "#fUI/UIWindow.img/RpsGame/draw#";
var spacing = " ";
var beta = "#fUI/UIWindow.img/BetaEdition/BetaEdition#\r\n";

var winmatch = false;
var losematch = false
var drawmatch = false;

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

function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (status == 0 && mode == 0) {
cm.dispose();
return;
} else if (status == 1 && mode == 0) {
cm.sendOk("Why of course, your to chicken to face me in Rock, Paper, Scissors!");
cm.dispose();
return;
}
if (mode == 1) {
status++;
} else {
status--;
}
if (status == 0) {
cm.sendNext(beta + "#eI am the master of Rock, Paper, Scissors...\r\n\r\nMade by \r\n\r\n #rSmear.#k");
} else if (status == 1) {
cm.sendAcceptDecline("Would you like to challenge me to a game of Rock, Paper Scissors?");
} else if (status == 2) {
cm.sendSimple("Choose one...\r\n"
+ "#L0##fUI/UIWindow.img/RpsGame/Frock##l"
+ "#L1##fUI/UIWindow.img/RpsGame/Fpaper##l"
+ "#L2##fUI/UIWindow.img/RpsGame/Fscissor##l"
);
} else if (status == 3) {
if (selection == 0) {
playerchoice = "rock";
} else if (selection == 1) {
playerchoice = "paper";
} else if (selection == 2) {
playerchoice = "scissor";
}
var random = Math.floor(Math.random()*4);
if (random <= 1) {
compchoice = "rock";
} else if (random <= 2) {
compchoice = "paper";
} else if (random <= 4) {
compchoice = "scissor";
}
cm.sendNext("And the results are...");
} else if (status == 4) {
if (playerchoice == "rock" && compchoice == "rock") {
cm.sendOk(Frock + spacing + rock + draw);
drawmatch = true;
} else if (playerchoice == "rock" && compchoice == "paper") {
cm.sendOk(Frock + spacing + paper + lose);
losematch = true;
} else if (playerchoice == "rock" && compchoice == "scissor") {
cm.sendOk(Frock + spacing + scissor + win); cm.gainItem(AddYourItemID, Amount);
winmatch = true;
} else if (playerchoice == "paper" && compchoice == "rock") {
cm.sendOk(Fpaper + spacing + rock + win); cm.gainItem(AddYourItemID, Amount);
winmatch = true;
} else if (playerchoice == "paper" && compchoice == "paper") {
cm.sendOk(Fpaper + spacing + paper + draw);
drawmatch = true;
} else if (playerchoice == "paper" && compchoice == "scissor") {
cm.sendOk(Fpaper + spacing + scissor + lose);
losematch = true;
} else if (playerchoice == "scissor" && compchoice == "rock") {
cm.sendOk(Fscissor + spacing + rock + lose);
losematch = true;
} else if (playerchoice == "scissor" && compchoice == "paper") {
cm.sendOk(Fscissor + spacing + paper + win); cm.gainItem(AddYourItemID, Amount);
winmatch = true;
} else if (playerchoice == "scissor" && compchoice == "scissor") {
cm.sendOk(Fscissor + spacing + scissor + draw);
drawmatch = true;
} else {
cm.sendOk("Error");
}
} else if (status == 5) {
cm.dispose();
}
}
}

Thank you for taking the time and reading this!

Regards,

-Smear.
Back to top Go down
Guest
Guest




Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210Sun Aug 01, 2010 4:31 am

Here are some screenies of this in action!

Smear`s DEV App. Screen1n

Smear`s DEV App. Screen2agi

This script Includes prizes Just press
CTLR+F and seach" cm.gainItem(AddYourItemID, Amount); " No quotes

Then edit your itemID and the amount. For example if your server is a gold leaf system "4000313 is the ItemID" and the amount varries
Back to top Go down
Guest
Guest




Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210Sun Aug 01, 2010 4:46 am

I think (think~) your experienced and good coder. =D GL
Back to top Go down
Guest
Guest




Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210Sun Aug 01, 2010 4:50 am

You didn't make that script.

http://worldofgosu.com/archive/index.php/t-4938.html

Busted, try again.
Back to top Go down
Guest
Guest




Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210Sun Aug 01, 2010 4:53 am

Wow r u serious, read the comments on that I am goldstory on ragezone, OMGMS on worldofgosu, I can post a SS right now..
Back to top Go down
Guest
Guest




Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210Sun Aug 01, 2010 4:54 am

Do it, and if I wrongly accused you, sorry.

Take a screen shot of you signed into omgMS.
Back to top Go down
Guest
Guest




Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210Sun Aug 01, 2010 4:58 am

Here ya go. Sorry if I came off rude.

Smear`s DEV App. Proofq

And the thing Is my server was named OMGMS But I changed it to GoldStory. That's why I have 2 different names.
Back to top Go down
Guest
Guest




Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210Sun Aug 01, 2010 4:59 am

Alright, sorry for the misunderstanding!

If you have any questions, add me on msn - shystephh@hotmail.com
Enjoy Idyllic!
Back to top Go down
Guest
Guest




Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210Sun Aug 01, 2010 5:00 am

I'll just add you, to add you Very Happy
Back to top Go down
Guest
Guest




Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210Sun Aug 01, 2010 5:13 am

..................


Last edited by Smear on Thu Aug 05, 2010 2:10 am; edited 1 time in total
Back to top Go down
Guest
Guest




Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210Sun Aug 01, 2010 6:02 am

Smear wrote:
@Admin

Me and Gabe are discussing this, thank you though for your curiosity. I did make this She just gave me the idea.
But once again thanks.

Admin in the forum is gabe lol
Back to top Go down
Guest
Guest




Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210Sun Aug 01, 2010 6:05 am

Yes he is. c;
Back to top Go down
Guest
Guest




Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210Sun Aug 01, 2010 7:34 am

Smear wrote:
Here ya go. Sorry if I came off rude.

Smear`s DEV App. Proofq

And the thing Is my server was named OMGMS But I changed it to GoldStory. That's why I have 2 different names.

"Classrooms are not for everyone. Your teen has a better option!" < LOL.

Anyways, you look very experienced, so good luck to you.
Back to top Go down
Guest
Guest




Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210Sun Aug 01, 2010 8:33 pm

Quote :
Admin in the forum is gabe lol

BWAHAH okay. he needs to change it to gabe -.-
Back to top Go down
Lexii
Administrator
Administrator
Lexii


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

Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210Thu Aug 12, 2010 12:34 am

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





Smear`s DEV App. Empty
PostSubject: Re: Smear`s DEV App.   Smear`s DEV App. Time210

Back to top Go down
 
Smear`s DEV App.
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: