You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/How to install.txt
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,17 @@
12
12
- Apply MaNGOS-rXXXX-ScriptDev2.patch, where XXXX is the highest version to that of your MaNGOS revision, to Mangos Source
13
13
- Compile MaNGOS (ScriptDev2 will automatically be built when compiling Mangos from here on)
14
14
15
-
5) Create the default ScriptDev2 database using "sql\created_database.sql", then execute "sql\scriptdev2_structure.sql" on that database.
15
+
5) Create the default ScriptDev2 database using "sql\create_database.sql", then execute "sql\scriptdev2_structure.sql" on that database.
16
16
17
-
6) Execute the included "sql\mangos_full_scripts.sql" on your MaNGOS database.
17
+
6) Execute the included "sql\scriptdev2_script_texts.sql" on your ScriptDev2 database.
18
18
19
-
7) Place the included "scriptdev2.conf" file within the directory containing your "mangosd.conf" and "realmd.conf" files. You may need to change this file to match the database you created and any custom settings you wish to use (such as a different locale).
19
+
7) Optionally, apply scripts from ACID now.
20
20
21
-
8) Run mangosd from your output directory
21
+
8) Execute the included "sql\mangos_full_scripts.sql" on your MaNGOS database.
22
+
23
+
9) Place the included "scriptdev2.conf" file within the directory containing your "mangosd.conf" and "realmd.conf" files. You may need to change this file to match the database you created and any custom settings you wish to use. Note this file will be different created for Unix based systems.
0 commit comments