This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Leroy

Pages: [1]
1
hm... I recently changed sleep timer to lower value. When timer was set to 1 second , downloading was really slow, so I changed it .. then it was faster , but only part of patch was downloaded. Can it cause a problem ?

EDIT:// I set timer to default (1sec) still not working , so I am gonna try modify WoW.exe

I have modified wow.exe , still not working ... my WoW is not installed , it´s only portable , so maybe it can´t find path to my Data folder.

2
Okay, so authserver has found new patches , I have commented line
{12340, 3, 3, 5, 'a'},
from
RealmBuildInfo const PostBcAcceptedClientBuilds[] ...

so it looks now

    static RealmBuildInfo const PostBcAcceptedClientBuilds[] =
    {
    //{12340, 3, 3, 5, 'a'},
        {0,     0, 0, 0, ' '}                                   // terminator
    };


When I log in,  downloading starts , but then it shows message box "Patch Required, press the restart button below to exit World of Warcraft and download the patch."  When I click on restart button it shows message box "Failed to apply patch..." , after restart game still not working.

Output in console:

Client with version 12340 and locale enUS (53556e65) looking for patch.
Client with version 12340 and locale enUS (53556e65) looking for patch.
Patch: ../var/patches/12340-enUS.mpq
PatcherRunnable::run(): 0 -> 65580
patcher done.

3
Thank you , it works now ... but I have a  two questions.  The first one is Where should I setup a path to custom patch. (Core ? in define ?) and The second one is What syntax shoud have the name of patch file.

I am using Linux (debian) , compilation of core was succesfull.  I have folder "patches" in my "bin"(where i have authserver and worldserver) folder and there I have custom patch (Patch-x.mpq ..I have tried 12340-enUS.mpq too), but when I log in nothing happens. I have modified wow.exe too. In the auth console is only  "Entering _HandleLogonProof".

4
The newest patch for trinitycore is not working for me. I think that code of trinitycore has recently changed.
Some files of trinitycore can´t be patched. (Main.cpp , AuthSocket.cpp, AuthCodes.cpp)    :cry:  (I have the newest trinitycore).

Pages: [1]