[DiscordArchive] Hey did anyone get the files to run on Unraid?
[DiscordArchive] Hey did anyone get the files to run on Unraid?
Archived author: KennySSL • Posted: 2023-02-21T19:29:28.543000+00:00
Original source
Hey did anyone get the files to run on Unraid?
Archived author: Roddan • Posted: 2023-02-21T19:59:09.920000+00:00
Original source
LFG Finder has been fixed in Individual Progression <https://github.com/ZhengPeiRu21/mod-individual-progression/issues/89>
Archived author: Revision • Posted: 2023-02-21T20:35:37.862000+00:00
Original source
https://github.com/azerothcore/azerothco...43cf43f233 and thanks to the warden payload manager you can send the command to disable all tooltip information about quests so you can easily add config options instead of having to run a separate SQL file. Just figured I'd let you know.
Archived author: 郑佩茹 • Posted: 2023-02-21T20:48:28.711000+00:00
Original source
Thank you, I had missed this update. I will update the module.
Archived author: Anchy • Posted: 2023-02-21T20:51:34.179000+00:00
Original source
<:cthulhu:1065390364476833812>
Archived author: Revision • Posted: 2023-02-21T20:51:35.892000+00:00
Original source
If you want to add a config option to your module to update that config option I added you can use `sWorld->setBoolConfig(CONFIG_QUEST_POI_ENABLED, !(PatchId < FALL_OF_THE_LICH_KING && !EnableQuestPOI));` if you don't already know. Of course the bool value wouldn't match yours in that case.
Archived author: Revision • Posted: 2023-02-21T21:00:05.847000+00:00
Original source
Just in case you don't want to delete stuff from the database if you ever want it back without populating the database again, you can simply use `/run SetCVar("showQuestTrackingTooltips", 0);` in-game to disable quest items and quest kill counter in the tooltip. Enable them again by changing 0 to 1. There's no way to hide the kill counter without this command since as far as I could find the client reads the count from the quest log.