Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 09/28/15 in all areas

  1. You'll need to update Boost.
    1 point
  2. Not sure how you're running vmap4assembler, but with linux I have to create the vmaps folder first, so make a new folder called vmaps then run vmap4assembler Buildings vmaps from command prompt within your wow directory; as far as the db; make sure you're not using navicat (which it sounds like you are) switch to HeidiSQL or go straight from the mysql command prompt (most successful) mysql -utrinitycore -ptrinitycore world < TDB_full_longstringblahblah.sqlAnd once again I'm a unix guy so I'm not sure how you would run this in windows, but maybe someone can convert it to batch speak for ya; within your updates/world folder cat * .sql | mysql -utrinitycore -ptrinitycore world
    1 point
×
×
  • Create New...