(퍼옴)[린올] 몬스터 홈포인트로 귀환 제거
버그는 아니고 소스가 적용되어있더라구요.
위치 :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 감사합니다 2021 07.02 한번봐야겠네요 2021 04.08 증복입니다 린올팩 2021 02.03