게임강의
리니지 분류

리니지2 이클립스-공속마속 수정

컨텐츠 정보

본문

이클립스 쓰실 줄 아는분은 쓰세요.
 

L2캐릭터.java 에 있습니다.

 

 public final int getMAtkSpd()
 {
  double val = calcStat(Stats.MAGIC_ATTACK_SPEED, _template.baseMAtkSpd, null, null);

  val /= getArmourExpertisePenalty();
  if (val > 840){val = 840;}//마속 강제 변경 --------------------------------------------------------------------------
 
  return (int)val;
 }

 /**
  * Return the PAtk Speed (base+modifier) of the L2Character in function of the Armour Expertise Penalty.<BR><BR>
  */
 public final int getPAtkSpd()
 {
  double val = calcStat(Stats.POWER_ATTACK_SPEED, _template.basePAtkSpd, null, null);

  val /= getArmourExpertisePenalty();
  if (val > 840){val = 840;}//공속 강제 변경 --------------------------------------------------------------------------

  return (int)val;
 }

 

이렇게 변경 해 줍니다.

840 넘어가면 칼질이 안보이는 관계로 840넘기면 강제 고정입니다.

스킬데이터를 수정하는것보다 이게 나을것입니다.

스킬xml은 자주 업댓되고 고인첸된 무기에따라 마력이 올라가니 일정한 공속을 내지 않는 관계로...

관련자료

댓글 0
등록된 댓글이 없습니다.
전체 484 / 1 페이지
번호
제목
이름

강의실

🏆 포인트 랭킹 TOP 10
순위 닉네임 포인트
1 no_profile 타키야겐지쪽지보내기 자기소개 아이디로 검색 전체게시물 91,144
2 no_profile 라프텔쪽지보내기 자기소개 아이디로 검색 전체게시물 51,320
3 no_profile 동가리쪽지보내기 자기소개 아이디로 검색 전체게시물 49,630
4 서번트쪽지보내기 자기소개 아이디로 검색 전체게시물 36,011
5 no_profile 불멸의행복쪽지보내기 자기소개 아이디로 검색 전체게시물 31,232
6 no_profile 보거스쪽지보내기 자기소개 아이디로 검색 전체게시물 30,118
7 no_profile 검은고양이쪽지보내기 자기소개 아이디로 검색 전체게시물 29,873
8 no_profile 닥터스쪽지보내기 자기소개 아이디로 검색 전체게시물 29,010
9 no_profile Revolution쪽지보내기 자기소개 아이디로 검색 전체게시물 28,199
10 no_profile 호롤롤로쪽지보내기 자기소개 아이디로 검색 전체게시물 16,580
알림 0