[DiscordArchive] Anyone know where I can find the patched wow.ex...
[DiscordArchive] Anyone know where I can find the patched wow.ex...
Archived author: Needle • Posted: 2025-02-06T07:06:49.409000+00:00
Original source
Archived author: Needle • Posted: 2025-02-06T07:06:49.925000+00:00
Original source
Thread automatically created by Vallon in <#415944535718494208>
Archived author: A2 • Posted: 2025-02-06T09:02:07.020000+00:00
Original source
Edit your binary manually rewrite hex bytes
Archived author: A2 • Posted: 2025-02-06T09:03:02.301000+00:00
Original source
```C++
// Load Local Files
char LoadLocal[7] = {0x90, 0x90, 0x90, 0x90, 0x90, 0x6A, 0xFF};
WriteBytes(LoadLocal, 0x1F2A, 7);
```
Archived author: Vallon • Posted: 2025-02-06T09:17:16.546000+00:00
Original source
How do I do that?
Archived author: A2 • Posted: 2025-02-06T09:17:36.910000+00:00
Original source
<:010Editor:972133436523421767>
Archived author: Vallon • Posted: 2025-02-06T09:25:33.801000+00:00
Original source
Worked great, thanks very much
Archived author: A2 • Posted: 2025-02-06T09:34:52.313000+00:00
Original source
<:TechOK:685970744408277196>
Archived author: Vallon • Posted: 2025-02-06T09:47:09.570000+00:00
Original source
For anyone looking to do some wow.exe editing in the future, here's a patcher I found: <https://www.wowmodding.net/files/file/283-wow-335-patcher-custom-item-fix/>