Jump to content
  • 0

MAX_CHARS error on char server


exequens

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.02
  • Content Count:  2
  • Reputation:   0
  • Joined:  03/14/24
  • Last Seen:  

Am I interpreting things wrong here? Can anyone help tell me what did I miss?

Spoiler

maxchar.png.4e08ec32fa74b660f780341f69630ba1.png

#define MAX_CHARS 15 inside mmo.h is maximum an account can create character INCLUDING the amount of #define MAX_CHAR_VIP put inside core.h right?
Which means if VIP is enabled, I can only create 10 characters on a normal account since MAX_CHAR_VIP is 5 and is proofed by the sql table on the second entry, 10 char slots on normal account, and 15 char slots on an account with VIP.
I did just that, and char server sends me that error. I also tried changing MAX_CHARS to 10, recompile and create a new account and yeah, the new account only have 5 char slots.
So.... What did I do wrong? Why does my char server sends me that error? Is it a normal behavior because 15+5 = 20? Did I miss something?

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.   Paste as plain text instead

  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.

×
×
  • Create New...