Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[RELEASE]Mini-Wedding

Banned
Banned
Joined
Apr 6, 2008
Messages
80
Reaction score
0
Well basically i took a script that was release in the dev. section. I'm not sure what was his forum name or where his topic went :S tried searching. Anyways, all credits goes to him.

What this does is that when you talk to Nancy she takes you're wedding ticket, warps you down and starts music/gives ring, clothing and sends out a message

PHP:
/*
 This file is part of the OdinMS Maple Story Server
    Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> 
        Matthias Butz <matze@odinms.de>
        Jan Christian Meyer <vimes@odinms.de>
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation 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/>.
*/
/* Assistant Nancy
 Warp to bottom (680000210)
 located in Amoria (680000000)
*/
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("Peace out baby");
   cm.dispose();
   return;
  }
  if (mode == 1)
   status++;
  else
   status--;
  if (status == 0) {
   cm.sendNext("Welcome to Fallen CitY~ I am Slippy's witch. He sent me here to work as a nun");
  } else if (status == 1) {
   cm.sendNextPrev("Yeah..anyways so i'm guessing you're ready to make babies huh? Awesome just gimmmie a premium wedding ticket");
  } else if (status == 2) {
   if (cm.haveItem(5251003)) {
    cm.sendNext("Great, you have a ticket. I will warp you down here.\r\nHave a great wedding. Dont forget to duck each other");
    cm.gainItem(5251003,-1);
    
   } else {
    cm.sendOk("YOU DONT HAVE A WEDDING TICKET LOL NOOB LOL WHAT NOW? YEAH OWNED witch!");
    status = 9;
   }
  } else if (status == 3) {
   cm.warp(680000210, 2);
    cm.playMusic("BgmGL/cathedral");
   cm.mapMessage(5,"High Priest John: We gather here today to pay our love and respects towards these dearly beloved singles whom come forth as a union to signify their love towards each other. Entreat me not to leave you, or to return from following after you, For where you go I will go, and where you stay I will stay. Your people will be my people, and your God will be my God. And where you die, I will die and there I will be buried. May the Lord do with me and more if anything but death parts you from me.");
   cm.gainItem(1112803,1);
   cm.gainItem(1050113,1);
   cm.gainItem(1050114,1);
   cm.gainItem(1000029,1);
   cm.gainItem(1081002,1);
   cm.dispose();
  }
 }
}
 
Newbie Spellweaver
Joined
Jun 15, 2008
Messages
99
Reaction score
0
Whoever wrote that text needs to get out more.

-I guess nice release.
 
Experienced Elementalist
Joined
Jun 25, 2008
Messages
260
Reaction score
0
dude this script is better then getting married on gms lols
 
Junior Spellweaver
Joined
Apr 12, 2008
Messages
105
Reaction score
0
I'll wait until the official weddings come out :\
 
Newbie Spellweaver
Joined
Jul 8, 2008
Messages
8
Reaction score
0
Slip and slide when i click nacy they didnt giv any items and just go in the alter and the song inside is nothing
 
Back?
Loyal Member
Joined
Apr 17, 2008
Messages
540
Reaction score
19
i have a feeling it doesnt work i guess ill test later today its already 539am
 
Newbie Spellweaver
Joined
Jun 23, 2008
Messages
11
Reaction score
0
tested, it only warps you down, it dont give a ring or somethign :/
 
Newbie Spellweaver
Joined
May 17, 2008
Messages
82
Reaction score
0
LMAO (Dont forget to duck each other) ==
i wish have a real wedding nao D:
 
Back
Top