게임강의
메이플스토리 분류

메이플스토리 테트라, 리튬기반 몹정지 해결법

컨텐츠 정보

본문

[출처: Gamezone]
작성자: 작성자 없음


 



 



 



 


1024x768로 해상도를 바꿔버리면 문제점이 발생한다.


GameConstants.java로 들어가서 maxViewRangeSq를 검색하자.

그럼


public static int maxViewRangeSq() {

        return 1000000; // 1024 * 768

    }

이게나온다.

public static double maxViewRangeSq() {

        return Double.POSITIVE_INFINITY;

    }

바꿔주자.

그러고 나면 MapleMobObject.java에서 빨간불이 켜진다.


public int getRange() {

 return GameConstants.maxViewRangeSq();

    }

여기서 불이나는데


public double getRange() {

 return GameConstants.maxViewRangeSq();

    }

로 바꿔주자. 그럼 끝난다.

관련자료

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

강의실

🏆 포인트 랭킹 TOP 10
순위 닉네임 포인트
1 no_profile 타키야겐지쪽지보내기 자기소개 아이디로 검색 전체게시물 147,761
2 no_profile 보거스쪽지보내기 자기소개 아이디로 검색 전체게시물 124,672
3 no_profile 불멸의행복쪽지보내기 자기소개 아이디로 검색 전체게시물 102,615
4 no_profile 검은고양이쪽지보내기 자기소개 아이디로 검색 전체게시물 93,811
5 서번트쪽지보내기 자기소개 아이디로 검색 전체게시물 78,060
6 no_profile 동가리쪽지보내기 자기소개 아이디로 검색 전체게시물 63,394
7 no_profile Gatchaman쪽지보내기 자기소개 아이디로 검색 전체게시물 60,778
8 no_profile 개굴개굴쪽지보내기 자기소개 아이디로 검색 전체게시물 55,933
9 no_profile 라프텔쪽지보내기 자기소개 아이디로 검색 전체게시물 52,921
10 no_profile 하늘아리쪽지보내기 자기소개 아이디로 검색 전체게시물 46,154
알림 0