Maple-Explotion

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

    [Release] !popup,!mega,!pink,!blue Commands

    avatar
    iPlayMsNaked


    Posts : 12
    Points : 36
    Reputation : 0
    Join date : 2009-07-31
    Age : 27
    Location : Kerning

    [Release] !popup,!mega,!pink,!blue Commands Empty [Release] !popup,!mega,!pink,!blue Commands

    Post by iPlayMsNaked Fri Jul 31, 2009 1:38 pm

    Heres a list of the commands:

    Code:
    } else if (splitted[0].equals("!popup")) { //Made By L337
                try {
                ChannelServer.getInstance(c.getChannel()).getWorldInterface().broadcastMessage(player.getName(), MaplePacketCreator.serverNotice(1, StringUtil.joinStringFrom(splitted, 1)).getBytes());
                } catch (RemoteException e) {
                    cserv.reconnectWorld();
                }
    Code:
     } else if (splitted[0].equals("!mega")) { //Made By L337
                try {
                ChannelServer.getInstance(c.getChannel()).getWorldInterface().broadcastMessage(player.getName(), MaplePacketCreator.serverNotice(2, StringUtil.joinStringFrom(splitted, 1)).getBytes());
                } catch (RemoteException e) {
                    cserv.reconnectWorld();
                }
    Code:
      } else if (splitted[0].equals("!pink")) { //Made By L337
                try {
                ChannelServer.getInstance(c.getChannel()).getWorldInterface().broadcastMessage(player.getName(), MaplePacketCreator.serverNotice(5, StringUtil.joinStringFrom(splitted, 1)).getBytes());
                } catch (RemoteException e) {
                    cserv.reconnectWorld();
                }
    Code:
     } else if (splitted[0].equals("!blue")) { //Made By L337
                try {
                ChannelServer.getInstance(c.getChannel()).getWorldInterface().broadcastMessage(player.getName(), MaplePacketCreator.serverNotice(6, StringUtil.joinStringFrom(splitted, 1)).getBytes());
                } catch (RemoteException e) {
                    cserv.reconnectWorld();
                }

    Your Welcome thank me if i helped


    Credits : L337

      Current date/time is Fri May 17, 2024 5:27 am