summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicrah <44911744+milestorme@users.noreply.github.com>2019-03-14 03:18:19 +1100
committerFrancesco Borzì <borzifrancesco@gmail.com>2019-03-13 17:18:19 +0100
commitebcfa2311ff0762fbdb6edb3a54f9c3dd6f284b2 (patch)
tree62c7d78c479c78900abb809163822816f984979f
parent75a3942e34c088b6af1f9fe4f57f8b5f278dfab6 (diff)
downloadwiki-ebcfa2311ff0762fbdb6edb3a54f9c3dd6f284b2.tar.gz
wiki-ebcfa2311ff0762fbdb6edb3a54f9c3dd6f284b2.tar.bz2
wiki-ebcfa2311ff0762fbdb6edb3a54f9c3dd6f284b2.zip
TC to AC Character migration (#23)
-rw-r--r--docs/TrinityCore-to-AzerothCore-characters-migration.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/TrinityCore-to-AzerothCore-characters-migration.md b/docs/TrinityCore-to-AzerothCore-characters-migration.md
new file mode 100644
index 0000000..54b2771
--- /dev/null
+++ b/docs/TrinityCore-to-AzerothCore-characters-migration.md
@@ -0,0 +1,41 @@
+# TrinityCore to AzerothCore Character Migration
+
+### 1) Install AzerothCore
+
+Follow the Installation instructions and install and setup AzerothCore Fresh Install (we will need this after the conversion).
+
+Instructions to setup AzerothCore can be found at the links below
+- http://www.azerothcore.org/wiki/Installation
+- http://www.azerothcore.org/wiki/Database-Setup
+- http://www.azerothcore.org/wiki/Update
+
+Make sure you have a fresh installation completed and working with no additional modules before proceeding.
+
+### 2) Backup your TrinityCore Databases
+
+Backup your TrinityCore Databases before proceeding (always backup before making changes)
+- auth
+- characters
+- world
+
+### 3) Character Migration
+
+Download the TC-AC character migration tool.
+
+Now you have your AzerothCore server tested and working we can migrate the characters.
+
+Download TC - AC Migration Tool: https://github.com/azerothcore/tool-tc-migration.git
+
+The following files must be run in order from 1 to 4 on your TrinityCore characters database:
+
+- 1_CREATE_CLEANUP_TABLES
+- 2_CREATE_MISSING_TABLES
+- 3_ALTER_TABLES
+- 4_CLEANUP_AND_CONVERT_SPELLS
+- 5_FINAL_CLEANUP
+
+Change the location of the charcters database in the worldserver.conf to your converted TrinityCore characters Database
+and start the `./worldserver`
+
+
+