PHP Code:
} else if (splitted[0].equals("!wry")){
try {
WorldChannelInterface world = c.getChannelServer();
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " //////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " //////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ///////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ///////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ///////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " /////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " /////////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ///////////////////// //// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " /////////////////////// ///////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ////////////////////////////////////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ////////////////////////////////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " /////////////////////////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " // ///////////////////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ///////// ////////////////////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, "///////////////////////////////////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ///////////////////// /////////////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ////////////// /////////////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " /////// /////////////////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " //////// /////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " //////// /////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " //////// ////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " //////// ////////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " //////// ///////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " //////// ///////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " /////// //////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ///////// /////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " //////////// //////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ///////////// //////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " //////////// //////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " //////////// //////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " //////////// //////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " ////////// //////// ").getBytes());
world.broadcastMessage(null, MaplePacketCreator.serverNotice(6, " /////// ////// ").getBytes());
} catch (RemoteException e) {
c.getChannelServer().reconnectWorld();
}
}