TrinityCore Repack Dragonflight 10.2.7

逍遥行

Verified Member
16
2022
0
Map file './maps/0000_43_31.map' does not exist!
Please place MAP-files (*.map) in the appropriate directory (./maps/), or correct the DataDir setting in your worldserver.conf file.
Unable to load map and vmap data for starting zones - server shutting down!
 

Inc

Gold Supporter
Veteran Member
139
2018
19
Map file './maps/0000_43_31.map' does not exist!
Please place MAP-files (*.map) in the appropriate directory (./maps/), or correct the DataDir setting in your worldserver.conf file.
Unable to load map and vmap data for starting zones - server shutting down!
Well, you need to put all assets in root dir.
 

Scrooloose

Trial Member
6
2024
0
Hello. i downloaded and installed and unpacked, everything works fine except it says its incompatible on the realm list. What version on 10.2.7 is it for?
 

Scrooloose

Trial Member
6
2024
0
Also how would i look this information up myself for future reference? I am using 10.2.7 (54673) client
 
Last edited:

RyuugaKatsuya

Trial Member
4
2024
0
Same error here, Incompatible...I believe it's a version mismatch between the client and the realm (Blizzard updated the day after you posted...)
 

Inc

Gold Supporter
Veteran Member
139
2018
19
REPLACE INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(54673,10,2,7,NULL,NULL,'AF8B9C8A9C6128498E85228B965A004D',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=54673;
 

Scrooloose

Trial Member
6
2024
0
ok so here is what i did:

auth.sql:

Line:535
i added:
(54673,10,2,7,NULL,NULL,'AF8B9C8A9C6128498E85228B965A004D',NULL,NULL,NULL)

Line:2025
i changed to
`gamebuild` int unsigned NOT NULL DEFAULT '54673',

it still says incombattable.

Sorry If i am doing it wrong, Im not an SQL programmer (mainly java and c++ :)
 

RyuugaKatsuya

Trial Member
4
2024
0
ok so here is what i did:

auth.sql:

Line:535
i added:
(54673,10,2,7,NULL,NULL,'AF8B9C8A9C6128498E85228B965A004D',NULL,NULL,NULL)

Line:2025
i changed to
`gamebuild` int unsigned NOT NULL DEFAULT '54673',

it still says incombattable.

Sorry If i am doing it wrong, Im not an SQL programmer (mainly java and c++ :)
I also changed these parameters in the DB using HeidiSQL, still says incompatible. I am also not very proficient with Dabs, is there something I did wrong?
 

RyuugaKatsuya

Trial Member
4
2024
0
Sorry for asking so much, but is there a chance you could upload a modified auth db? Cause I'm not doubting your methods, I'm assuming I'm screwing up somewhere
 

Inc

Gold Supporter
Veteran Member
139
2018
19
REPLACE INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(54717,10,2,7,NULL,NULL,'862BBA15158DFF6B56BCF71C1B34D41A',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=54717;
 

Dardanels

Trial Member
1
2024
0
Is it possible that many quests in the starting area don't work? The world seems pretty empty.
DF also looks pretty empty...NPC are not present and dungeons don't work either. Is it normal in this branch?
 

Inc

Gold Supporter
Veteran Member
139
2018
19
Is it possible that many quests in the starting area don't work? The world seems pretty empty.
DF also looks pretty empty...NPC are not present and dungeons don't work either. Is it normal in this branch?
It is complety normal when it comes to open sources, which TC is...
 

Inc

Gold Supporter
Veteran Member
139
2018
19
Is it possible to just copy the current client to another location and run it from there so you always have the same client?

Of course

REPLACE INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
(54736,10,2,7,NULL,NULL,'FE58F039D91E1C248886A2828127CA2F',NULL,NULL,NULL);
UPDATE `realmlist` SET `gamebuild`=54736;
 
Top