Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 07/12/16 in Posts

  1. I just got back working on TC and decided to fire up my very old TC and thought to myself, hmm. let me pull the latest and see the changes they have been working on. I wasn't surprised that almost every table structure had vast differences from 1 year ago. Honestly, the best way I did it was with a script. This is a lot of work (depending on the diff between both DB and table structures). If it's another project outside of TC, it's going to be even more complicated! that's what the unique "guid" is for and pdump will allow to insert a character using another guid of your choice. Pull each guid per table and insert. Your newly insert table will have some conflicts. Even going from 1 year old TC with a ton of characters into the newest character DB, required so much work with changes. I don't want to discourage you,.. I would just pick an easy programming lingo like php or perl, get a loop cycle with pdump (if it's successfull which i highly doubt) then go from there. I did it manually with a script almost line by line, bcuz I knew there would be conflicts. And there was, ALOT!
    1 point
×
×
  • Create New...