(퍼옴)[린올] 몬스터 홈포인트로 귀환 제거
버그는 아니고 소스가 적용되어있더라구요.
위치 :L1NpcInstance.java
검색 : 몬스터Teleport
public void 몬스터Teleport() {
int lvl = this.getLevel();
if (lvl > 50) {// 50레벨이상몬스터만적용
if (this instanceof L1MonsterInstance) {
if (getLocation().getTileLineDistance(new Point(getHomeX(), getHomeY())) > 30) {
teleport(getHomeX(), getHomeY(), getHeading());
50레벨 이상 몬스터의 경우 30칸 이동시 홈포인트로 돌아간다라는 소스네요.
해당 소스 제거하시면 되겠네요. 저는 법사 몹몰이가 불가한 문제때문에 주석처리했습니다.
위치 :L1NpcInstance.java
검색 : 몬스터Teleport
public void 몬스터Teleport() {
int lvl = this.getLevel();
if (lvl > 50) {// 50레벨이상몬스터만적용
if (this instanceof L1MonsterInstance) {
if (getLocation().getTileLineDistance(new Point(getHomeX(), getHomeY())) > 30) {
teleport(getHomeX(), getHomeY(), getHeading());
50레벨 이상 몬스터의 경우 30칸 이동시 홈포인트로 돌아간다라는 소스네요.
해당 소스 제거하시면 되겠네요. 저는 법사 몹몰이가 불가한 문제때문에 주석처리했습니다.

단올아빠 님의 최근 댓글
감사합니딘 2024 04.26 감사합니다 2024 04.26 어그래. 부자되세요 2023 01.02 에휴. 진짜 욕나오지마 내입이 드러워질까봐 참는다 포인트로 부자나되라 2023 01.02 빨리지우세요 다른사람들도 생각좀해주세요 2023 01.02