blob: cd8e4d346c4f7368ff3b4264b74ba7fe6c989247 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
---
redirect_from: /documentation_index
---
# Documentation index
## How to Install
* [Installation Guide](installation)
* [Installing a module](installing-a-module)
## Help
* [FAQ](faq)
* [Common Errors](common-errors)
* [Standard Operating Procedure](standard-operating-procedure)
## Database
* [DB auth](database-auth.md)
* [DB characters](database-characters.md)
* [DB world](database-world.md)
## Documentation
* [Bash system](bash_system.md)
* [Bitwise operations](bit-and-bytes-tutorial.md)
* [Changelog](changelog.md)
* [CMake options](cmake-options.md)
* [Core Scripts](core-scripts.md)
* [DBC Index](dbc-index.md)
* [Directory structure](directory-structure.md)
* [Doxygen Documentation](https://www.azerothcore.org/pages/doxygen/index.html)
* [Exit Codes](exitcodes.md)
* [How to Debug and Restart](how-to-restart-and-debug.md)
* [How to Use Warden Payload Manager](how-to-use-warden-payload-mgr.md)
* [IP2LOCATION](ip2location.md)
* [Logging Configuration](logging-configuration.md)
* [Monitoring AzerothCore with Grafana](monitoring-azerothcore-with-grafana.md)
* [MySQL types (C++)](mysqltypescpp.md)
* [Project Versioning](project-versioning.md)
* [Sniffing & Parsing](sniffing-and-parsing)
* [Spell Effects Reference](spell-effects-reference.md)
* [Spell Aura Reference](spell-aura-reference.md)
* [SQL Directory](sql-directory.md)
* [SQL Versioning](sql-versioning.md)
## Recipes & Techniques
* [Useful Tools](useful-tools.md)
* [How to import DBC data into SQL](how-to-import-dbc-data-in-db.md)
* [Run Worldserver and Authserver in Visual Studio](run-worldserver-and-authserver-in-visual-studio.md)
* [Useful SQL Snippets](useful-sql.md)
* [How to use gperftool to analyse your app](how-to-use-gperftool.md)
## Extend AzerothCore
* [The Modular Structure](the-modular-structure.md)
* [Hooks Bash](hooks-bash.md)
* [Hooks Cmake](hooks-cmake.md)
* [Hooks C++](hooks-script.md)
## External resources
* <a href="https://github.com/azerothcore/azerothcore-wotlk/discussions/categories/guides-tips" target="_blank">Guides and Tips from our Forum</a>
* <a href="https://wowdev.wiki/Category:DBC_WotLK" target="_blank">DBC Documentation</a>
|