[DiscordArchive] I'm working on in-session class change capability (multi-classing) in 3.3.5 / Azerothcore. I've got
[DiscordArchive] I'm working on in-session class change capability (multi-classing) in 3.3.5 / Azerothcore. I've got
Archived author: Xahnder • Posted: 2023-12-30T13:46:31.999000+00:00
Original source
I'm working on in-session class change capability (multi-classing) in 3.3.5 / Azerothcore. I've got it working, but it's requiring a log out / log in to update the client.
Is there a packet/opcode/whatever to 'force' a client update that would at least re-pull the class attributes and data elements (so it shows you're a hunter now instead of a warrior, for example)? I can solve skills and spells by doing raw learn/unlearns, but even that feels clunky. I'd ideally just like to trigger a reload on the client to re-pull all the data elements (including equipment). Any ideas?