Jump to content
  • 0
Sign in to follow this  
Virtue

Increased MAX_QUEST_OBJECTIVES

Question

I tried doing higher quest limits but it doesn't seem to work, no error on compiling but when taking on the quest I get this.

mmo.h

#ifndef MAX_QUEST_OBJECTIVES
#define MAX_QUEST_OBJECTIVES 11 

How do we do this properly though? Anything else to modify?

questerror.png

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

you cant change packet size, without updating size in client also.

Issue here because constant MAX_QUEST_OBJECTIVES used in server internals and in packet.

 

second error probably because you not compiled char server with changed constant?

In other words if change hercules in some way, in server side you can get more objectives, but client this not see extra objectives in all or some cases.

Share this post


Link to post
Share on other sites
  • 0
5 hours ago, 4144 said:

you cant change packet size, without updating size in client also.

Issue here because constant MAX_QUEST_OBJECTIVES used in server internals and in packet.

 

second error probably because you not compiled char server with changed constant?

In other words if change hercules in some way, in server side you can get more objectives, but client this not see extra objectives in all or some cases.

I tried playing with it, the server has been recompiled and all. the default setting for max quest objectives is 3. but you can only put around 2 objectives. same thing happens with a clean src and putting in the 3 quest objectives

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.