#514 bot customize command redesign / barber support

Open
opened 1 year ago by image · 0 comments
image commented 1 year ago

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;
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.