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
Genesis's Dev application I_icon_minitimeThu Aug 04, 2011 8:18 pm by Guest

» pokoje dla dzieci blog
Genesis's Dev application I_icon_minitimeThu Aug 04, 2011 10:21 am by Guest

» miedzyzdroje apartamenty blisko morza
Genesis's Dev application I_icon_minitimeWed Aug 03, 2011 1:30 pm by Guest

» podlasie agroturystyczne kwatery
Genesis's Dev application I_icon_minitimeTue Aug 02, 2011 1:32 pm by Guest

» EdmefoWkes
Genesis's Dev application I_icon_minitimeTue Aug 02, 2011 5:05 am by Guest

» http://www.merchantcashadvances.org small business loans
Genesis's Dev application I_icon_minitimeTue Aug 02, 2011 1:27 am by Guest

» holenderskie domki pl
Genesis's Dev application I_icon_minitimeMon Aug 01, 2011 9:14 am by Guest

» hot juicy hardcore porn
Genesis's Dev application I_icon_minitimeSun Jul 31, 2011 10:45 pm by Guest

» atmosfera apartamenty wilanó
Genesis's Dev 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!

 

 Genesis's Dev application

Go down 
5 posters
Go to page : 1, 2  Next
AuthorMessage
Genesis




Posts : 13
Join date : 2008-08-03

Genesis's Dev application Empty
PostSubject: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 6:46 am

Name: Rafael
Age: 14 (I'm more mature than what you think =P)
Location: America
Timezone: PST

Experience: Had my own server, made custom NPC's and modified maps, also added pets + PVP

Why should I be a GM:
Well I think I could be really helpful, would make lots of events and could make people happy.

What makes me special?:
I can learn stuff really fast (I mean it) and I can keep adding new features everyday

IGN:
Genesis

Character Level/Rebirths:
I'm at that =P

Skills (Java, GFX, etc.):
Java and GFX =)

Times you can play a day:
Depends.

Any other info:
Not that I can think of.

