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


Welcome To Maplestar forum's! We are curently under construstion. We should be coming out again in a few day's/month's.
 
HomeHome  GalleryGallery  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  
Well I have bad new's for everyone :/ Maplestar is officialy closed Joseph nor I can do anything to fix it I have done what I could to try and fix it I just now have to give up cause I can't fix the problem to it make's me vary sad and I am sorry I failed all of you Sad I tried my hardest I stressed myself out I over worked myself I had no time for brake's I had like no time to even talk to anyone and I am sorry that this is happening Sad I never wanted this to happen I never did but it has to cause I can't fix it. I am sorry I failed everyone.
what I could to try and fix it I just now have to give up cause I can't fix the problem to it make's me vary sad and I
I am sorry I failed all of you Sad I tried my hardest I stressed myself out I over worked myself. I had no time for
brake's I had like no time to even talk to anyone and I am sorry that this is happening Sad I never wanted this
to happen I never did but it has to cause I can't fix it. I am sorry I failed everyone.

 

 BoiHeart's GM App

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

BoiHeart


Posts : 15
Join date : 2010-05-14

BoiHeart's GM App Empty
PostSubject: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeFri May 14, 2010 9:33 pm

Name:
Jay

IGN:
BoiHeart

Timezone:
Eastern Time (US&Canada)

Why should you be GM?:
I am very active, also I have a lot of experience as being a GM.
Also I am friendly and kind.

What would you do the help the server and everyone in it?:
I can help by having this server hack-free by banning hackers.
I also would keep people company by hosting events if the owner allows events.
Also by helping people with the sever telling them information about it such as the
rates of this server and more.

What would you do if someone was hacking and you seen them?:
I would watch them for a while in hide and take screenshots just in case.
Then I would ban them in hide because if you come out they would log off.

Proof of being a GM:
I don't have any proof but i took screenshots for RawrMS when I was a GM (server is down)
Picture 1: [You must be registered and logged in to see this link.]
Picture 2:[You must be registered and logged in to see this link.]
Picture 3: [You must be registered and logged in to see this link.]
Picture 4:[You must be registered and logged in to see this link.]
Picture 5: [You must be registered and logged in to see this link.]

MSN:
[You must be registered and logged in to see this link.]
Back to top Go down
Star
Admin
Star


Posts : 120
Join date : 2010-04-27
Age : 27
Location : Death bed

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeSat May 15, 2010 2:44 pm

Mhm, some good proof there.
nice mount's Lmfao.
Give me a few day's to think about it.
Back to top Go down
http://maplestar.tk
BoiHeart

BoiHeart


Posts : 15
Join date : 2010-05-14

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeSat May 15, 2010 6:26 pm

Star wrote:
Mhm, some good proof there.
nice mount's Lmfao.
Thanks! Smile
Back to top Go down
Jessica

Jessica


Posts : 69
Join date : 2010-04-28
Location : Sheep land.

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeSun May 16, 2010 3:41 am

