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:
So, when you click Doofus, it will open a list, so you can choose what do you want to buy.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(); } }



Reply With Quote

