Where you are from?
My name is Haiyang Li, I prefer to be called Jay, my IGN is Hellsing. I am from Glen Burnie, Maryland. I am 16 currently, and a bit busy with classes, but enjoy playing maple. I put my life before maple, so I have about 2 hours each day, and mostly free on weekends. I play between 5:00 pm to 9:00 pm and weekends from 11:00am to 10:00 pm EST it varies.
Have you had experience before?
To be honest I haven't been a GM before, but I studied most of the commands, but the commands vary from server to server, but this is what I know:
"EDIT: Show me what you can do."
!map
!jail
!jail 2
!lolcastle
!warp
!warp
!warphere
!spawn [[hp ] [exp ]]
!servermessage
!job
!pill
!item
!drop
!cleardrops
!clearevents
!clearquest
!sp
!fakerelog
!dc
!charinfo
!ban
!levelup
!connected
!shutdown
!shutdownworld
!shutdownnow
!showtrace
!killall
!monsterdebug
!skill
!fullhp
!cheatersI'm currently still getting to use the scripts but I know basic java commands that I learn from AP advance java class.
if statements
if, else if,
for loops,
while loops,
arrays,
==, =, Random.int, break, int, void, String, end, many more.
something that looks like this:
Example: simple Custom npc coding that teleport to GM map:
180000000 is gm map incase you didn't know
void NPCsscripts::npc_2100(NPC* npc){
int state = npc->getState();
int map = npc->getPlayerMap();
if(npc->getPlayerMap() == 0){
if(state == 0){
npc->addText(" Want to go to the#bGM Map#k? ");
npc->sendYesNo();
}
else if(state == 1){
if(npc->getSelected() == YES){
npc->addText(" Ok! Let's go. ");
npc->sendNext();
}
else {
npc->addText(" Are you sure? ");
npc->setState(npc->getState()+1);
npc->sendYesNo();
}
}
else if(state == 2){
npc->teleport(180000000);
npc->end();
}
else if(state == 3){
if(npc->getSelected() == YES){
npc->addText(" Call me when you need me. ");
npc->sendNext();
npc->end();
}
else {
npc->addText(" Ok!, tell me when you have your decision. ");
npc->sendNext();
npc->end();
}
}
}
else if(state == 5){
npc->teleport(180000000);
npc->end();
}
else if (map == 180000000){
if(state == 0){
npc->addText(" Welcome to the #rGM map#k! ");
npc->addText(" Enjoy! ");
npc->sendBackOK();
}
else if(state == 1){
npc->end();
}
}
else{
npc->end();
}
}I'm also taking Advance HTML webpage design, so I can show how to make a website with no problem
Why should we pick you?
My reason is simple, I do not tolerate hackers, I keep Truestory a hacker free environment. I am fair to players, I will NOT abuse my GM power, I use my GM power only for the use of good, and keeping a friendly, safe, hacker free community. I treat others with respect. I am a mature person, I take responsibilty for my actions as a GM, I take my job seriously. I enjoy helping people, I am noob friendly, very patient. I think that's enough for the I's
and I vote for Truestory if that counts :]
Why do you want to become a GM?
I'm not applying GM for more fun and power, that's not what I wanted. I want to be a GM to further improve this server with my coding, as well as in game. Since not all gms cover the time zone, I can contribute to that also to keep those pesty hackers off. I do not like smega spam or any sort of it, so please don't make pointless spam, unless you have a question to ask. I do not train people or give out mesos or items. I support events to expand a genuine game experience.
Where have you played before?
I played in Global Maplestory before, Windia. level 131 bowmaster(xasakurah), and rank 3 bishop (kikollo) that was hacked and deleted. On private servers, I played SlpMs before, Bounce Ms, and Ancient Ms. I find many flaws in those server, but this server is close to perfection. It's the only server I enjoy playing, it's almost absurd why this server won't become #1.
Are you familliar with the commands?
I think I stressed that enough, but I think I need to establish a trust relationship before I start coding.
How do you react on other people their questions?
I react in a mature way, even if it's a ridiculous question, I have patience to answer it. If the person asks me a question in a rude fashion, I will ask in a polite manner to please ask nicely.
___________________________________________________________________________
If you are not satisfied with my GM application, please notify me any mistakes I made or places I need to improve on. I will quickly fix them within my capability.
If I get turned down because of not enough coding experience, I will study them more, and demonstrate my farther ability and experience. I am a willing learner, and I will put in effort to learn how to code, so please bear with me.
My msn sn is usahaiyang@hotmail.com
Please feel free to ask questions or comments.
P.S. My Truestory guides are still under construction, currently 22 pages long microsoft word document.