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

Title: Increasing quest limit
Post 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
Title: Re: Increasing quest limit
Post by: Kaev on October 31, 2016, 05:23:53 pm
Afaik it's a client limit.
Title: Re: Increasing quest limit
Post by: Ascathos on October 31, 2016, 06:16:50 pm
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.
Title: Re: Increasing quest limit
Post by: tvovk on November 01, 2016, 07:36:40 pm
That's what I was afraid of. Thanks!