Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: tvovk on October 28, 2016, 10:22:49 am
-
Is there a way to increase quest log limit? I tried changing the constant MAX_QUEST_LOG_SIZE to 50 (QuestDef.h). It kind of works in game, you can accept quests past 25 limit.
Problems:
1. Quest givers that gave quests past 25 limit still have exclamation mark above their head, although when talking to them it shows that quest is accepted.
2. There is no quest accepted message in chat window after exceeding 25 limit.
3. Quest log doesn't show more than 25 quests.
I am thinking that there must be something to do client side.
Using TrinityCore with WOTLK 3.3.5a
-
Afaik it's a client limit.
-
It is. I tried bypassing it or rather reduce it, however there is no setting that allows to change it. Afaik it's not possible if you don't modify the binary.
-
That's what I was afraid of. Thanks!