Samples of your work (If you're applying for Dev/GFX)
Well, I have my files right here, where can I put them?

(People applying for Dev/GFX can stop here. If you're applying for a GM, continue)

If I was chosen to be a GM I would:
Keep the server out of hackers, make events, and more.

If I was NOT chosen to be a GM I would:
Well, probably keep playing.

If a beginner came up to you and asked for a zakum helmet, you would:
Not give it.

If you caught a hacker, you would:
Jail him, and if he hacks again ban him.

What kind of event would you host?
Challenging events, such as jump quests.

If you caught another GM of abusing his/her powers, you would:
Tell the admin about it.



Last edited by Genesis on Sun Aug 03, 2008 12:34 pm; edited 2 times in total
Back to top Go down
Admin
Admin



Posts : 48
Join date : 2008-08-02

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 6:48 am

Sexy app. You can post your work here.
Back to top Go down
https://heavenmaple.forumotion.net
Genesis




Posts : 13
Join date : 2008-08-03

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 6:58 am

Admin wrote:
Sexy app. You can post your work here.
Here's a little Gachapon-like NPC that works with event tickets:

Code:
importPackage(net.sf.odinms.client);


var status = 0;
var rand = 1 + Math.floor(Math.random() * 20)
var rand2 = 1 + Math.floor(Math.random() * 9);
var rand3 = 1 + Math.floor(Math.random() * 4);   

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("See you next time, when you try your luck here~!");
         cm.dispose();
         return;
      }
      if (mode == 1)
         status++;
      else
         status--;
      if (status == 0) {
            cm.sendNext("I am gachapon.\r\nI give things to people if they give me cardboard tickets~!\r\nThe tickets look like this: #v5220001#");
         }
      else if (status == 1) {
         if (cm.haveItem(5220001)) {
         cm.sendYesNo("I see you have a ticket of mine, do you wish to use it?");
         }
         else if (!cm.haveItem(5220001)) {
         cm.sendOk("You dont have any #bgachapon tickets#k.");
         cm.dispose();
         }
      }
         else if (status == 2) { //START ITEMS
         cm.gainItem(5220001, -1);
         
         if (rand == 1) {
         cm.gainItem(1082149, 1); // BWG
         }         
         else if (rand == 2) {
         cm.gainItem(1082223, 1); // STCG
         }         
         else if (rand == 3) {
         cm.gainItem(1002357, 1); // Zakum Helm
         }         
         else if (rand == 4) {
         cm.gainItem(1204844, 1); // Horntail Neck
         }         
         else if (rand == 5) {
         cm.gainItem(2041200, 1); // Dragon Stone
         }         
         else if (rand == 6) {
         cm.gainItem(2101024, 1); // Silver Slime
         }         
         else if (rand == 7) {
         cm.gainItem(1092022, 1); // Black Sack
         }         
         else if (rand == 8) {
         cm.gainItem(1082230, 1); // Glitter G
         }         
         else if (rand == 9) {
         cm.gainItem(1102084, 1); // Pink Gaia
         }         
         else if (rand == 10) {
         cm.gainItem(1072344, 1); // FaceStompers
         }         
         else if (rand == 11) {
         cm.gainItem(2340000, 7); // White Scroll
         }         
         else if (rand == 12) {
         cm.gainItem(1122005, 1); // Bow-Tie
         }         
         else if (rand == 13) {
         cm.gainItem(1092022, 1); // Palette
         }         
         else if (rand == 14) {
         cm.gainItem(2022179, 25); // Onyx Apple
         }         
         else if (rand == 15) {
         cm.gainItem(2022273, 25); // Ssiws Cheese
         }         
         else if (rand == 16) {
         cm.gainItem(2022121, 25); // Gelt Chocolate
         }         
         else if (rand == 17) {
         cm.gainItem(1032027, 1); // Black Emerald Earrings
         }         
         else if (rand == 18) {
         cm.gainItem(1032026, 1); // Gold Emerald Earrings
         }
         else if ((rand == 19) && (rand2 == 1)) {
            cm.gainItem(5000029, 1); // GreenDragon
         }
         else if ((rand == 19) && (rand2 == 2)) {
            cm.gainItem(5000030, 1); // RedDragon
            }
         else if ((rand == 19) && (rand2 == 3)) {   
            cm.gainItem(5000031, 1); // BlueDragon
            }
         else if ((rand == 19) && (rand2 == 4)) {
            cm.gainItem(5000032, 1); // Black Dragon
            }
         else if ((rand == 19) && (rand2 == 5)) {
            cm.gainItem(5000013, 1); // Elephant
            }
         else if ((rand == 19) && (rand2 == 6)) {
            cm.gainItem(5000039, 1); // Porcupine
            }
         else if ((rand == 19) && (rand2 == 7)) {
            cm.gainItem(5000034, 1); // Black Bunny
            }
         else if ((rand == 19) && (rand2 == 8)) {
            cm.gainItem(5000044, 1); // Orange Tiger
            }
         else if ((rand == 19) && (rand2 == 9)) {
            cm.gainItem(5000045, 1); // Skunk
            
         }         
         else if ((rand == 20) && (rand3 == 1)) {
            cm.gainItem(1052093, 1); // Janus
            cm.gainItem(1072283, 1); // Janus
            cm.gainItem(1702118, 1); // Janus
            cm.gainItem(1001047, 1); // Janus
            cm.gainItem(1000032, 1); // Janus
            cm.gainItem(1102097, 1); // Janus
            }
         else if ((rand == 20) && (rand3 == 2)) {
            cm.gainItem(1052092, 1); // Veamoth
            cm.gainItem(1072282, 1); // Veamoth
            cm.gainItem(1702120, 1); // Veamoth
            cm.gainItem(1001046, 1); // Veamoth
            cm.gainItem(1000031, 1); // Veamoth
            cm.gainItem(1102095, 1); // Veamoth
            }
         else if ((rand == 20) && (rand3 == 3)) {
            cm.gainItem(1102149, 1); // Mercury
            cm.gainItem(1082225, 1); // Mercury
            cm.gainItem(1061142, 1); // Mercury
            cm.gainItem(1041139, 1); // Mercury
            cm.gainItem(1040138, 1); // Mercury
            cm.gainItem(1072328, 1); // Mercury
            cm.gainItem(1702150, 1); // Mercury
            cm.gainItem(1060121, 1); // Mercury
            }
         else if ((rand == 20) && (rand3 == 4)) {
            cm.gainItem(1041138, 1); // Tania
            cm.gainItem(1102148, 1); // Tania
            cm.gainItem(1072327, 1); // Tania
            cm.gainItem(1082224, 1); // Tania
            cm.gainItem(1702149, 1); // Tania
            cm.gainItem(1040137, 1); // Tania
            cm.gainItem(1060120, 1); // Tania
            cm.gainItem(1061141, 1); // Tania
         }         

         cm.dispose();
      }
   }
}

