A little Add to wedding :P

Status
Not open for further replies.
Experienced Elementalist
Joined
Apr 18, 2008
Messages
294
Reaction score
3
Well i was bored..Some of you may thing this is useless but here
i like to use the guild board just move the npc around :O with the !npc 9040011 Hope u like it





/*
* This file is part of the OdinMS Maple Story Server
Copyright (C) 2008 Patrick Huy <[email protected]>
Matthias Butz <[email protected]>
Jan Christian Meyer <[email protected]>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation. You may not use, modify
or distribute this program under any other version of the
GNU Affero General Public License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/*
* @Author Lerk
*
* Bulletin Board, Victoria Road: Excavation Site<Camp> (101030104) AND Sharenian: Excavation Site (990000000)
*
* Start of Guild Quest
*/

function start() {
cm.sendOk("<Wedding> \r\n Wassup Lil Thing Here Are the Couples Currently Married!Updated every Hour!\r\n\r\n#bMarried Couples :#k\r\n1.[Admin]iPhone & [GM]Mudkip!\r\n2.[GM]Drew & Briggett!\r\n3. Lass & bxbombers");
cm.dispose();
}

function action(mode, type, selection) {

}







What its suppose to do is u have to add couple names and stuff kinda makes wedding useful since people know whos married or not
just a small release hope u like it...Dont flame me D:
 
Last edited:
Re: [Release]A little Add to wedding :P

Good idea, it'll make weddings worth more until rings are fixed.
 
Re: [Release]A little Add to wedding :P

Put your code in a code box, makes everything look more clean. Hehe. Also, you should explain to those newbies that \r\n means new line and that they should remove the names you've already written.

This code does give a certain value of getting married.
 
Re: [Release]A little Add to wedding :P

is there a way to put like a wedding ranks, whenever someone gets married is adds them to rankings, then you could make like a guild rock where its just like cm.displayWedding.. lol just an idea so you dont have to keep track of who got married and have to edit the file
 
Re: [Release]A little Add to wedding :P

Well i was bored..Some of you may thing this is useless but here






/*
* This file is part of the OdinMS Maple Story Server
Copyright (C) 2008 Patrick Huy <[email protected]>
Matthias Butz <[email protected]>
Jan Christian Meyer <[email protected]>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation. You may not use, modify
or distribute this program under any other version of the
GNU Affero General Public License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/*
* @Author Lerk
*
* Bulletin Board, Victoria Road: Excavation Site<Camp> (101030104) AND Sharenian: Excavation Site (990000000)
*
* Start of Guild Quest

*/

function start() {
cm.sendOk("<Wedding> \r\n Wassup Lil Thing Here Are the Couples Currently Married!Updated every Hour!\r\n\r\n#bMarried Couples :#k\r\n1.[Admin]iPhone & [GM]Mudkip!\r\n2.[GM]Drew & Briggett!\r\n3. Lass & bxbombers");
cm.dispose();
}

function action(mode, type, selection) {

}







What its suppose to do is u have to add couple names and stuff kinda makes wedding useful since people know whos married or not
just a small release hope u like it...Dont flame me D:

o-o
 
Re: [Release]A little Add to wedding :P

hmph since you have to manually add the couples name it can be quite troublesome, but in addition to this a php script can be setup to list all of them down in a page for you to add onto this script. but niec one i like the idea =]

yea good idea but people are to lazy to go to site
 
Status
Not open for further replies.
Back