#514 bot customize command redesign / barber support

开启中
image1 年之前创建 · 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;
登录 并参与到对话中。
正在加载...
取消
保存
这个人很懒,什么都没留下。