명령어 이동 사용시 딜레이로딩바 없이 이동하기
우선 gameserver - data - scripts - system - handlers - admincommands - goto.java 를 보시면
if(params[0].equals("포에타") && (stRace.equals("ELYOS") || admin.getAccessLevel() > 0))
{
TeleportService.teleportTo(admin, WorldMapType.POETA.getId(), 806, 1242, 119, CustomConfig.UNSTUCK_DELAY);
PacketSendUtility.sendMessage(admin, "포에타로 이동을 시작합니다.");
}
else if(params[0].equals("베르테론") && (stRace.equals("ELYOS") || admin.getAccessLevel() > 0))
{
TeleportService.teleportTo(admin, WorldMapType.VERTERON.getId(), 1643, 1500, 119, CustomConfig.UNSTUCK_DELAY);
PacketSendUtility.sendMessage(admin, "베르테론으로 이동을 시작합니다.");
}
.
.
.
이런식으로 이동 지점이 각각 등록되어 있을겁니다. 요기서 붉은색으로 되어 있는 부분을
TeleportService.teleportTo(admin, WorldMapType.VERTERON.getId(), 1643, 1500, 119, CustomConfig.UNSTUCK_DELAY);
TeleportService.teleportTo(admin, WorldMapType.VERTERON.getId(), 1643, 1500, 119, 0);
요렇게 변경을 하시면 로딩바(delay)없이 이동을 하게 됩니다. ^^

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