Увеличить расстояние NextTarget

barao45

Интересующийся
Пользователь
Сообщения
19
Розыгрыши
0
Репутация
0
Реакции
0
Баллы
333
Привет, как дела?. Я хотел спросить вас, как я могу отредактировать клиент и/или ядро, чтобы следующая цель была на большем расстоянии? Я тестирую, но расстояние слишком мало для выбора персонажей или мобов.
 
1. Find the corresponding packet in the core. In my case it is RequestAction() with packet id `0x56`.
2. You open the Java file and you search for the function which handles the action requests by ID. It is most often under a switch.
3. Then you search for the ID of the Action you want to edit. In this case it is either 4 or 7 and 91? and 93. (I'm not sure if the 91 ID is correct)
4. There you will either be sent to a different method that will be doing the calculations, or the calculations will be directly within the case clause and you edit from there.
 
расстояние некста ж давно уже в самом клиенте захардено
 

Похожие темы

Назад
Сверху Снизу