Jump to content
  • 0

not connecting to char server


jigsaw

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  01/29/12
  • Last Seen:  

im using latest rathena svn and 2011-02-28a RagexeRE

-packet version 28(didn't touch it, rathena uses 28 right?)

-modify mmo.h to:

#ifndef PACKETVER
#define PACKETVER 20110228
#endif
// backward compatible PACKETVER 8 and 9
#if PACKETVER == 8
#undef PACKETVER
#define PACKETVER 20070521
#endif
#if PACKETVER == 9
#undef PACKETVER
#define PACKETVER 20071106
#endif

-already recompiled.

PROBLEM:

using 2011-02-28a client:

it can connect to the login screen but failing to connect on the char selection screen.

using older client 2010 with diff

it can connect but having error of "character creation denied"

- on my local server(127.0.0.1) it can connect with no problems, etc.

only in my hosted server(sip) the above problem occur.

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...