리스창 몬스터킬
일팩 뜯어보면 왠만한건 다있어요 한번씩 뜯어보시길
확인해보니 잘되네요
C_Report
public static final int MONSTER_KILL = 0x2C;
case MONSTER_KILL:
pc.setMonsterKill(0);
break;
L1PcInstance
public int _monsterKill = 0;
public int getMonsterKill() {
return _monsterKill;
}
public void setMonsterKill(int i) {
_monsterKill = i;
sendPackets(new S_OwnCharStatus(this));
}
public void addMonsterKill(int i) {
_monsterKill += i;
sendPackets(new S_OwnCharStatus(this));
}
S_OwnCharStatus
writeC(pc.getResistance().getEarth());
writeD(pc.getMonsterKill());
calcExp
pc.addExp(add_exp);
pc.addMonsterKill(1);
[출처] 리스창 몬스터킬 (비공개 카페)

준희미니 님의 최근 댓글
rt 2021 05.25 ㄳ 2021 05.11 ㄳ 2021 05.11 rt 2021 05.09 rt 2021 04.25