diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/documentation-index.md | 23 | ||||
| -rw-r--r-- | docs/useful-tools.md | 17 |
2 files changed, 29 insertions, 11 deletions
diff --git a/docs/documentation-index.md b/docs/documentation-index.md index 3d091ad..a1cce6c 100644 --- a/docs/documentation-index.md +++ b/docs/documentation-index.md @@ -15,6 +15,12 @@ redirect_from: /documentation_index * [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) @@ -34,11 +40,13 @@ redirect_from: /documentation_index * [SQL Directory](sql-directory.md) * [SQL Versioning](sql-versioning.md) -## Database +## Recipes & Techniques -* [DB auth](database-auth.md) -* [DB characters](database-characters.md) -* [DB world](database-world.md) +* [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 @@ -47,13 +55,6 @@ redirect_from: /documentation_index * [Hooks Cmake](hooks-cmake.md) * [Hooks C++](hooks-script.md) -## Recipes & Techniques - -* [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) - ## External resources * <a href="https://github.com/azerothcore/azerothcore-wotlk/discussions/categories/guides-tips" target="_blank">Guides and Tips from our Forum</a> diff --git a/docs/useful-tools.md b/docs/useful-tools.md new file mode 100644 index 0000000..29aeee0 --- /dev/null +++ b/docs/useful-tools.md @@ -0,0 +1,17 @@ +# Useful Tools + +These are the most useful tools out there for AzerothCore development. + +- [Keira3](https://github.com/azerothcore/keira3) is a Database Editor for AzerothCore. Learn more about the tool [here](https://github.com/azerothcore/keira3#readme). + +- [SpellWork](https://github.com/azerothcore/spellwork) is a tool to browse and display information about World of Wacraft spells. Learn more about the tool [here](https://github.com/azerothcore/spellwork#readme). + +- [Unused Guid Search](https://github.com/azerothcore/Unused-Guid-Search) is a tool to find entry or GUID gaps in the database. Learn more about the tool [here](https://github.com/azerothcore/Unused-Guid-Search#readme). + +- [WoW Flags Checker](https://github.com/azerothcore/wow-flags-checker) is a web based tool to find all flags in a bitmask for creatures. Learn more about the tool [here](https://github.com/azerothcore/wow-flags-checker#readme). + +- [WoW Database Editor](https://github.com/BAndysc/WoWDatabaseEditor) is an IDE for Smart Scripts and database editing. Learn more about the tool [here](https://github.com/BAndysc/WoWDatabaseEditor#readme) + +If you'd like to find more tools you can check out the [AzerothCore Catalogue](https://www.azerothcore.org/catalogue.html). + +If you have made a useful tool that you would like to be forked or featured in the catalogue, join the Discord server and ping one of the Staff. |
