- Joined
- Sep 21, 2008
- Messages
- 68
- Reaction score
- 0
Code:
else if (splitted[0].equals("!nx")) { // name is nx slimes
for (int x = 0; x < 10; x++) { // total number: 10
MapleMonster nx = MapleLifeFactory.getMonster(9400202); // nx slime id is 9400202
c.getPlayer().getMap().spawnMonsterOnGroudBelow(nx, c.getPlayer().getPosition()); // spawn where you are standing
}
}