Nice Application.
Wish you the best of luck. (:

-Jessica

___________________
[You must be registered and logged in to see this image.]

Jessica - Mrs.Sexi -- <3
I ♥️ you Zeke -- I'ma eat joo
Back to top Go down
WorM

WorM


Posts : 68
Join date : 2010-05-03
Age : 113
Location : Up Your Ass

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeSun May 16, 2010 7:24 am

Weird, seems so short, isn't there something called "offline ban" ?
Anywayz good luck.

------------------------------------------------
The WorM EaTs ComPutErs
CoMpUteRs, RUN NOW OR BE EATEN *nom*nom*nom*
[You must be registered and logged in to see this image.]
Back to top Go down
http://www.meatspin.com
BoiHeart

BoiHeart


Posts : 15
Join date : 2010-05-14

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeSun May 16, 2010 7:28 am

Thanks both Worm and Jessica! Thanks for your support.
Btw. I'm not that much of a coder but i kinda can code.

I made this for RawrMS (down):

/*
Trophy Trader
*/
var wui = 0;
var item = 4030002;//item in question

function start() {
cm.sendSimple (
"Welcome #h #, I am RawrMS's #i4030002# Tetris Rewarder. "+
"Each Tetris Piece you bring and exchange for crazy prizes, you'll gain 5 Guild Points as well.\r\n " +
"If you have any Tetris Pieces you could exchange them here for awesome prizes. "+
"Each prize is worth an amount of Tretris Pieces.\r\n"+
"#L0#A Worth 1000 #i1002140# Wizet Invincible Hat#l\r\n"+
"#L1#A Worth 500 #i1042003# Wizet Plain Suit #l\r\n"+
"#L2#A Worth 500 #i1062007# Wizet Plain Suit Pants#l\r\n"+
"#L3#A Worth 1000 #i1322013# Wizet Secret Agent Suitcase#l"
);
}

function action(mode, type, selection) {
if (selection == 0) {
if (cm.haveItem(item, 1)) {
cm.gainItem(item, -1);
cm.gainItem(1002140, 1);
cm.getGuild().gainGP(5);
cm.dispose();
} else {
cm.sendOk("Sorry. You do not have enough Tetris Pieces.");
cm.dispose();
}
} else if (selection == 1) {
if (cm.haveItem(item, 1)) {
cm.gainItem(item, -1);
cm.gainItem(1042003,1);
cm.getGuild().gainGP(5);
cm.dispose();
} else {
cm.sendOk("Sorry. You do not have enough Tetris Pieces.");
cm.dispose();
}
} else if (selection == 2) {
if (cm.haveItem(item, 1)) {
cm.gainItem(item, -1);
cm.gainItem(1062007,1);
cm.getGuild().gainGP(5);
cm.dispose();
} else {
cm.sendOk("Sorry. You do not have enough Tetris Pieces.");
cm.dispose();
}
} else if (selection == 3) {
if (cm.haveItem(item, 1)) {
cm.gainItem(item, -1);
cm.gainItem(1322013,1);
cm.getGuild().gainGP(5);
cm.dispose();
} else {
cm.sendOk("Sorry. You do not have enough Tetris Pieces.");
cm.dispose();
}
} else {
cm.sendOk("Come back here later! Have fun Rawring at everyone!");
cm.dispose();
}
}
Back to top Go down
BoiHeart

BoiHeart


Posts : 15
Join date : 2010-05-14

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeSun May 16, 2010 7:30 am

Its a reward NPC with tetris system.
Back to top Go down
Star
Admin
Star


Posts : 120
Join date : 2010-04-27
Age : 27
Location : Death bed

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeSun May 16, 2010 10:33 am

BoiHeart wrote:
Its a reward NPC with tetris system.
Hmm I see...
but I have a better one Trust me Lol....
has timeless has Raven... has lunch boxes... etc has about everything no chair's though..
It is golden maple leaf system.
Back to top Go down
http://maplestar.tk
BoiHeart

BoiHeart


Posts : 15
Join date : 2010-05-14

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeSun May 16, 2010 4:39 pm

Star wrote:

Hmm I see...
but I have a better one Trust me Lol....
has timeless has Raven... has lunch boxes... etc has about everything no chair's though..
It is golden maple leaf system.
Lol cool, i might be able to add chairs. yea i think i can. Razz
Back to top Go down
Star
Admin
Star


Posts : 120
Join date : 2010-04-27
Age : 27
Location : Death bed

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeSun May 16, 2010 6:44 pm

BoiHeart wrote:
Star wrote:

Hmm I see...
but I have a better one Trust me Lol....
has timeless has Raven... has lunch boxes... etc has about everything no chair's though..
It is golden maple leaf system.
Lol cool, i might be able to add chairs. yea i think i can. Razz
I will see if I will let you code cause I code aswel...
Back to top Go down
http://maplestar.tk
BoiHeart

BoiHeart


Posts : 15
Join date : 2010-05-14

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeSun May 16, 2010 7:56 pm

Star wrote:

I will see if I will let you code cause I code aswel...
well i really not dat much of a coder. but wutt eva u say xD
Back to top Go down
Star
Admin
Star


Posts : 120
Join date : 2010-04-27
Age : 27
Location : Death bed

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeMon May 17, 2010 4:16 am

BoiHeart wrote:
Star wrote:

I will see if I will let you code cause I code aswel...
well i really not dat much of a coder. but wutt eva u say xD
Lol xD
Back to top Go down
http://maplestar.tk
BoiHeart

BoiHeart


Posts : 15
Join date : 2010-05-14

BoiHeart's GM App Empty
PostSubject: RandomO_O   BoiHeart's GM App I_icon_minitimeMon May 17, 2010 6:06 am

Lol all we talked about was something else like coding and saying "lol" in one thing. Suspect
Back to top Go down
Star
Admin
Star


Posts : 120
Join date : 2010-04-27
Age : 27
Location : Death bed

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeMon May 17, 2010 8:14 pm

BoiHeart wrote:
Lol all we talked about was something else like coding and saying "lol" in one thing. Suspect
I know Question Exclamation Suspect
Back to top Go down
http://maplestar.tk
BoiHeart

BoiHeart


Posts : 15
Join date : 2010-05-14

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeMon May 17, 2010 8:39 pm

Star wrote:
BoiHeart wrote:
Lol all we talked about was something else like coding and saying "lol" in one thing. Suspect
I know Question Exclamation Suspect
lol fun times.
Back to top Go down
Star
Admin
Star


Posts : 120
Join date : 2010-04-27
Age : 27
Location : Death bed

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeTue May 18, 2010 4:25 am

BoiHeart wrote:
Star wrote:
BoiHeart wrote:
Lol all we talked about was something else like coding and saying "lol" in one thing. Suspect
I know Question Exclamation Suspect
lol fun times.
xD Yup
Back to top Go down
http://maplestar.tk
BoiHeart

BoiHeart


Posts : 15
Join date : 2010-05-14

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeTue May 18, 2010 6:33 pm

So have you decided? Question
(sorry to ask)
Back to top Go down
Star
Admin
Star


Posts : 120
Join date : 2010-04-27
Age : 27
Location : Death bed

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeTue May 18, 2010 7:41 pm

BoiHeart wrote:
So have you decided? Question
(sorry to ask)
Well I haven't really been thinking much about it cause I have had my mind on other problem's :/
It's fine you asked
Back to top Go down
http://maplestar.tk
BoiHeart

BoiHeart


Posts : 15
Join date : 2010-05-14

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeWed May 19, 2010 12:43 am

Star wrote:
BoiHeart wrote:
So have you decided? Question
(sorry to ask)
Well I haven't really been thinking much about it cause I have had my mind on other problem's :/
It's fine you asked
o alright.
Back to top Go down
Star
Admin
Star


Posts : 120
Join date : 2010-04-27
Age : 27
Location : Death bed

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeWed May 19, 2010 7:20 am

Sorry man :/
But I still need to talk with the main owner...
Back to top Go down
http://maplestar.tk
BoiHeart

BoiHeart


Posts : 15
Join date : 2010-05-14

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeWed May 19, 2010 3:58 pm

Star wrote:
Sorry man :/
But I still need to talk with the main owner...
nah it's fine. no need for sorry Very Happy
Back to top Go down
Star
Admin
Star


Posts : 120
Join date : 2010-04-27
Age : 27
Location : Death bed

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeWed May 19, 2010 5:02 pm

BoiHeart wrote:
Star wrote:
Sorry man :/
But I still need to talk with the main owner...
nah it's fine. no need for sorry Very Happy
Okay.
Back to top Go down
http://maplestar.tk
Noah

Noah


Posts : 32
Join date : 2010-04-29
Age : 29
Location : France

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeWed May 19, 2010 8:20 pm

Nice app ;D Good luck

Zeke, you should try to add those mounts Very Happy
Back to top Go down
http://Maplestar.tk
BoiHeart

BoiHeart


Posts : 15
Join date : 2010-05-14

BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitimeWed May 19, 2010 9:06 pm

Noah wrote:
Nice app ;D Good luck

Zeke, you should try to add those mounts Very Happy
I can add these mounts. If you want them. Ill add em for ya!
I have tested these mounts before and I would like to test them again.
So i just created a test server so can you guys test it for me to make sure if
it works for other people? Ill wait for answer so i can add download link.
Back to top Go down
BoiHeart

BoiHeart


Posts : 15
Join date : 2010-05-14

BoiHeart's GM App Empty
PostSubject: Downloads   BoiHeart's GM App I_icon_minitimeWed May 19, 2010 11:17 pm

Download these:

TEST CILENT:
[You must be registered and logged in to see this link.]

Custom Character.wz:
[You must be registered and logged in to see this link.]

Mounts (Handbook) I made:

[You must be registered and logged in to see this link.]

[I didn't have time to make it non-hamachi so if you have hamachi join this:]
ID: MapleStarTest
PASS: maplestar


(Contact me so I can put test server up)
MSN: [You must be registered and logged in to see this link.]
Back to top Go down
Sponsored content





BoiHeart's GM App Empty
PostSubject: Re: BoiHeart's GM App   BoiHeart's GM App I_icon_minitime

Back to top Go down
 
BoiHeart's GM App
Back to top 
Page 1 of 2Go to page : 1, 2  Next

Permissions in this forum:You cannot reply to topics in this forum
Maplestar ☆ :: Maplestar :: Gm Apps-
Jump to: