[DiscordArchive] does the MySQL work bench install the MySQL stuff to or just the work bench?
[DiscordArchive] does the MySQL work bench install the MySQL stuff to or just the work bench?
Archived author: Blind Worship • Posted: 2025-11-02T20:47:00.095000+00:00
Original source
does the MySQL work bench install the MySQL stuff to or just the work bench?
Archived author: Ugdhar • Posted: 2025-11-02T21:02:26.611000+00:00
Original source
Fairly sure just the workbench
Archived author: Tosty • Posted: 2025-11-03T07:59:01.482000+00:00
Original source
So, I implemented SMSG_LOAD_EQUIPMENT_SET and this didn't do the trick. Thanks for the hint though, seemed like it could be a relevant packet. I think I'll just have to trial and error a bit with some other packets. Disabling packets on the trinitycore will be a bit more work since I used my installment actively played on
Archived author: chipzz • Posted: 2025-11-03T08:39:53.434000+00:00
Original source
That's because equipment sets are not the same concept as what you have currently equipped, they're different things
Archived author: chipzz • Posted: 2025-11-03T08:41:46.569000+00:00
Original source
Equipment sets are what the equipment manager uses; ie *SETS* of gear you can easily equip (so you can switch between tanking and DPS for example)
Archived author: chipzz • Posted: 2025-11-03T08:43:46.785000+00:00
Original source
I think the terminology you're looking for is "Inventory"
Archived author: Tosty • Posted: 2025-11-03T10:06:26.260000+00:00
Original source
Thanks for the clarification, in principle I knew that already though. It wouldn't have surprised me if the client wants to know about equipment sets to display gear neither..
Since the client is such a blackbox for me, it is difficult to determine what I am missing right now
Archived author: chipzz • Posted: 2025-11-03T10:07:28.575000+00:00
Original source
How is the client a black box? You can easily extract the entire XML/ Lua source, and use /fstack
Archived author: Tosty • Posted: 2025-11-03T10:07:32.818000+00:00
Original source
And since, from what I can tell, I'm sending the same amount of information as a default TC server, I figure it's gotta be another packet I'm missing