[release] new command

🚫
Exiled
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
            }
        }

:thumbup::thumbup:
 
i will makes bettr comnd!one!
in LOLCODE


IM IN YR LOOP UPPIN YR VAR TIL BOTHSAEM VAR AN 10
VISIBLE MONSTER NX = HAIMONSTER 9400202
PUTGROUND NX WHERE I IZ STANDING
IM OUTTA YR LOOP
 
Back