Maybe you don't want it to give so much awesome stuff, but that can be edited =P

About the website, I deleted it a while ago, I'm re-uploading. Won't take much =P
Back to top Go down
Admin
Admin



Posts : 48
Join date : 2008-08-02

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 7:01 am

Oh, well, Brandon's going to look at this later. If it works, you're probably going to become a Dev Smile
Back to top Go down
https://heavenmaple.forumotion.net
Andy
Admin



Posts : 23
Join date : 2008-08-02

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 7:03 am

Nice application. If you are accepted our staff will be filled. ;D Good luck!
Back to top Go down
Genesis




Posts : 13
Join date : 2008-08-03

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 7:14 am

Admin wrote:
Oh, well, Brandon's going to look at this later. If it works, you're probably going to become a Dev Smile
Having problems with my FTP host, can't upload =X, oh well I'm making a cool banner ^^!
Just a question, where do I register and download the client?
Back to top Go down
Admin
Admin



Posts : 48
Join date : 2008-08-02

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 7:16 am

Website is down since Brandon is updating it, so you can't register. As for the client, go to the Downloads section.
Back to top Go down
https://heavenmaple.forumotion.net
Genesis




Posts : 13
Join date : 2008-08-03

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 7:49 am

Finished a little banner, kind of crappy because I made it fast and don't have any good background. I can make it better if you supply me with the background =):

Genesis's Dev application 78493036dk3
Back to top Go down
Genesis




Posts : 13
Join date : 2008-08-03

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 7:51 am

Also, I know something that might help you as you're changing your server's IP, so people won't have to re-download a client. Do you people have MSN so I can help you?
Back to top Go down
Admin
Admin



Posts : 48
Join date : 2008-08-02

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 8:02 am

Genesis wrote:
Also, I know something that might help you as you're changing your server's IP, so people won't have to re-download a client. Do you people have MSN so I can help you?

Talk to brandon irbrandonl@hotmail.com

I liked the banner, though the background sucked lol. I'll try to find you a good one.
Back to top Go down
https://heavenmaple.forumotion.net
Genesis




Posts : 13
Join date : 2008-08-03

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 8:04 am

Admin wrote:
Genesis wrote:
Also, I know something that might help you as you're changing your server's IP, so people won't have to re-download a client. Do you people have MSN so I can help you?

Talk to brandon irbrandonl@hotmail.com

I liked the banner, though the background sucked lol. I'll try to find you a good one.
Is he online?
Back to top Go down
Admin
Admin



Posts : 48
Join date : 2008-08-02

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 8:07 am

Dunno.

Btw, can you make a banner thats 468x60, so we can use it for the Xtremetop 100?
Back to top Go down
https://heavenmaple.forumotion.net
Genesis




Posts : 13
Join date : 2008-08-03

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 8:08 am

Admin wrote:
Dunno.

Btw, can you make a banner thats 468x60, so we can use it for the Xtremetop 100?
Sure, by the way, can I get a background? =)
Back to top Go down
Leggomyeggo




Posts : 13
Join date : 2008-08-02

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 8:13 am

Hello, well I think you just snatched my job. I'm not as experienced as you are :[.

I've made some custom npcs for my server as well and I made one for this server 'to show my work', but yet it doesn't seem to work.

I need some help with it and no one n any site has been replying. I don't quite understand whats wrong with the script well heres the link to it (Scroll down on page).


Thread --> https://heavenmaple.forumotion.net/gm-applications-f24/well-my-application-t2.htm


Well, I think thats the end of my chance, and I'm not tring to sound all like 'depressed' cause i'm not. But I know that this guy is way more experienced then me, and I'd like his help in becoming better.


So could you help me, with my coding? Um

My email is : Sk84eggrolls@hotmail.com

Um if you need any other contact info you can just ask. But I'd really appreciate it if you help me

Edit: Also is there like a Developer assistant? I'd like to be one if I could :] Maybe I can learn more if I am and then become a full Developer :\ I unno I just love making codes :]
Back to top Go down
Genesis




