[DiscordArchive] How can I make the custom race able to score du...
[DiscordArchive] How can I make the custom race able to score du...
Archived author: Needle • Posted: 2025-08-19T19:23:38.624000+00:00
Original source
Archived author: Needle • Posted: 2025-08-19T19:23:39.600000+00:00
Original source
Thread automatically created by Overlord in <#415944535718494208>
Archived author: stoneharry • Posted: 2025-08-19T19:44:53.414000+00:00
Original source
ts-wow has a patching tool for this I believe
Archived author: stoneharry • Posted: 2025-08-19T19:45:14.170000+00:00
Original source
The role tables are hardcoded in the client
Archived author: stoneharry • Posted: 2025-08-19T19:45:50.362000+00:00
Original source
e.g: to allow all classes to queue any role, set: `00A394BB = 0F`
Archived author: Overlord • Posted: 2025-08-19T19:50:08.663000+00:00
Original source
In what document would I have to put that?
Archived author: stoneharry • Posted: 2025-08-19T19:52:41.136000+00:00
Original source
it's a binary edit
Archived author: stoneharry • Posted: 2025-08-19T19:52:46.374000+00:00
Original source
on the wow.exe
Archived author: Overlord • Posted: 2025-08-19T19:55:52.719000+00:00
Original source
Do you know the name of the tool to download it?
Archived author: stoneharry • Posted: 2025-08-19T19:56:50.412000+00:00
Original source
https://github.com/robinsch/WoWFix335/bl...r.cpp#L110 you can modify a program like this to do it for you.
[Embed: WoWFix335/Patcher/Patcher.cpp at master · robinsch/WoWFix335]
binary patcher to various issues in World of Warcraft 3.3.5 client version - robinsch/WoWFix335
https://github.com/robinsch/WoWFix335/bl...atcher.cpp