Well this command reminds people that the event is still on, i made it to help HorrorChix89 and then thought about releasing it.
Its not that really awesome i know, but kind of success for me as a beginner coder.PHP Code:} else if (sub[0].equals("!remindevent")) {
try {
cserv.getWorldInterface().broadcastMessage(null, MaplePacketCreator.serverNotice(6, c.getChannel(), "[Event] The event is still on! Use @joinevent to join. Note: You must be in Channel " + c.getChannel() + " for it to work.").getBytes());
} catch (Exception e) {
cserv.reconnectWorld();
}
I didn't do exception to check if event is on or not, cz i still don't know the java command, just don't use it unless event is on. if any1 would like to do it ok.
Credits to Me, Enjoy



Reply With Quote


