What are you applying for: Coder And A GM
Name : Matt [The DoorStep Matt ]
Age : 14
Where do you live/Timezone: New Jersey,USA
How active will you be: Whenever Im Needed
E-Mail: bmalek@rocketmail.com
Hobbies : Skateboarding,Mapling,Listening To Music,Football, The OutDoors
How you'd handle a hacker : I Would Use Hide Then See If They Are Really Hacking Like Specified Then I Would Bann Them.
If two people were fighting, what would you do? : I Would Say Please Guys AceStory Is A Quiet And Non-Fight Cool LaidBack Server We Dont Wanna Do Anything To Embrass Anna Or Any Staff Members. Now Please Say Sorry And Lets All Be Friends And Forget What Happened. If That Would Not Work I Would See Both Sides Of The Story And Compile Them To Find Out The Situation.
How many servers have you been a GM/Admin in?: Dont Know But Heres Some: SkylineMS,Coded CareStory,Owner Of SodaStory,Owner Of GMStory,Owner Of HolyMS,Owner Of EarthMS, Pending Coder On Maple-Heads,Coder Of DarkAgeMS, GM in OdinStory,GM in NameLessMS,Coder Of DaffyMS, Cant Remember The Rest
Why should we choose you: Im Active, Caring,Awesome.Kind,Generous,Serious When I Need To Be,Loyal,Trustful,Monsterous Personality,KRAZY, and I See Potential In ACESTORY and i wanna make it the best by coding new maps,npcs,scripts and banning hackers,cheaters,advertisers and people how are disrespectful to server,staff members,and players!
Reason i applied: i saw potential in this server and it has what it takes to be the best and i really like this server just by looking at it i can tell its really active!
Summary of yourself : Im Active, Caring,Awesome.Kind,Generous,Serious When I Need To Be,Loyal,Trustful,Monsterous Personality,KRAZY,Thoughful and loving
Extra Info: chose me and acestory will be will have a brighter
In game name: None Yet
(For Coders only) Can you Java code? :
Wedding Java Edit:
Mom and Dad give Blessing for 5mil
High Priest John Checks if you are blessed or not and proceeds with the wedding.
Ok First we must define what Blessed/Married is right?
MapleCharacter.java
Under
Code:
Private Boolean GM;
Add
Code:
Private Boolean Blessed;
Under:
Code:
public boolean isGM() {
return gm;
}
Add:
Code:
public boolean isBlessed() {
return Blessed;
}
Under:
Code:
ret.gm = rs.getInt("gm") == 0 ? false : true;
Add:
Code:
ret.Blessed = rs.getInt("Blessed") == 0 ? false : true;
Under:
Code:
ret.gm = false;
Add:
Code:
ret.Blessed = false;
In MapleClient.java:
Under:
Code:
private boolean gm;
Add:
Code:
private boolean Blessed;
Under:
Code:
public boolean isGm() {
return gm;
}
Add:
Code:
public boolean isBlessed() {
return Blessed;
}
Now for Defining what Married is:
MapleCharacter.java
Under
Code:
Private Boolean GM;
Add
Code:
Private Boolean Married;
Under:
Code:
public boolean isGM() {
return gm;
}
Add:
Code:
public boolean isMarried() {
return Married;
}
Under:
Code:
ret.gm = rs.getInt("gm") == 0 ? false : true;
Add:
Code:
ret.Married = rs.getInt("Married") == 0 ? false : true;
Under:
Code:
ret.gm = false;
Add:
Code:
ret.Married = false;
In MapleClient.java:
Under:
Code:
private boolean gm;
Add:
Code:
private boolean Married;
Under:
Code:
public boolean isGm() {
return gm;
}
Add:
Code:
public boolean isMarried() {
return Married;
}
Thanks For Reading Hope You Enjoyed.
Name : Matt [The DoorStep Matt ]
Age : 14
Where do you live/Timezone: New Jersey,USA
How active will you be: Whenever Im Needed
E-Mail: bmalek@rocketmail.com
Hobbies : Skateboarding,Mapling,Listening To Music,Football, The OutDoors
How you'd handle a hacker : I Would Use Hide Then See If They Are Really Hacking Like Specified Then I Would Bann Them.
If two people were fighting, what would you do? : I Would Say Please Guys AceStory Is A Quiet And Non-Fight Cool LaidBack Server We Dont Wanna Do Anything To Embrass Anna Or Any Staff Members. Now Please Say Sorry And Lets All Be Friends And Forget What Happened. If That Would Not Work I Would See Both Sides Of The Story And Compile Them To Find Out The Situation.
How many servers have you been a GM/Admin in?: Dont Know But Heres Some: SkylineMS,Coded CareStory,Owner Of SodaStory,Owner Of GMStory,Owner Of HolyMS,Owner Of EarthMS, Pending Coder On Maple-Heads,Coder Of DarkAgeMS, GM in OdinStory,GM in NameLessMS,Coder Of DaffyMS, Cant Remember The Rest
Why should we choose you: Im Active, Caring,Awesome.Kind,Generous,Serious When I Need To Be,Loyal,Trustful,Monsterous Personality,KRAZY, and I See Potential In ACESTORY and i wanna make it the best by coding new maps,npcs,scripts and banning hackers,cheaters,advertisers and people how are disrespectful to server,staff members,and players!
Reason i applied: i saw potential in this server and it has what it takes to be the best and i really like this server just by looking at it i can tell its really active!
Summary of yourself : Im Active, Caring,Awesome.Kind,Generous,Serious When I Need To Be,Loyal,Trustful,Monsterous Personality,KRAZY,Thoughful and loving
Extra Info: chose me and acestory will be will have a brighter
In game name: None Yet
(For Coders only) Can you Java code? :
Wedding Java Edit:
Mom and Dad give Blessing for 5mil
High Priest John Checks if you are blessed or not and proceeds with the wedding.
Ok First we must define what Blessed/Married is right?
MapleCharacter.java
Under
Code:
Private Boolean GM;
Add
Code:
Private Boolean Blessed;
Under:
Code:
public boolean isGM() {
return gm;
}
Add:
Code:
public boolean isBlessed() {
return Blessed;
}
Under:
Code:
ret.gm = rs.getInt("gm") == 0 ? false : true;
Add:
Code:
ret.Blessed = rs.getInt("Blessed") == 0 ? false : true;
Under:
Code:
ret.gm = false;
Add:
Code:
ret.Blessed = false;
In MapleClient.java:
Under:
Code:
private boolean gm;
Add:
Code:
private boolean Blessed;
Under:
Code:
public boolean isGm() {
return gm;
}
Add:
Code:
public boolean isBlessed() {
return Blessed;
}
Now for Defining what Married is:
MapleCharacter.java
Under
Code:
Private Boolean GM;
Add
Code:
Private Boolean Married;
Under:
Code:
public boolean isGM() {
return gm;
}
Add:
Code:
public boolean isMarried() {
return Married;
}
Under:
Code:
ret.gm = rs.getInt("gm") == 0 ? false : true;
Add:
Code:
ret.Married = rs.getInt("Married") == 0 ? false : true;
Under:
Code:
ret.gm = false;
Add:
Code:
ret.Married = false;
In MapleClient.java:
Under:
Code:
private boolean gm;
Add:
Code:
private boolean Married;
Under:
Code:
public boolean isGm() {
return gm;
}
Add:
Code:
public boolean isMarried() {
return Married;
}
Thanks For Reading Hope You Enjoyed.