Convert reactor scripts to Graal
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
* [x]shows animation,
|
||||
* [x]makes stirges and stuff appear
|
||||
*/
|
||||
importPackage(Packages.tools);
|
||||
|
||||
function act() {
|
||||
const MaplePacketCreator = Java.type('tools.MaplePacketCreator');
|
||||
rm.spawnMonster(9300061, 1, 0, 0); // (0, 0) is temp position
|
||||
rm.getClient().getMap().startMapEffect("Protect the Moon Bunny that's pounding the mill, and gather up 10 Moon Bunny's Rice Cakes!", 5120016, 7000);
|
||||
rm.getClient().getMap().broadcastMessage(MaplePacketCreator.bunnyPacket()); // Protect the Moon Bunny!
|
||||
|
||||
Reference in New Issue
Block a user