[DiscordArchive] Hi, is there way to query DB or GM command to the list of completed quests for the character?
[DiscordArchive] Hi, is there way to query DB or GM command to the list of completed quests for the character?
Archived author: Znaya • Posted: 2025-02-12T04:27:56.995000+00:00
Original source
Hi, is there way to query DB or GM command to the list of completed quests for the character?
Archived author: Ryan Turner • Posted: 2025-02-12T04:38:22.563000+00:00
Original source
`SELECT * FROM character_queststatus_rewarded WHERE GUID = YourCharacterID`
Archived author: Znaya • Posted: 2025-02-12T04:43:12.670000+00:00
Original source
Oh wow
Archived author: Crow • Posted: 2025-02-12T04:44:03.542000+00:00
Original source
```CMake Error at src/cmake/macros/FindMySQL.cmake:130 (cmake_host_system_information):
cmake_host_system_information does not recognize <key> WINDOWS_REGISTRY
Call Stack (most recent call first):
CMakeLists.txt:106 (find_package)
CMake Error at C:/Program Files/CMake/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Boost (missing: system filesystem program_options iostreams
regex thread) (found suitable version "1.81.0", minimum required is "1.78")
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files/CMake/share/cmake-3.22/Modules/FindBoost.cmake:2375 (find_package_handle_standard_args)
deps/boost/CMakeLists.txt:34 (find_package)
```
I get this error when compiling but have boost obviously, as it was found.
Archived author: Crow • Posted: 2025-02-12T04:44:10.030000+00:00
Original source
what do