마법사_에볼
-메디브-
시험이 끝나가는군요
마법 과 몬스터 본섭화를 생각한다고 시험을 망친것같습니다
본섭은 초보를 위한다고 언제부터인가 마법사 케릭터 생성시 에너지 볼트를 배워서 나옵니다
초반에 하자섭같은경우 돌아다니는 팩인경우 몹들이 강력합니다 마법사로 상아탑세트로
업을하기가 힘들더군요
그럼 이제 우리도 편하게 에볼로 렙업을 할수있게 해봐야겠죠
ClientThread.java 찾아서 주석 밑에 if문장을 넣어주시면되니다
참고로 기사 다엘 요정 군주는 확인안해봤습니다 타입이 달라서 생성시 에볼이 없을껍니다
퍼가실땐 아이디도 함께
private void storeSkills(L1PcInstance cha){
DataOutputStream out = null;
String test = null;
try{
//-- 파일생성
out = new DataOutputStream(new FileOutputStream("DB/"+_loginName+"/스킬/"+cha.get_name()+".psjump"));
out.write("#----------------------------------------------------------#\r\n".getBytes());
out.write("# 순번;스킬아이디 #\r\n".getBytes());
out.write("#----------------------------------------------------------#\r\n".getBytes());
out.write("# 케릭터 스킬 정보 리스트 입니다..... #\r\n".getBytes());
out.write("# By Psjump 2007. 1. 13 #\r\n".getBytes());
out.write("#----------------------------------------------------------#\r\n".getBytes());
out.write("\r\n\r\n".getBytes());
//이부분이 아마 창고 정보 리스트라고 적혀있을겁니다
if(cha.get_type() == 3 && cha.get_exp() == 0) {//에너치볼트 케릭생성시 배우기
out.write("1;4\r\n".getBytes());
cha.set_exp(1);
storeChar(cha); // 케릭 저장
}
for(int i=0;i<cha.get_csl().get_size();++i){
test = (i+1)+";";
out.write(test.getBytes());
test = cha.get_csl().getSkill(i).get_skillid()+"\r\n";
out.write(test.getBytes());
}
}catch (Exception e){
_log.warning("could not store inventory:"+e);
e.printStackTrace();
}finally{
try{
out.close();
}catch (Exception e1){
}
}
}
출처=커뮤니티

김닉넴 님의 최근 댓글
클라는 있나요? 2023 04.29 클라 있나요? 2023 03.23 감사합니다 2016 06.06 ㄳ합니다 2016 06.05 ㄳ합니다 2016 06.05