#514 bot customize command redesign / barber support

Otvorená
otvorené 1 rok pred užívateľom image · 0 komentárov
image okomentoval 1 rok pred

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;
Prihláste sa pre zapojenie do konverzácie.
Načítavanie...
Zrušiť
Uložiť
Zatiaľ neexistuje žiadny obsah.