Jump to content

madmax

Community Manager
  • Posts

    2033
  • Joined

  • Last visited

  • Days Won

    71
  • Donations

    0.00 GBP 

Everything posted by madmax

  1. The "SET GLOBAL" variables used in the .sql update scripts were working prior to 5.5 but MySQL has made a change that they now need to be set in My.cnf This has been tested and verified by both myself and @H0zen. Making this entry so we can get a push at getting this changed or whatever changes are needed. It should be noted that only one .sql file in all of the updates actually need these lines added and I feel they are being overused. SET GLOBAL Statements SET GLOBAL net_read_timeout=30; SET GLOBAL net_write_timeout=60; SET GLOBAL net_buffer_length=1000000; SET GLOBAL max_allowed_packet=1000000000; SET GLOBAL connect_timeout=10000000; MariaDB This issue is very obvious on MariaDB since it actually rejects the SET GLOBAL (i can only hope MySQL implement this). MariaDB sends back an error and fails the script from running any further. MySQL silently fails and continues to run the script. Currently to get updates to apply to MairaDB based server you have to remove the lines entirely from the top of the .sql files. My Recommendation: For updates that need the variables added we should add a special update step that forces the user to either make the change in My.cnf or enter the changes in the server console which would stay in effect until the server is restarted. A simple step in the scripts that need these settings to check what the server value is, is what we really need. Now awaiting feedback of other developers and @antz
  2. Version 2.4.3 8606

    101 downloads

    2.4.3 These patches are for the Mac OSX client. Patch Notes Patches 2.4.2 to 2.4.3 Once on the mega site just right-click and download the patches you need Contains: WoW-2.4.2.8278-to-2.4.3.8606-deDE-patch.zip WoW-2.4.2.8278-to-2.4.3.8606-enGB-patch.zip WoW-2.4.2.8278-to-2.4.3.8606-enUS-patch.zip WoW-2.4.2.8278-to-2.4.3.8606-esES-patch.zip WoW-2.4.2.8278-to-2.4.3.8606-frFR-patch.zip WoW-2.4.2.8278-to-2.4.3.8606-koKR-patch.zip WoW-2.4.2.8278-to-2.4.3.8606-ruRU-patch.zip
  3. Version 2.4.2 8209

    52 downloads

    2.4.2 These patches are for the Mac OSX client. Patch Notes Patches 2.0.x to 2.4.2 Once on the mega site just right-click and download the patches you need Contains: WoW-2.4.2-deDE-patch.zip
  4. Version 2.4.1 8125

    54 downloads

    2.4.1 These patches are for the Mac OSX client. Patch Notes Patches 2.4.0 to 2.4.1 Once on the mega site just right-click and download the patches you need Contains: WoW-2.4.0.8089-to-2.4.1.8125-enGB-patch.zip WoW-2.4.0.8089-to-2.4.1.8125-enUS-patch.zip WoW-2.4.0.8089-to-2.4.1.8125-esES-patch.zip WoW-2.4.0.8089-to-2.4.1.8125-frFR-patch.zip WoW-2.4.0.8089-to-2.4.1.8125-koKR-patch.zip
  5. Version 2.4.0 8089

    40 downloads

    2.4.0 Fury of the Sunwell These patches are for the Mac OSX client. Patches 2.0.x to 2.4.0 Once on the mega site just right-click and download the patches you need Contains: WoW-2.4.0-enGB-patch.zip WoW-2.4.0-enUS-patch.zip WoW-2.4.0-esES-patch.zip WoW-2.4.0-frFR-patch.zip
  6. Version 2.4.0 8089

    11 downloads

    2.4.0 These patches are for the Mac OSX client. Patch Notes Patches 2.3.3 to 2.4.0 Once on the mega site just right-click and download the patches you need Contains: WoW-2.3.3.7799-to-2.4.0.8089-koKR-patch.zip
  7. Version 2.3.3 7799

    13 downloads

    2.3.3 These patches are for the Mac OSX client. Patch Notes Patches 2.3.2 to 2.3.3 Once on the mega site just right-click and download the patches you need Contains: WoW-2.3.2.7741-to-2.3.3.7799-koKR-patch.zip
  8. Version 2.3.2 7741

    11 downloads

    2.3.2 These patches are for the Mac OSX client. Patch Notes Patches 2.3.0 to 2.3.2 Once on the mega site just right-click and download the patches you need Contains: WoW-2.3.0.7561-to-2.3.2.7741-koKR-patch.zip
  9. Version 2.3.0 7561

    14 downloads

    These patches are for the Mac OSX client. Once on the mega site right-click and download the patch you need. Download page contains: WoW-2.3.0-koKR-patch.zip
  10. Version 1.12.x

    180 downloads

    These patches are for the Mac OSX client. Once on the mega site right-click and download the patch you need. Download page contains: WoW-1.12.0-deDE-patch.zip WoW-1.12.0-enGB-patch.zip WoW-1.12.0.5595-to-1.12.1.5875-enGB-patch.zip WoW-1.12.0-enUS-patch.zip WoW-1.12.0.5595-to-1.12.1.5875-enUS-patch.zip WoW-1.12.0-frFR-patch.zip
  11. Currently users are reporting that they are getting kicked by warden with reason "Exceeded warden response delay". Warden commit: https://github.com/mangoszero/server/commit/1ff6c40b0d95e21ba220158eb010dc310fb85d8b
  12. Version 0.21.GitHub

    6354 downloads

    Mangos Zero Server with playerbots For: World of Warcraft Classic Install Guides: https://www.getmangos.eu/wiki/documentation/installation-guides/ Status: Playable Support client versions: 1.12.1 (build 5875),1.12.2 (build 6005) and 1.12.3 (build 6141) MangosZero-Serverx86.zip (32 bit) MangosZero-Serverx64.zip (64 bit) Built in Scripts (SD3 & Eluna) Playerbot Allows players to spawn bots to group up and play with them. Settings for this are in aiplayerbot.conf.dist This can be enabled or disabled in the config file Map Extractors Realm, World & Character databases Authentication Realm-Daemon server (realmd) Mangos-Daemon world server (Mangosd) Requirements: C++ Redistributable for Visual Studio 2015 (Included in .zip)
  13. Version 3.3.5a 12340

    1246 downloads

    3.3.5a Patch Notes Patches 3.3.5 to 3.3.5a Once on the mega site just right-click and download the patches you need Contains: WoW-3.3.5.12213-to-3.3.5.12340-deDE-patch.exe WoW-3.3.5.12213-to-3.3.5.12340-enGB-patch.exe WoW-3.3.5.12213-to-3.3.5.12340-enUS-patch.exe WoW-3.3.5.12213-to-3.3.5.12340-esES-patch.exe WoW-3.3.5.12213-to-3.3.5.12340-esMX-patch.exe WoW-3.3.5.12213-to-3.3.5.12340-frFR-patch.exe WoW-3.3.5.12213-to-3.3.5.12340-ruRU-patch.exe
  14. Version 3.3.5 12213

    454 downloads

    3.3.5 Patch Notes Patches 3.3.3a to 3.3.5 Once on the mega site just right-click and download the patches you need Contains: WoW-3.3.3.11723-to-3.3.5.12213-deDE-patch.exe WoW-3.3.3.11723-to-3.3.5.12213-enGB-patch.exe WoW-3.3.3.11723-to-3.3.5.12213-enUS-patch.exe WoW-3.3.3.11723-to-3.3.5.12213-esES-patch.exe WoW-3.3.3.11723-to-3.3.5.12213-esMX-patch.exe WoW-3.3.3.11723-to-3.3.5.12213-frFR-patch.exe WoW-3.3.3.11723-to-3.3.5.12213-ruRU-patch.exe
  15. Version 3.3.3a 11723

    378 downloads

    3.3.3a Patch Notes Patches 3.3.3 to 3.3.3a Once on the mega site just right-click and download the patches you need Contains: WoW-3.3.3.11685-to-3.3.3.11723-deDE-patch.exe WoW-3.3.3.11685-to-3.3.3.11723-enGB-patch.exe WoW-3.3.3.11685-to-3.3.3.11723-enUS-patch.exe WoW-3.3.3.11685-to-3.3.3.11723-esES-patch.exe WoW-3.3.3.11685-to-3.3.3.11723-esMX-patch.exe WoW-3.3.3.11685-to-3.3.3.11723-frFR-patch.exe WoW-3.3.3.11685-to-3.3.3.11723-ruRU-patch.exe
  16. Version 3.3.3 11685

    403 downloads

    3.3.3 Patch Notes Patches 3.3.2 to 3.3.3 Once on the mega site just right-click and download the patches you need Contains: WoW-3.3.2.11403-to-3.3.3.11685-deDE-patch.exe WoW-3.3.2.11403-to-3.3.3.11685-enGB-patch.exe WoW-3.3.2.11403-to-3.3.3.11685-enUS-patch.exe WoW-3.3.2.11403-to-3.3.3.11685-esES-patch.exe WoW-3.3.2.11403-to-3.3.3.11685-esMX-patch.exe WoW-3.3.2.11403-to-3.3.3.11685-frFR-patch.exe WoW-3.3.2.11403-to-3.3.3.11685-koKR-patch.exe WoW-3.3.2.11403-to-3.3.3.11685-ruRU-patch.exe WoW-3.3.2.11403-to-3.3.3.11685-zhTW-patch.exe
  17. Version 3.3.2 11403

    342 downloads

    3.3.2 Patch Notes Patches 3.3.0a to 3.3.2 Once on the mega site just right-click and download the patches you need Contains: WoW-3.3.0.11159-to-3.3.2.11403-deDE-patch.exe WoW-3.3.0.11159-to-3.3.2.11403-enGB-patch.exe WoW-3.3.0.11159-to-3.3.2.11403-enUS-patch.exe WoW-3.3.0.11159-to-3.3.2.11403-esES-patch.exe WoW-3.3.0.11159-to-3.3.2.11403-esMX-patch.exe WoW-3.3.0.11159-to-3.3.2.11403-frFR-patch.exe WoW-3.3.0.11159-to-3.3.2.11403-ruRU-patch.exe
  18. Version 3.3.0a 11159

    336 downloads

    3.3.0a Patch Notes Patches 3.3.0 to 3.3.0a Once on the mega site just right-click and download the patches you need Contains: WoW-3.3.0.10958-to-3.3.0.11159-deDE-patch.exe WoW-3.3.0.10958-to-3.3.0.11159-enGB-patch.exe WoW-3.3.0.10958-to-3.3.0.11159-enUS-patch.exe WoW-3.3.0.10958-to-3.3.0.11159-esES-patch.exe WoW-3.3.0.10958-to-3.3.0.11159-esMX-patch.exe WoW-3.3.0.10958-to-3.3.0.11159-frFR-patch.exe WoW-3.3.0.10958-to-3.3.0.11159-ruRU-patch.exe
  19. Version 3.3.0 10958

    226 downloads

    3.3.0 Patch Notes Patches 3.2.2a to 3.3.0 Once on the mega site just right-click and download the patches you need Contains: WoW-3.2.2.10505-to-3.3.0.10958-deDE-patch.exe WoW-3.2.2.10505-to-3.3.0.10958-enGB-patch.exe WoW-3.2.2.10505-to-3.3.0.10958-enUS-patch.exe WoW-3.2.2.10505-to-3.3.0.10958-esES-patch.exe WoW-3.2.2.10505-to-3.3.0.10958-esMX-patch.exe WoW-3.2.2.10505-to-3.3.0.10958-frFR-patch.exe WoW-3.2.2.10505-to-3.3.0.10958-ruRU-patch.exe
  20. Version 3.2.2a 10505

    168 downloads

    3.2.2a Patch Notes Patches 3.2.2 to 3.2.2a Once on the mega site just right-click and download the patches you need Contains: WoW-3.2.2.10482-to-3.2.2.10505-deDE-patch.exe WoW-3.2.2.10482-to-3.2.2.10505-enGB-patch.exe WoW-3.2.2.10482-to-3.2.2.10505-enUS-patch.exe WoW-3.2.2.10482-to-3.2.2.10505-esES-patch.exe WoW-3.2.2.10482-to-3.2.2.10505-esMX-patch.exe WoW-3.2.2.10482-to-3.2.2.10505-frFR-patch.exe WoW-3.2.2.10482-to-3.2.2.10505-ruRU-patch.exe
  21. Version 3.2.2 10482

    157 downloads

    3.2.2 Patch Notes Patches 3.2.0a to 3.2.2 Once on the mega site just right-click and download the patches you need Contains: WoW-3.2.0.10314-to-3.2.2.10482-deDE-patch.exe WoW-3.2.0.10314-to-3.2.2.10482-enGB-patch.exe WoW-3.2.0.10314-to-3.2.2.10482-enUS-patch.exe WoW-3.2.0.10314-to-3.2.2.10482-esES-patch.exe WoW-3.2.0.10314-to-3.2.2.10482-esMX-patch.exe WoW-3.2.0.10314-to-3.2.2.10482-frFR-patch.exe WoW-3.2.0.10314-to-3.2.2.10482-ruRU-patch.exe
  22. Version 3.3.0 10958

    319 downloads

    3.3.0 Patch Notes Patches 3.2.0 to 3.3.0 Once on the mega site just right-click and download the patches you need These patches were only issued for enGB and enUS to speed up the patch process. Contains: WoW-3.2.0.10192-to-3.3.0.10958-enGB-patch.exe WoW-3.2.0.10192-to-3.3.0.10958-enUS-patch.exe
  23. Version 3.2.0a 10314

    188 downloads

    3.2.0a Patch Notes Patches 3.2.0 to 3.2.0a Once on the mega site just right-click and download the patches you need Contains: WoW-3.2.0.10192-to-3.2.0.10314-deDE-patch.exe WoW-3.2.0.10192-to-3.2.0.10314-enGB-patch.exe WoW-3.2.0.10192-to-3.2.0.10314-enUS-patch.exe WoW-3.2.0.10192-to-3.2.0.10314-esES-patch.exe WoW-3.2.0.10192-to-3.2.0.10314-esMX-patch.exe WoW-3.2.0.10192-to-3.2.0.10314-frFR-patch.exe WoW-3.2.0.10192-to-3.2.0.10314-ruRU-patch.exe
  24. Version 3.2.0 10192

    378 downloads

    3.2.0 Patch Notes Patches 3.x.x to 3.2.0 Once on the mega site just right-click and download the patches you need Contains: WoW-3.2.0-deDE-patch.exe WoW-3.2.0-enGB-patch.exe WoW-3.2.0-enUS_patch.exe WoW-3.2.0-esES-patch.exe WoW-3.2.0-esMX-patch.exe WoW-3.2.0-frFR-patch.exe WoW-3.2.0-ruRU-patch.exe
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use