Jump to content
  • 0

Can Someone give me there working ad.exe and tools for vmaps, mmaps thx


terakoth

Question

5 answers to this question

Recommended Posts

Download from somewhere trinity dbc/maps/vmaps/mmaps.

Open folder Maps then open one map with notepad++ you will see smth like this "MAPSv1.3aG" (now i know the magic number of maps)

Go to server source "src/game/GridMap.cpp" find "char const* MAP_VERSION_MAGIC = "p1.3"; "

and change the magic = form maps was "MAPSv1.3aG" = v1.3

so your magic will be: char const* MAP_VERSION_MAGIC = "v1.3" -> Compile and start up the core

It's a hacky way to do it but it works as a temporary fix ;)

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