I searched through all threads that may help but I could not find any related answer. So I hope this question is not duplicate.
I have developed simple options like custom commands for GM. These developments are straightforward so I could add my preferred command with less than four times compilation.
On the other hand, I want to develop a custom arena join system which work with different structures including: GroupQueueInfo, PlayerQueueInfo (BattlegroundQueue.h). In addition, I need to use other functions like ObjectAccessor::FindPlayerByName. In this regard, I am working with many parts of the source so it is very natural to face many and many bugs and errors. If I want to develop in the way that each time I need to compile the source from scratch, it may takes decades for me to finish the development.
Therefore, I was looking for a solution to minimize compilation as much as is possible. I created custom CMakeLists to include required files separately, however, it seems the source is compiled with custom options so it failed.
I appreciate it if someone could guide me to develop a custom code with minimum compilation or at least options that help to recompile only changed file not all of the source.
Friends,
I am going through a big problem.
all maps in "BFa" are completely empty. (without "mobs", without "Npc's".
how can I enable world missions and all the content in "BFa". ??????????????????????
I looked everywhere on this subject, but I was unsuccessful.
I apologize, I am a beginner in the projects.
====================================================================
I am currently using this project. 8.3.0 (33369)
http://www.ac-web.org/forums/showthread.php?237071-World
updated to 8.3.7 (35662) https://mega.nz/file/0dpmla4Q#4tKwrc-G9uhyxCkJozNwZp8Pr0ArgZmwO-ay7OCMvGw
Source project https://github.com/TrinityCore/TrinityCore
====================================================================
My WorldServ.conf
# Expansion
# Description: Allow server to use content from expansions. Checks for expansion-related
# map files, client compatibility and class/race character creation.
# Default: 7 - (Expansion 7)
# 6 - (Expansion 6)
# 5 - (Expansion 5)
# 4 - (Expansion 4)
# 3 - (Expansion 3)
# 2 - (Expansion 2)
# 1 - (Expansion 1)
# 0 - (Disabled, Ignore and disable expansion content (maps, races, classes)
Expansion = 8
#
I unfortunately had to find out that there are no bags for the profession of leather processing in the current database for 3.3.5. Is that also the case with you? Can someone who has this available as SQL?
Greetz PhaseV
Hello, would anyone know if there is an XML OR JSON file with all the class spells from section 3.3.5a?
If not, would you know how to inform the procedure on how to extract this information from the game client, or some way faster than Web Scraping?
Recommended Posts