경험치 지급단 소스
else if(((L1NpcInstance)obj).getNpcTemplate().get_npcid()==81339) //엔피씨는 서버에맞게
{
if(s.equalsIgnoreCase("0"))
if(pc.getLevel() <=70)
if(pc.getExp()<777238078)
{
pc.setExp(27905481);
pc.sendPackets(new S_OwnCharStatus(pc));
pc.sendPackets(new S_SystemMessage("경험치를 지급받으셨습니다."));
pc.save();
htmlid="expgive1"; //안되면 expgive 로
}
else
htmlid = "expgive3";
}
출처 : 토토로

헬레리뇨 님의 최근 댓글
수고많으셨습니다. 좋은자료 잘 받아가요^^ 2016 08.09