Posts : 13
Join date : 2008-08-03

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 8:21 am

Can someone check if Brandon's on for me?
Back to top Go down
Leggomyeggo




Posts : 13
Join date : 2008-08-02

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 8:24 am

I don't think he's on server is offline and it doesn't say he's online either on forums.

Also did you read above :[ I need help and your more experienced then me.
Back to top Go down
xPucca

xPucca


Posts : 34
Join date : 2008-08-03
Location : PIE~Land

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 8:26 am

he's at his aunt's
Back to top Go down
http://oMGiHeartPIE.pieisgood.pie
Leggomyeggo




Posts : 13
Join date : 2008-08-02

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 8:31 am

>.< Ugghh this is annoying I've been trying to find out whats wrong with this stinking code for the past 2 days I posted on ragezone and genesis (who probably knows) isnt responding :[ >.<! this is very irratating
Back to top Go down
Admin
Admin



Posts : 48
Join date : 2008-08-02

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 8:35 am

Genesis wrote:
Admin wrote:
Dunno.

Btw, can you make a banner thats 468x60, so we can use it for the Xtremetop 100?
Sure, by the way, can I get a background? =)

You could just make it a white background, like the banner on the top.

If you dont want to, I'm not really experienced with banners, so I cant offer much help.

Here are some backgrounds. These are all I could find:

https://2img.net/r/ihimizer/img161/5448/msbanner1iw2.jpg

http://www.angelfire.com/biz/WLAW/image/15.gif

https://2img.net/h/i153.photobucket.com/albums/s218/celestefrenz/Maplestory/Maplestory.jpg

http://www.shapesandcolors.com/assets/images/Cloud_background.jpg

http://members.bluefrog.com/~haller/images/Cloud.jpg
Back to top Go down
https://heavenmaple.forumotion.net
Genesis




Posts : 13
Join date : 2008-08-03

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 8:49 am

Finished uploading the website:

http://symphoniams.freehostia.com/
Back to top Go down
xPucca

xPucca


Posts : 34
Join date : 2008-08-03
Location : PIE~Land

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 9:01 am

hey for the banner do we have to have HeavenMaple on it?

because this is what i have so far:

Genesis's Dev application 80060002xt3
Genesis's Dev application 80060002xt3.4e4030cfcc

Edit: without the fishy thingy at the bottom
Back to top Go down
http://oMGiHeartPIE.pieisgood.pie
Genesis




Posts : 13
Join date : 2008-08-03

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 9:10 am

Well I made this one:

Genesis's Dev application Bannergs3
Back to top Go down
Admin
Admin



Posts : 48
Join date : 2008-08-02

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 10:18 am

xPucca wrote:
hey for the banner do we have to have HeavenMaple on it?

because this is what i have so far:

Genesis's Dev application 80060002xt3
Genesis's Dev application 80060002xt3.4e4030cfcc

Edit: without the fishy thingy at the bottom

Yeah. Also, we have to have the rates.

@Genesis I like it. I'll use it for the Xtremetop 100. Good job Smile
Back to top Go down
https://heavenmaple.forumotion.net
Genesis




Posts : 13
Join date : 2008-08-03

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 10:54 am

Admin wrote:
xPucca wrote:
hey for the banner do we have to have HeavenMaple on it?

because this is what i have so far:

Genesis's Dev application 80060002xt3
Genesis's Dev application 80060002xt3.4e4030cfcc

Edit: without the fishy thingy at the bottom

Yeah. Also, we have to have the rates.

@Genesis I like it. I'll use it for the Xtremetop 100. Good job Smile

Thanks ^^
Back to top Go down
xPucca

xPucca


Posts : 34
Join date : 2008-08-03
Location : PIE~Land

Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitimeSun Aug 03, 2008 11:07 am

nice Genesis

edit:what did you use? i used paint for mine Razz Razz
Back to top Go down
http://oMGiHeartPIE.pieisgood.pie
Sponsored content





Genesis's Dev application Empty
PostSubject: Re: Genesis's Dev application   Genesis's Dev application I_icon_minitime

Back to top Go down
 
Genesis's Dev application
Back to top 
Page 1 of 2Go to page : 1, 2  Next
 Similar topics
-
» Well my 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 :: Developer Applications-
Jump to: