몬스터처치시 캐시획득
MapleMap.Java
dropFromMonster(drop, monster, instanced);
}
검색
if (Math.floor(Math.random() * 50) <= 1 && monster.getStats().getLevel() >= 0) {
final int rand = ((short) (Math.random() * 500));
chr.modifyCSPoints(3, rand, true);
}
위 코드를 넣어주세요
완성본
dropFromMonster(drop, monster, instanced);
}
if (Math.floor(Math.random() * 50) <= 1 && monster.getStats().getLevel() >= 0) {
final int rand = ((short) (Math.random() * 500));
chr.modifyCSPoints(3, rand, true);
}
}

cksals33 님의 최근 댓글
감사용 2017 04.03