AceStory

Would you like to react to this message? Create an account in a few clicks or log in to continue.
AceStory

+8
SullyWully
gabbyrahwr
MidniteWhite
Battousai
ShadowDivine
kky2kgod
Kriss
iR1337Dz
12 posters

    iR1337Dz's Gm Application [:

    iR1337Dz
    iR1337Dz


    Posts : 75
    Join date : 2009-05-27
    Age : 31
    Location : AceStory <3

    iR1337Dz's Gm Application [: Empty iR1337Dz's Gm Application [:

    Post  iR1337Dz Thu May 28, 2009 5:25 pm

    What are you applying for: Event Assistant, GM, Backup Coder, Helper o_o, A bitty GFX, Bug/Glitch Finder, Advertiser?...Hacker Catcher... etc...

    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 [Smile. 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 Razz

    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 Very Happy 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 Razz


    ----------------------------------------


    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? Very Happy


    flower

    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) Razz

    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
    Kriss
    Kriss


    Posts : 137
    Join date : 2009-05-24
    Age : 31
    Location : Netherland's

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  Kriss Thu May 28, 2009 5:59 pm

    the last questions should be no more or less then 1-2-3 words
    but the rest looks fine, i believe u made the code's but its easy to just copy em of a forum
    iR1337Dz
    iR1337Dz


    Posts : 75
    Join date : 2009-05-27
    Age : 31
    Location : AceStory <3

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  iR1337Dz Thu May 28, 2009 6:19 pm

    Kriss wrote:the last questions should be no more or less then 1-2-3 words
    but the rest looks fine, i believe u made the code's but its easy to just copy em of a forum

    You don't believe I can code? If you want more proof, Tell me to make more and I can simply make it for you.
    kky2kgod
    kky2kgod


    Posts : 70
    Join date : 2009-05-17
    Age : 34
    Location : Stockton

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  kky2kgod Thu May 28, 2009 7:31 pm

    the organization of the java script is nasty. i taken half a year of java script, also you haven't been a member long enough, i believe, not entirely sure on coders.
    iR1337Dz
    iR1337Dz


    Posts : 75
    Join date : 2009-05-27
    Age : 31
    Location : AceStory <3

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  iR1337Dz Thu May 28, 2009 8:05 pm

    Are you saying coding is hard? or I suck at it? Cuz that anit full script... The things I code are all 100% private, so not planning to post the whole thing in my ap Razz
    Lolz, Timewise, Im not sure if I've been playing alot. But I think i can make a difference in the game If I become a gm <3.
    Read ap for more info xD
    ShadowDivine
    ShadowDivine


    Posts : 123
    Join date : 2009-05-10
    Age : 32
    Location : Rotterdam, The Netherlands

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  ShadowDivine Thu May 28, 2009 8:06 pm

    If you haven't been playing for 1 week + you're auto-denied.
    And btw, do you know any of the GMs/Players of AceStory??
    iR1337Dz
    iR1337Dz


    Posts : 75
    Join date : 2009-05-27
    Age : 31
    Location : AceStory <3

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  iR1337Dz Thu May 28, 2009 8:09 pm

    Cmon ]: I can help alot, Why does it matter how long i've been playing for? ><

    Atleast gimme a trial, or put this in "Thinkin bout it" or something Sad

    I really wanna help out
    ShadowDivine
    ShadowDivine


    Posts : 123
    Join date : 2009-05-10
    Age : 32
    Location : Rotterdam, The Netherlands

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  ShadowDivine Thu May 28, 2009 8:12 pm

    I can't decide about that. It's Anna who decides, or the other GMs..

    you remember Anna don't you?
    Ow that's right, you don't know any GMs/Admins lol...
    iR1337Dz
    iR1337Dz


    Posts : 75
    Join date : 2009-05-27
    Age : 31
    Location : AceStory <3

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  iR1337Dz Thu May 28, 2009 8:13 pm

    I'm sorry... I mostly grind to get rebirths or hang out in random fms ]: I dont stalk gms...
    Ive only met a few like CeeGANO and played with other ppl

    Anna is the admin, no?
    Battousai
    Battousai


    Posts : 26
    Join date : 2009-05-23
    Age : 30
    Location : Ontario

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  Battousai Thu May 28, 2009 8:52 pm

    iR1337Dz wrote:I'm sorry... I mostly grind to get rebirths or hang out in random fms ]: I dont stalk gms...
    Ive only met a few like CeeGANO and played with other ppl

    Anna is the admin, no?


    One of them...
    iR1337Dz
    iR1337Dz


    Posts : 75
    Join date : 2009-05-27
    Age : 31
    Location : AceStory <3

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  iR1337Dz Thu May 28, 2009 8:53 pm

    I hurd, 3 Admins... Anna, Plat and I think Stephanie
    ShadowDivine
    ShadowDivine


    Posts : 123
    Join date : 2009-05-10
    Age : 32
    Location : Rotterdam, The Netherlands

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  ShadowDivine Thu May 28, 2009 9:44 pm

    Anyways, GL with your application
    iR1337Dz
    iR1337Dz


    Posts : 75
    Join date : 2009-05-27
    Age : 31
    Location : AceStory <3

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  iR1337Dz Thu May 28, 2009 9:54 pm

    Thanks
    kky2kgod
    kky2kgod


    Posts : 70
    Join date : 2009-05-17
    Age : 34
    Location : Stockton

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  kky2kgod Fri May 29, 2009 12:16 pm

    well the play time shows dedication
    iR1337Dz
    iR1337Dz


    Posts : 75
    Join date : 2009-05-27
    Age : 31
    Location : AceStory <3

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  iR1337Dz Fri May 29, 2009 4:43 pm

    kky2kgod wrote:well the play time shows dedication

    XD Im starting to play over 5 hours a day now <3
    In weekends, I play over 8 hours a day Very Happy
    <3 Ace~
    MidniteWhite
    MidniteWhite
    Admin


    Posts : 246
    Join date : 2009-04-27

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  MidniteWhite Fri May 29, 2009 4:46 pm

    people who can code are watched, regardless if they've been around a day or a month. We need coders more then regular GMs. I deny people who haven't been around and can't code, but I consider those who don't seem like douches and can code.
    iR1337Dz
    iR1337Dz


    Posts : 75
    Join date : 2009-05-27
    Age : 31
    Location : AceStory <3

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  iR1337Dz Fri May 29, 2009 6:57 pm

    MidniteWhite wrote:people who can code are watched, regardless if they've been around a day or a month. We need coders more then regular GMs. I deny people who haven't been around and can't code, but I consider those who don't seem like douches and can code.

    Need anymore proof that I can code?
    I can code npcs, quests, exchangers, pqs, equipts, mobs, maps and stuff easily Smile
    ShadowDivine
    ShadowDivine


    Posts : 123
    Join date : 2009-05-10
    Age : 32
    Location : Rotterdam, The Netherlands

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  ShadowDivine Fri May 29, 2009 8:10 pm

    iR1337Dz wrote:
    MidniteWhite wrote:people who can code are watched, regardless if they've been around a day or a month. We need coders more then regular GMs. I deny people who haven't been around and can't code, but I consider those who don't seem like douches and can code.

    Need anymore proof that I can code?
    I can code npcs, quests, exchangers, pqs, equipts, mobs, maps and stuff easily Smile

    Sorry for posting this here, but I always had an interest in coding for a server. Can you teach me how to do some simple java script coding or mobs/npc's?

    Thanks for thinking about it,

    Jason
    IGN: BowOfThePro
    iR1337Dz
    iR1337Dz


    Posts : 75
    Join date : 2009-05-27
    Age : 31
    Location : AceStory <3

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  iR1337Dz Fri May 29, 2009 9:24 pm

    ShadowDivine wrote:
    iR1337Dz wrote:
    MidniteWhite wrote:people who can code are watched, regardless if they've been around a day or a month. We need coders more then regular GMs. I deny people who haven't been around and can't code, but I consider those who don't seem like douches and can code.

    Need anymore proof that I can code?
    I can code npcs, quests, exchangers, pqs, equipts, mobs, maps and stuff easily Smile

    Sorry for posting this here, but I always had an interest in coding for a server. Can you teach me how to do some simple java script coding or mobs/npc's?

    Thanks for thinking about it,

    Jason
    IGN: BowOfThePro

    Np Smile

    First, you should leech one off of a website, and try around with the codes.
    Then get GMTool and learn the commands
    Then start finding harder scripts, fix in some of the commands you learned, add in some music and sounds for creativity.
    Find some multi task npc, learn how the codes are made...
    And just keep moving on in your coding.

    Thats how i learned, I studied for like 2-3 months [:
    (I can do more than that o_o, just for begginers)

    But Id say, Making your own server is the best way to learn
    ShadowDivine
    ShadowDivine


    Posts : 123
    Join date : 2009-05-10
    Age : 32
    Location : Rotterdam, The Netherlands

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  ShadowDivine Fri May 29, 2009 9:27 pm

    Do you mean commands as in !say or !jail, such like that?
    Or other commands?
    iR1337Dz
    iR1337Dz


    Posts : 75
    Join date : 2009-05-27
    Age : 31
    Location : AceStory <3

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  iR1337Dz Fri May 29, 2009 9:55 pm

    ShadowDivine wrote:Do you mean commands as in !say or !jail, such like that?
    Or other commands?

    Commands as in npc commands that does to the person.
    Like...
    cm.gainMeso(-50000);
    cm.gainItem(4031759, -30);
    cm.warp(240020200, 0);
    cm.showEffect("quest/party/clear");
    cm.playSound("Party1/Clear");
    else if (!cm.getMeso() <= 50000) {
    if (cm.haveItem(1002517, 1) == true) && (cm.getMeso() >= 1500000000) {
    cm.sendOk("Dont lie tohh me!");

    And such...
    ShadowDivine
    ShadowDivine


    Posts : 123
    Join date : 2009-05-10
    Age : 32
    Location : Rotterdam, The Netherlands

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  ShadowDivine Fri May 29, 2009 9:57 pm

    lol ok...

    Don't lie too meh xD
    BTW, how to make my siggy a spoiler
    then it wouldnt take up the whole screen lols
    iR1337Dz
    iR1337Dz


    Posts : 75
    Join date : 2009-05-27
    Age : 31
    Location : AceStory <3

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  iR1337Dz Fri May 29, 2009 9:59 pm

    ShadowDivine wrote:lol ok...

    Don't lie too meh xD
    BTW, how to make my siggy a spoiler
    then it wouldnt take up the whole screen lols

    How Be I Lying? Razz
    avatar
    gabbyrahwr


    Posts : 279
    Join date : 2009-04-27

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  gabbyrahwr Fri May 29, 2009 10:07 pm

    iR1337Dz wrote:
    ShadowDivine wrote:lol ok...

    Don't lie too meh xD
    BTW, how to make my siggy a spoiler
    then it wouldnt take up the whole screen lols

    How Be I Lying? Razz


    it`s in the coding you posted .
    o____o
    iR1337Dz
    iR1337Dz


    Posts : 75
    Join date : 2009-05-27
    Age : 31
    Location : AceStory <3

    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  iR1337Dz Fri May 29, 2009 10:13 pm

    gabbyrahwr wrote:
    iR1337Dz wrote:
    ShadowDivine wrote:lol ok...

    Don't lie too meh xD
    BTW, how to make my siggy a spoiler
    then it wouldnt take up the whole screen lols

    How Be I Lying? Razz


    it`s in the coding you posted .
    o____o

    Yea, But not all... and im just giving him examples of coding commands from a npc, ill post more...
    like...
    cm=gainfame
    cm=gainexp
    } else if (status == 1) {
    cm.sendNext("#g#e Alright, Good luck!");
    } else if (status == 2) {
    cm.warp(3, 0);
    cm.dispose();
    cm.showEffect("quest/party/clear");
    else if (!cm.haveItem(2000005)) {
    cm.sendOk("Dont try to trick me! You dont have all of the items!");
    cm.dispose();
    }
    else if (!cm.getMeso() <= 1) {
    cm.sendOk("Where are my mesos?");
    cm.dispose();
    }

    }
    else if (status == 2) {
    cm.gainMeso(-1);
    cm.gainItem(2000005, -1);
    cm.gainItem(4000255, 4);
    cm.warp(910000000, 0);
    cm.showEffect("quest/party/clear");
    cm.playSound("Party1/Clear");
    cm.dispose();
    }
    }
    }
    cm.teachSkill(2121008,1,1);

    ... Need more?

    This was my first release, my first script i coded w/ any help except v62 gm handbook : http://www.gamecheetah.com/private-servers/71409-release-food-npc.html *Im MapleZ from Ragezone*, You can see my server there. But some guy mooched it off me and put it on game... (Maplestory section from rz is gone)


    Last edited by iR1337Dz on Fri May 29, 2009 10:19 pm; edited 1 time in total

    Sponsored content


    iR1337Dz's Gm Application [: Empty Re: iR1337Dz's Gm Application [:

    Post  Sponsored content


      Current date/time is Sat May 11, 2024 6:04 am