What's new
  • NEW: Happy Cataclysm gaming! The fresh 4.3.4 Cataclysm Repack V20.0 is now live - and downloadable from our brand-new Emucoach App.
    Download it now
  • Mists of Pandaria is calling! Heya - did you know that the newest 5.4.8 MoP Repack - version 7.1 - is now live?
    Download now

[RELEASE] [12.0.5/67314] DraconicNXT Midnight - Solo LFGs - Party Bots - PlayerBot Wanderers - Battle Companion Bots

Hello, thanks for the repack, do you have any thoughts on how to download the client faster? terabox isn't the best platform so far, so maybe you have torrent file/mega link or google drive?

Several people already asked for a [Google Drive] link, me included, twice even.
I think the only way this becomes avaiable on either mega or GD, is if someone else manages to download it from the current link, uploads it to Mega/GD and shares that link here.
As to why the creator refuses to upload it to either Mega or google? Well your guess is as good as any
 
worldserver.exe isn't starting, do you have any thoughts what is the problem? (check screenshot, it's the only message i'm able to get out of it)
1780053711872.png
I downloaded the client from a battlenet (12.0.5.67823), used all of the maps compilers/extractors. Tried to launch it out of box earlier, tried to upload new vmaps, mmaps etc, and it's all the same
 
worldserver.exe isn't starting, do you have any thoughts what is the problem? (check screenshot, it's the only message i'm able to get out of it)
View attachment 5402I downloaded the client from a battlenet (12.0.5.67823), used all of the maps compilers/extractors. Tried to launch it out of box earlier, tried to upload new vmaps, mmaps etc, and it's all the same
fixed this one btw
 
Since downloading the Full Client 12.0.5.67314 Client happens at about 40 KB/s from TeraBox (which is just plain ridiculous in 2026), instead of waiting for a month to have the download of the 12.0.5.67314 Client from TeraBox finish, you can do this instead:

Get the Full Client 12.0.5.67602 from these links (significantly faster and not mine):

GDrive LINK
TransferIT LINK

Once you download the 12.0.5.67602 client, in order to make the DraconicNXT Server v2.2 work with this newer version of the client, do the following:

1. In the DraconicNXT Server v2.2 dir 67314Precompiled\bin\RelWithDebInfo\UniServerZ start UniController.exe
2. In UniController.exe press Start MySQL and wait about a minute for it to start
3. In UniController.exe press MySQL Console
4. In the MySQL Console paste exactly these commands and hit Enter:
Code:
USE auth;
DELETE FROM `build_info` WHERE `build` IN (67602);
INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`) VALUES
(67602,12,0,5,NULL);

DELETE FROM `build_auth_key` WHERE `build`=67602 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=67602 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=67602 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=67602 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoWC';
DELETE FROM `build_auth_key` WHERE `build`=67602 AND `platform`='Win' AND `arch`='A64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=67602 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW';
DELETE FROM `build_auth_key` WHERE `build`=67602 AND `platform`='Win' AND `arch`='x64' AND `type`='WoWC';
INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES
(67602,'Mac','A64','WoW',0x89E2CEB6AE2890997DB03BB332BEC59E),
(67602,'Mac','A64','WoWC',0xC1BD2C01B0EAC4580B427A6DEEDC48A0),
(67602,'Mac','x64','WoW',0x4A9D243A9A4919936FE5CAC7024F920F),
(67602,'Mac','x64','WoWC',0x31289BB2115BA7A778D4E54FFF638296),
(67602,'Win','A64','WoW',0x2E7F2CE7A255EF8697D07B586B113820),
(67602,'Win','x64','WoW',0x7364F24CDF8CECE86ED8D6C9D26DE012),
(67602,'Win','x64','WoWC',0xB1140CD65B6D22D08BB7C91689493C71);

UPDATE `realmlist` SET `gamebuild`=67602 WHERE `gamebuild`=67314;

ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '67602';

Once you do that, your Client and Server will no longer be incompatible and you can enjoy this release without waiting for a month to have the download of the 12.0.5.67314 Client from TeraBox finish.

Bonus tip:

The Full Client 12.0.5.67602 from the links above is in French by default, but you can easily switch it to English by opening the Client 12.0.5.67602\World of Warcraft 12.0.5.67602\Launcher.db file with Notepad and changing the frFR within it to enEN and saving the changes. Then you start the game via the Arctium Game Launcher executable and the GUI is in English.

Since I've done this myself, I can confirm that it works.
 
Back
Top