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


Welcome to the HeavenMaple Forums.
 
HomeHome  GalleryGallery  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  
Search
 
 

Display results as :
 
Rechercher Advanced Search
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Latest topics
» Buy generic cialis online now
Well my Application? I_icon_minitimeThu Aug 04, 2011 8:18 pm by Guest

» pokoje dla dzieci blog
Well my Application? I_icon_minitimeThu Aug 04, 2011 10:21 am by Guest

» miedzyzdroje apartamenty blisko morza
Well my Application? I_icon_minitimeWed Aug 03, 2011 1:30 pm by Guest

» podlasie agroturystyczne kwatery
Well my Application? I_icon_minitimeTue Aug 02, 2011 1:32 pm by Guest

» EdmefoWkes
Well my Application? I_icon_minitimeTue Aug 02, 2011 5:05 am by Guest

» http://www.merchantcashadvances.org small business loans
Well my Application? I_icon_minitimeTue Aug 02, 2011 1:27 am by Guest

» holenderskie domki pl
Well my Application? I_icon_minitimeMon Aug 01, 2011 9:14 am by Guest

» hot juicy hardcore porn
Well my Application? I_icon_minitimeSun Jul 31, 2011 10:45 pm by Guest

» atmosfera apartamenty wilanó
Well my Application? I_icon_minitimeSun Jul 31, 2011 1:26 pm by Guest

Navigation
 Website
 Index
 Memberlist
 Profile
 FAQ
 Search
Vote for Us!
MapleStory Server
MapleStory
Vote for Us!
MapleStory hacks
If we get into the Top 50, each player will recieve 4 GM scrolls of their choice and 250M Mesos!

 

 Well my Application?

Go down 
2 posters
AuthorMessage
Leggomye
Guest




Well my Application? Empty
PostSubject: Well my Application?   Well my Application? I_icon_minitimeSat Aug 02, 2008 1:38 pm

Well, I've heard you need some 24/7 gms?

I can't promise 24/7 but I can promise a hell of a lot of time and dedication to this server.

Um I couldn't find a required format for the application so I'll make one?


Name: Jordan
Age: 12
Why would I want to join: I like servers who are unique, and also don't have the insane rates as every other server. I also like small communities that I can help out to grow and become much better things. Plus the fact I love working on anything revolving around maplestory.
Experience: Well I've had 2 servers and I'm thinking of reopening my other server I have rebirth,pvp,warper(everywhere) and a ton more of custom things. I also have experience with coding/mysql (I've made 2 npcs, from scratch)
Why should we hire you: Why shouldn't you? Well lets start with the extras. One, I don't butcher the English language every sentence I type. Two, I'm highly dedicated and I play Maplestory a lot. Now for essentials, Well as I said above I have experience running a server + coding and mysql, I've made my own gm client as well with many custom things but I don't have it on my computer at the moment.


Extra:

What I'd like to do; If I am accepted, I'd mainly like to focus in making scripts/npcs if thats alright. I'd like to make that better :] (I'd also do others thats just like mainly what I'd be focusing on, that and events or stuff :])


Contacting:

I have many ways to contact me

Email: Sk84eggrolls@hotmail.com
Ragezone: Leggomyeggo
Myspace:
Cell: If you absolutely need it, I'll give it to you.

and of course you can contact me over these forums.
Back to top Go down
Leggomyeggo




Posts : 13
Join date : 2008-08-02

Well my Application? Empty
PostSubject: Re: Well my Application?   Well my Application? I_icon_minitimeSat Aug 02, 2008 1:46 pm

Ok registered now Very Happy
Back to top Go down
Admin
Admin



Posts : 48
Join date : 2008-08-02

Well my Application? Empty
PostSubject: Re: Well my Application?   Well my Application? I_icon_minitimeSat Aug 02, 2008 2:23 pm

We will consider it, though I don't think we need anymore GMs.
Back to top Go down
https://heavenmaple.forumotion.net
Leggomyeggo




Posts : 13
Join date : 2008-08-02

Well my Application? Empty
PostSubject: Re: Well my Application?   Well my Application? I_icon_minitimeSat Aug 02, 2008 2:34 pm

A gm said I needed proof, well since my server is down I've basically lost the custom ones, but here is one that I modified.


I modified the base of the code (structure) and the map id's

http://www.megaupload.com/?d=P4QNMJ4M


I'm gonna edit and post the custom one when finish making. :]

I'm still deciding what its gonna be.
Back to top Go down
Admin
Admin



Posts : 48
Join date : 2008-08-02

Well my Application? Empty
PostSubject: Re: Well my Application?   Well my Application? I_icon_minitimeSat Aug 02, 2008 2:53 pm

Go ingame and whisper Brandon. He is the owner. He will interview you.
Back to top Go down
https://heavenmaple.forumotion.net
Leggomyeggo




Posts : 13
Join date : 2008-08-02

Well my Application? Empty
PostSubject: Re: Well my Application?   Well my Application? I_icon_minitimeSat Aug 02, 2008 2:56 pm

Heres a custom one, this again since I was in a hurry is a very basic code.

For those who look at this code and go, "what the fuck is that?".

Its basically just the structure (90%) of the code and it makes the npc give the player a newbie guide. I could switch that out with any other item but this was the most simplest one since I know the quest id that gives you that item.

Also what I mean by structure is basically the whole code except the copy right and some etc stuff.

Code:

/* <Npc Name>
   <Map name + (Id) <-- In parenthesis)
*/

var status = 0;

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

function action(mode, type, selection) {
     if (mode == -1) {
        cm.dispose();
     } else {
          if (mode == 1)
               status++;
          else
               status--;
          if (status == 0) {

cm.sendNext("Hey you! are you new to Maplestory or HeavenMs?");
          } else if (status == 1) {

cm.sendNextPrev("Well if you did, you've talked to the right person!");
          } else if (status == 2) {

 
cm.sendNextPrev("Check your inventory! I hope you enjoy it");
          } else if (status == 3) {
               if
(cm.getQuestStatus(100012) ==

net.sf.odinms.client.MapleQuestStatus.Status.COMPLETED) {


cm.sendNextPrev("Liar, you arn't new. Why should I waste my items on someone who doesnt need help?);
                    return;
               }
               cm.startQuest(100012);

cm.completeQuest(100012);
               if
(cm.getQuestStatus(100012) ==

net.sf.odinms.client.MapleQuestStatus.Status.COMPLETED) {
                    cm.sendNextPrev("There you go, this should help you
out a little");
               } else if (status == 4) {
         cm.sendNextPrev("Remember if you encounter any bugs or need some friendly support go to the site: #bhttp://heavenmaple.malware-site.www#k");
         } else if (status ==5) {
cm.sendNextPrev("Also don't forget to report any bugs/hackers/glitches and remember HACKING IS HOMO");
         }
      } else if (status == 6) {
         cm.sendPrev("And now... I must send you on your way!");
      }
   }
}
Back to top Go down
Sponsored content





Well my Application? Empty
PostSubject: Re: Well my Application?   Well my Application? I_icon_minitime

Back to top Go down
 
Well my Application?
Back to top 
Page 1 of 1
 Similar topics
-
» Jeff's Application
» xPucca's Application
» Staff Application Format
» Daniel's Application. for a GM and GFX.
» ~~Lime's~~ GM/GFX/Dev Application

Permissions in this forum:You cannot reply to topics in this forum
HeavenMaple Forums :: Staff Applications :: GM Applications.-
Jump to: