InfoSpoiler:
Info2:Spoiler:*Remember to click the first spoiler*. This is a event where you type in !event. It will send out a notice saying "[Event] The Event Has Started! Kill All The Coketumps! Go to [Map ID]. Make sure you are in channel [Channel]" Then use !coketumps and it will spawn some Coketumps [They include event items].
Drops:Spoiler:The drops include: Wizet hat, Wizet suitcase, Event trophy, Gold meso bag, Silver meso bag and Bronze meso bag.
Credits:Spoiler:Credits to Moogra for the !event command and credits to me for the !coketump command
Commands:Spoiler:
!event:
!coketumpsCode:} else if (splitted[0].equals("!event")) {
if (c.getPlayer().getClient().getChannelServer().eventOn == false) {
int mapid = getOptionalIntArg(splitted, 1, c.getPlayer().getMapId());
c.getPlayer().getClient().getChannelServer().eventOn = true;
c.getPlayer().getClient().getChannelServer().eventMap = mapid;
try {
c.getChannelServer().getWorldInterface().broadcastMessage(null, MaplePacketCreator.serverNotice(6, c.getChannel(), "[Event] The Event Has Started! Kill All The Coketumps!" Go to map + c.getMap() + "! Make sure you're in channel " + c.getChannel() + " !").getBytes());
} catch (RemoteException e) {
c.getChannelServer().reconnectWorld();
}
} else {
c.getPlayer().getClient().getChannelServer().eventOn = false;
try {
c.getChannelServer().getWorldInterface().broadcastMessage(null, MaplePacketCreator.serverNotice(6, c.getChannel(), "[Event] The event has ended. Thanks to all of those who participated.").getBytes());
} catch (RemoteException e) {
c.getChannelServer().reconnectWorld();
}
}
Code:else if (splitted[0].equals("!coketumps")) { // Command
for (int x = 0; x < 5; x++) { // total number: 5
MapleMonster nx = MapleLifeFactory.getMonster(9400202); // nx slime id is 9400202
c.getPlayer().getMap().spawnMonsterOnGroudBelow(nx, c.getPlayer().getPosition()); // spawn where you are standing
}
}
Drops:Spoiler:
Code:INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9500153, 4000038, 100000);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9500153, 5200002, 100000);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9500153, 5200001, 100000);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9500153, 5200000, 100000);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9500153, 1322013, 100000000000);
INSERT INTO monsterdrops
(`monsterid`, `itemid`, `chance`)
VALUES
(9500153, 1002140, 10000000000000000000);
http://blizzmax.com/wordpress/wp-con...odborka_22.jpg

