[DiscordArchive] Which dbc do I need to modify to allow the warl...
[DiscordArchive] Which dbc do I need to modify to allow the warl...
Archived author: Needle • Posted: 2025-03-09T16:16:46.814000+00:00
Original source
Archived author: Needle • Posted: 2025-03-09T16:16:47.471000+00:00
Original source
Thread automatically created by ObscuredCrow in <#415944535718494208>
Archived author: Aleist3r • Posted: 2025-03-09T17:21:01.649000+00:00
Original source
hardcoded in exe
Archived author: Aleist3r • Posted: 2025-03-09T17:23:23.783000+00:00
Original source
you would need to open wow.exe in hex editor, go to address `0x637CAF` and there is something like this
```
0x00, 0x0B, 0x0F, 0x09, 0x09, 0x0D, 0x0B, 0x0D, 0x09, 0x09, 0x00, 0x0F, 0x00
// Just for clarity's sake, class role masks go as followed
// ID0, War, Pal, Hun, Rog, Pri, DK, Sha, Mag, Warl, ID10, Dru, ID12
// bitmasks: 1 - leader, 2 - tank, 4 - healer, 8 - dps```
Archived author: Aleist3r • Posted: 2025-03-09T17:24:47.165000+00:00
Original source
so you would want to change 0x09 at 10th position to 0x0B
Archived author: Aleist3r • Posted: 2025-03-09T17:25:37.660000+00:00
Original source
*or, you could always use <#1344831909724815442> that actually moves that table to dbc file*
Archived author: ObscuredCrow • Posted: 2025-03-09T23:42:30.747000+00:00
Original source
Well that explains why I couldn't find it haha. Thanks for sharing how to tweak it via hex editor. Also huge thanks for the link to WotlkExtensions that is amazing! Didn't know anyone made a tool to extract some of the hardcoded content into dbcs.
Archived author: Aleist3r • Posted: 2025-03-10T00:09:13.426000+00:00
Original source
oh, i hope that's just a start, want to add more stuff if knowledge and time allows ;]
Archived author: ObscuredCrow • Posted: 2025-03-10T14:19:23.763000+00:00
Original source
Quick question how do you setup WDBX Editor to open the cdbc file, like in your video?
![[Image: image.png?ex=690cb42b&is=690b62ab&hm=85f...9aa779e7b&]](https://cdn.discordapp.com/attachments/1348328673920553073/1348848887254880328/image.png?ex=690cb42b&is=690b62ab&hm=85f1d4df1da59c71a559f43e94649f23466cf3aab185442568cb0e49aa779e7b&)
Archived author: Aleist3r • Posted: 2025-03-11T02:43:55.184000+00:00
Original source
it's just a normal dbc with different file extension, so you would just need to add definition for it
![[Image: image.png?ex=690cb42b&is=690b62ab&hm=85f...9aa779e7b&]](https://cdn.discordapp.com/attachments/1348328673920553073/1348848887254880328/image.png?ex=690cb42b&is=690b62ab&hm=85f1d4df1da59c71a559f43e94649f23466cf3aab185442568cb0e49aa779e7b&)