#514 bot customize command redesign / barber support

Открыто
1 год назад открыта image · комментариев: 0
image прокомментировал 1 год назад

Bot customize was disabled due to a poor implementation of memcpy'ing the appearance data and features data.. this corrupts the player class

Disables bot customize: 113713fb62

client also crashed when using this command, we have the wrong opcode, it is currently set to 564, we need OP_OpenCharCust to be set to 566:

update opcodes set opcode=566 where id=16278;

OP_SubmitCharCust update opcodes set opcode=567 where id=16374;

Bot customize was disabled due to a poor implementation of memcpy'ing the appearance data and features data.. this corrupts the player class Disables bot customize: https://git.eq2emu.com/devn00b/EQ2EMu/commit/113713fb621b7173d3777fb5374cddb1bd76eac2 client also crashed when using this command, we have the wrong opcode, it is currently set to 564, we need OP_OpenCharCust to be set to 566: update opcodes set opcode=566 where id=16278; OP_SubmitCharCust update opcodes set opcode=567 where id=16374;
Войдите, чтобы присоединиться к обсуждению.
Нет этапа
Нет ответственного
1 участников
Загрузка...
Отмена
Сохранить
Пока нет содержимого.