Name : Kevin
Age : 16
Where do you live/Timezone: UTC/GMT -5 hours (EST) < I don't see many staffs online at this time.
How active will you be: If I get picked, I would stay on for at least 3-7 Hours a day to help [:
E-Mail: ilikemeepin@hotmail.com (Msn/Email)
Hobbies : Gaming, Art, Sports, Hanging Out...
How you'd handle a hacker : If they are seriously hacking, Like mass killing HT, Mass Vacing or Something that would damage the server, I would hurry and ban them. If they are doing tiny hacks, like item vac, I would let it slide one (Giving them a warning) And would ban the next time.
If two people were fighting, what would you do? : BREAK IT UP OR JAIL FOR BOTH OF J00 :O, Or try to solve the problem patiently and see how that goes.
How many servers have you been a GM/Admin in?: ... Alot, Worked for over 60, Admin in at least 10/60, Made my own server 3 times (Meepstory, 1337Story, UndecidedMaple) << A while back...
Why should we choose you: I know the responsibilities of being a gm, what to do during tight situations and how to help people without causing any conflicts. I will always listen to my peeps, never too lazy to help them and making their gaming experience in AceStory very enjoyable. I can make most of the requests, I look under the help section in forums and visit everyday [:~
I know events, like Hide And Seek, Q/a, Boss, Scavenger, Jump Quest, T/F, And Many Other Fun things to inspire AceStory players to play more!!
Reason i applied: I wanted to help around AceStory, Seems like a really nice server. But I find lots of hackers and wanna do something about that [;. Server also crashes a lot, and Don't see much Admins to reset, So it would be wonderful if I worked my way up to Admin and Help reset once in a while [:
Summary of yourself : I'm Kevin, Asian. I live in Canada, Ontario. I've Been playing Maplestory for over 4 years (beta) and played private servers since Odin came out (I played Odin [. I love to help with private servers, Never abusing my powers and always helping the needed. I Never lie and Never Scam. I love to make new things from javascript (.js) for servers (Pqs, Quests, Exchangers, Wz Edits... Moar o_O) And love being Gm in ps'. I vote everyday and try to get lots of ppl to play [:
Extra Info: Call me Meep o_o And yea... I <3 To scroll!
In game name: iR1337Dz
(For Coders only) Can you Java code? : YeP [: (Not Full Scripts, Just a sample because its too long :S)
Monster Edits
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<imgdir name="9410004.img">
<imgdir name="info">
<int name="bodyAttack" value="1"/>
<int name="level" value="150"/>
<int name="maxHP" value="715000000"/>
<int name="maxMP" value="5000"/>
<int name="speed" value="30"/>
<int name="PADamage" value="1500"/>
<int name="PDDamage" value="1500"/>
<int name="MADamage" value="1500"/>
<int name="MDDamage" value="1500"/>
<int name="acc" value="88888"/>
<int name="eva" value="16"/>
<int name="exp" value="71700000"/>
<int name="undead" value="0"/>
<int name="pushed" value="1"/>
<float name="fs" value="10.0"/>
<int name="summonType" value="1"/>
<int name="publicReward" value="1"/>
<int name="boss" value="1"/>
NPC Exchanger Code
function start() {
cm.sendSimple ("Eggies fo me? \r\n#L0#1egg=6bil #l\r\n#L1#2eggs=12bil#l\r\n#L2#What else can i do w/ eggs?#l\r\n#L3#6bil=1egg#l\r\n#L4#12bil=2eggs#l\r\n#L5#3Eggs=Ballanced fury and nx/exp slime summoning bags#l");
}
function action(mode, type, selection) {
cm.dispose();
if (selection == 0) {
if (cm.haveItem(4170000, 1) == true){
cm.gainItem(4170000, -1);
cm.gainItem(4220000, 3);
} else {
cm.sendOk("OOOOPS! It appears you don't have an eggy!.");
}
} else if (selection == 1) {
if (cm.haveItem(4170000, 2) == true){
cm.gainItem(4170000, -2);
cm.gainItem(4220000, 6);
} else {
cm.sendOk("OOOOPS! It appears you don't have 2Eggies!.");
}
} else if (selection == 2) {
if(cm.getMeso() >= 54553545444){
Warper Code
function start() {
cm.sendSimple ("Hello #h #! Do you want to go to a new v62 training map??\r\n#L0#Lower Accent #l\r\n#L1#The Path Of Strength #l\r\n#L2#The Path Of Peril #l\r\n#L3#Upper Accent #l\r\n#L4#Cavern Of Fear #l\r\n#L5#Cavern of Pain #l\r\n#L6#Cavern of Shame #l\r\n#L7#Cavern of Honor #l\r\n#L8#Cavern of Fortitude #l\r\n#L9#Cavern of Valor #l\r\n#L10#Crimsonwood Keep #l\r\n#L11#Mysterious Path 3 #l");
}
function action(mode, type, selection) {
cm.dispose();
if (selection == 0) {
if(cm.getMeso() >= 1){
cm.warp(610020002, 0);
} else {
cm.sendOk("Gl ;]");
}
} else if (selection == 1) {
if(cm.getMeso() >= 1){
cm.warp(610020003, 0);
} else {
cm.sendOk("Gl ;]");
}
Event Reward Item Code
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<imgdir name="01012106.img">
<imgdir name="info">
<canvas name="icon" width="31" height="21">
<vector name="origin" x="-1" y="21"/>
</canvas>
<canvas name="iconRaw" width="31" height="16">
<vector name="origin" x="-1" y="21"/>
</canvas>
<string name="islot" value="Af"/>
<string name="vslot" value="Af"/>
<int name="reqJob" value="0"/>
<int name="reqLevel" value="25"/>
<int name="reqSTR" value="0"/>
<int name="reqDEX" value="0"/>
<int name="reqINT" value="0"/>
<int name="reqLUK" value="0"/>
<int name="incSTR" value="140"/>
<int name="incDEX" value="140"/>
<int name="incINT" value="153"/>
<int name="incLUK" value="148"/>
<int name="tuc" value="7"/>
<int name="incPDD" value="1"/>
<int name="incEVA" value="1"/>
<int name="price" value="1"/>
</imgdir>
Map Block Edit o_o
Too long, But yea
Pqs - In Training but tested
//RaiderXPq
//Credits to holymeeper of ragezone
importPackage(net.sf.odinms.client);
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (status >= 2 && mode == 0) {
cm.sendOk("FLICK off.");
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendYesNo("Hello #h #, Welcome to the 1st stage of the official RaiderXPq~ You will need 30 #v4031759# to advance! Get movin~~ #bIF you click next before having the items, ill take whatever u have and ull have to redo :3#k .");
}
else if (status == 1) {
if ((cm.haveItem(4031759)) && (cm.haveItem(4031759)) && (cm.getMeso() >= 50000)) {
cm.sendYesNo(" Thanks Here you go!");
}
else if (!cm.haveItem(4031759)) {
cm.sendOk("Where's my item's?");
cm.dispose();
}
else if (!cm.haveItem(4031759)) {
cm.sendOk("Dont try to trick me! You dont have all of the items!");
cm.dispose();
}
else if (!cm.getMeso() <= 50000) {
cm.sendOk("Where are my mesos?");
cm.dispose();
}
}
else if (status == 2) {
cm.gainMeso(-50000);
cm.gainItem(4031759, -30);
cm.warp(240020200, 0);
cm.showEffect("quest/party/clear");
cm.playSound("Party1/Clear");
cm.dispose();
}
}
}
And more
----------------------------------------
Simple questions.
1.Do you know the players/staff well enough to be chosen?(This doesn't mean have you met the GMs/spoken to them once. Do you actually KNOW them. Please stop writing "Yes" when none of us know you. Thank you): Pretty Sure
2.Have you been on AceStory long enough to deserve a GM position: Yep
3.Do you help players any chance you get: Yep~
4.Are you of the age that is required to apply(if no you might as well delete this app now): Yes o_o.
5.Please specify exactly(or around) how long you have been playing Acestory: week+
Thanks for reading [:
Thumbs up?
It would be nice if you guys decided to give me a trial first [: I can prove im helpful~
Planning to donate, Or maybe already did (depending on when you read this ap)
Edit : Donated 15 Bucks <3
And another 5 <3
Last edited by iR1337Dz on Mon Jun 01, 2009 4:54 pm; edited 13 times in total