Jump to content

exequens

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Kafra HQ

exequens's Achievements

Poring

Poring (1/15)

  • Week One Done
  • Dedicated
  • First Post
  • Conversation Starter

Recent Badges

0

Reputation

  1. Thank you very much for the detailed tutorial. I have a question, can you help me with this error that appears every time I tried to make a new character? [ERROR]WFIFOSET: Maximum write buffer size for client connect 7 exceeded, most likely caused by packet 0x006e (len=3, ip=xxx). I've made sure my pakcetver is right, there should also be no mistake on my scripts since its a fresh install. Also, as you've suggested I did all and every port a "sudo ufw allow" including udp and tcp on each and every one of them ports listed on the first post. EDIT: Don't be like me, I overthink things so much that I overlook the simplest detail on "char_new" inside char.conf... Basically, stupid me forgot to set it to yes...
  2. Am I interpreting things wrong here? Can anyone help tell me what did I miss? #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?
×
×
  • Create New...