Jump to content
  • 0

how to fix this error?


Question

15 answers to this question

Recommended Posts

Posted

Obviously, you need to upload this "ragnarok.log" into your database. I never encountered such a problem, but just in-case you used the default sql files, just upload the log.sql into your database and that should do it.

And also you need to rename import-tmpl to import and do the changes there instead of the actual conf files. xD

Posted (edited)

error again.. same problem.

// Client<->Map Packet Database
//
// Structure of Database:
// PacketType,PacketLength[,Name,FieldIndex1:FieldIndex2:FieldIndex3:...]
//
// 01. PacketType	   ID of the packet.
// 02. PacketLength	 Length of the packet. If 0, packet is disabled in current packet version. If -1, packet has variable size.
// 03. Name			 Name of the packet parser function (optional, for incoming packets only).
// 04. FieldIndex	   Specifies the offset of a packet field in bytes from the begin of the packet (only specified when Name is given).
//					  Can be 0, when the layout is not known.
// ...
//
// NOTE: Up to MAX_PACKET_POS (typically 20) field indexes may be used.
//
// The packet database allows you to add support for new clients,
// because packets change every release.
//
// Note: Every packet version needs a wanttoconnection specification, since
// that is the packet used to identify a client's version.
// If multiple versions have the same connection packet, the higher version
// will be used (unless the lower one is specified as the default)
//
// Incoming packets have their parser function and layout specified, which enables
// them for the current and all higher versions, unless explicitely disabled.
//
// Outgoing packets must be specified in order to enable them for the current
// and all higher versions, unless explicitely disabled. Packets that are not
// enabled for a packet version are silently discarded when sent as multicast.
//
// Every packet version inherits packet definitions from the previous (lower)
// packet version.
//
// Main packet version of the DB to use (default = max available version)
// Client detection is faster when all clients use this version.
// Version 23 is the latest Sakexe (above versions are for Renewal clients)
//packet_db_ver: 25
packet_db_ver: 30

packet_ver: 5

Edited by Mysterious
Use [codebox] for long content.
Posted

Things that have to be edited when you're changing client.exe to other date are:

mmo.h, packet_db.txt, rediff your client, recompile your server.

If I'm not mistaken, the latest stable client version that is compatible with rA is 2012-04-10.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...