Jump to content
  • 0

DBC files


caffeine239

Question

so im kinda stuck tryed to figure this out myself but failed lol. anyways i have the MoP beta server im trying to build but whe i run world this is what i get

2012-08-08 18:10:44 Realm running as realm ID 1
2012-08-08 18:10:44 Using World DB: Mangos default database.
2012-08-08 18:10:44 Using creature EventAI: Creature EventAI not provided.
2012-08-08 18:10:44 Using DataDir Data/
2012-08-08 18:10:44 ERROR:VMAP height use disabled! Creatures movements and other things will be in broken state.
2012-08-08 18:10:44 WORLD: VMap support included. LineOfSight:0, getHeight:0, indoorCheck:0
2012-08-08 18:10:44 WORLD: VMap data directory is: Data/vmaps
2012-08-08 18:10:44 WORLD: mmap pathfinding enabled
2012-08-08 18:10:44 ERROR:Check existing of map file 'Data/maps/0004331.map': not exist!
2012-08-08 18:10:44 ERROR:Correct *.map files not found in path 'Data/maps' or *.vmtree/*.vmtile files in 'Data/vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.
2012-08-08 18:10:44 
2012-08-08 18:10:44 Loading MaNGOS strings...
2012-08-08 18:10:44 
2012-08-08 18:10:44 >> Loaded 823 MaNGOS strings from table mangos_string
2012-08-08 18:10:44 Initialize data stores...
2012-08-08 18:10:44 ERROR:Found DBC files for build 15929 but mangosd expected DBC for one from builds: 15913  Please extract correct DBC files.

where in the C++ do i edit to make the world call for 15929 DBC files as that is my build. thanks for any help

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

You need DBC from build 15913 not 15929, tho i'm not sure i don't get the "DBC for one from builds"

i knew that Mangosd.exe is calling for 15913 thats stated in the error...

Mangos code for specific mangos version expected DBC files exactly from specific client build. Modify supporting DBC buld will just make unpredictable problems in mangos loading and work. So reextract DBC files from proper client build as suggested.

im still curious which .cpp files hold this info, i still would like to change it around for the 15929 DBC files, if you could just point me in the right direction please?

Link to comment
Share on other sites

You want to load other DBC version? And you don't know where the version check is done...

Seriously in place of wast your time asking smething like this do research in the code and make what you want.

As Vladimir say there is lot of implication than only change version accepted by server...

Anyway for your learning do research on something like "but mangosd expected DBC for one from builds" will result on

https://github.com/mangos/mangos/blob/master/src/game/DBCStores.cpp#L350

Follow code will result on

https://github.com/mangos/mangos/blob/master/src/game/SharedDefines.h#L2967

That's it.

Cheers

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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