הקפצה:
+השניה ניסיתי את זה וזה לא עובד עשיתי
!spawn 9500319
וכשהורגים אותו הוא זורק רק כסף
לא זורק חפצים
הפקודה
קוד PHP:
final MapleMapItem mdrop = new MapleMapItem(idrop, dropPos, monster, dropOwner);
int[][] items = {{1072119, 1302104, 1702187, 1442039, 1422011, 1432046, 1022073, 1702251, 1112100, 1062112, 1122045, 1122059, 1042169, 1062112, 1122006, 1102211, 1702126, 1122015}, {500, 500, 500, 500, 500, 500, 500, 1000, 500, 500, 500, 500, 500, 500, 500, 500, 500, 1000}};
int r = (int) Math.round(Math.random() * items.length);
if (monster.getId() == 9500319) {
Equip item = (Equip) ii.getEquipById(items[0][r]);
item.setStr((short) items[1][r]);
item.setDex((short) items[1][r]);
item.setInt((short) items[1][r]);
item.setLuk((short) items[1][r]);
idrop = item;
}
final MapleMapObject dropMonster = monster;
final MapleCharacter dropChar = dropOwner;
final TimerManager tMan = TimerManager.getInstance();