파티존.js
if (getParty() != null && getMapId() == 맵코드) {
gain = (int) (getParty().getMembers().size() > 1 ? gain * 0.2 : 0);
}

if (getParty() != null && getMapId() == 맵코드) {
gain = (int) (getParty().getMembers().size() > 1 ? gain * 0.2 : 0);
}

박인성 님의 최근 댓글