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!

All-in Doofus

Newbie Spellweaver
Joined
Sep 16, 2006
Messages
72
Reaction score
0
I know this has been posted many times, but this is a new script which allow you to put all your pet stuff in Doofus!

Download and Run all the attached files!!

Here is Doofus Script:
Code:
/*
    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 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/>.
*/

/*
======>All-in Doofus<======
by Fyrus of 7PokerMS
*/
function start() {
    cm.sendSimple ("Hello #b#h ##k!! Here you can buy some colorful pets and their equips. Choose what do you prefer:\r\n#L0#Pets#l\r\n#L1#Pets Equips#l\r\n#L2#Pet Use#l");
}

function action(mode, type, selection) {
    cm.dispose();
    if (selection == 0) {
        cm.openShop (3031);
    } else if (selection == 1) {
        cm.openShop (3030);
    } else if (selection == 2) {
        cm.openShop (3032);
    } else {
        cm.dispose();
    }
}
So, when you click Doofus, it will open a list, so you can choose what do you want to buy.
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Jun 19, 2008
Messages
233
Reaction score
0
Re: [Release] All-in Doofus

Awesome ^^ i was about to add this my own but now you already released it its kinda useles :)
 
Master Summoner
Joined
Apr 29, 2008
Messages
534
Reaction score
3
Re: [Release] All-in Doofus

Woah nice release right there. Imma try this XD
 
Newbie Spellweaver
Joined
Jul 11, 2008
Messages
83
Reaction score
0
Re: [Release] All-in Doofus

Nice Release Ty
 
Newbie Spellweaver
Joined
Sep 16, 2006
Messages
72
Reaction score
0
Re: [Release] All-in Doofus

Haha, Thank You xPP
 
Supreme Arcanarch
Loyal Member
Joined
Jul 21, 2008
Messages
969
Reaction score
1
Re: [Release] All-in Doofus

Thanks alot :)
 
Junior Spellweaver
Joined
Jul 28, 2008
Messages
131
Reaction score
0
Re: [Release] All-in Doofus

Very Nice , Thnx
 
Newbie Spellweaver
Joined
Apr 2, 2008
Messages
93
Reaction score
0
Re: [Release] All-in Doofus

Very nice <3
 
Skilled Illusionist
Joined
Apr 29, 2008
Messages
310
Reaction score
1
Re: [Release] All-in Doofus

spammers this does not work and u say good job -_-
 
Back
Top