Jump to content
  • 0

Problem with the client | old interface


nikita54421

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  31
  • Reputation:   0
  • Joined:  05/06/17
  • Last Seen:  

Spoiler

 

Guys, hello everyone!
I really need your advice!

I want to build my home server. Now there are a lot of guides, and it's not so difficult to assemble rAthena on the last emulator.
But I'm interested in the old interface, something like the old school:

l5TCeDV.jpg.d8f9e33ee9545b0f79426205ca04087d.jpg


The first thing I did was find a less-working, older emulator.

5ac2a64b13223_2.thumb.jpg.9fbf01c1bbf907fc19f2155ded846cef.jpg


As an EXE I used:
kROsakexe0911aO - O = Use background image of OLD. [PACKETVER 7] - 2007
or a diphlog 2009-06-10aSakexe_patched - 2009, but the emulator does not support like the sakexe above 2007 < (I could be wrong)
121212.jpg.0589b07b965af8a00f8c41103505e265.jpg

Data 
https://drive.google.com/open?id=1dGBg-_I1PDA49TDax9a0T67mHPInLlEK

My clif.h


// server->client protocol version
// v0 - pre-?
// v1 - ?                  - 0x196
// v2 - ?                  - 0x78, 0x79
// v3 - ?                  - 0x1c8, 0x1c9, 0x1de
// v4 - ?                  - 0x1d7, 0x1d8, 0x1d9, 0x1da
// v5 - 2003-12-18aSakexe+ - 0x1ee, 0x1ef, 0x1f0
// v6 - 2004-03-02aSakexe+ - 0x1f4, 0x1f5
// v7 - 2005-04-11aSakexe+ - 0x229, 0x22a, 0x22b, 0x22c
// v8 - 2007-05-21aSakexe+ - 0x283
// v9 - 2007-11-06aSakexe+ - 0x78, 0x7c, 0x22c
#ifndef PACKETVER
	#define PACKETVER	9
#endif

// packet DB
#define MAX_PACKET_DB		0x300
#define MAX_PACKET_VER		22


My client.conf


// eAthena Battle Configuration File
// Originally Translated by Peter Kieser <[email protected]>
// Made in to plainer English by Ancyker
//--------------------------------------------------------------
// Note 1: Value is a config switch (on/off, yes/no or 1/0)
// Note 2: Value is in percents (100 means 100%)
//--------------------------------------------------------------

// Set here which client version do you accept. Add all values of clients:
// Clients older than accepted versions, and versions not set to 'accepted'
// here will be rejected when logging in
// 0x0001: Clients older than 2004-09-06aSakray (packet versions 5-9)
// 0x0002: 2004-09-06aSakexe (version 10)
// 0x0004: 2004-09-20aSakexe (version 11)
// 0x0008: 2004-10-05aSakexe (version 12)
// 0x0010: 2004-10-25aSakexe (version 13)
// 0x0020: 2004-11-29aSakexe (version 14)
// 0x0040: 2005-01-10bSakexe (version 15)
// 0x0080: 2005-05-09aSakexe (version 16)
// 0x0100: 2005-06-28aSakexe (version 17)
// 0x0200: 2005-07-18aSakexe (version 18)
// 0x0400: 2005-07-19bSakexe (version 19)
// 0x0800: 2006-03-27aSakexe (version 20)
// 0x1000: 2007-01-08aSakexe (version 21)
// 0x2000: 2007-02-12aSakexe (version 22)
// default value: 0xFFFF (all clients)
packet_ver_flag: 0xFFFF

// Minimum delay between whisper/global/party/guild messages (in ms)
// Messages that break this threshold are silently omitted. 
min_chat_delay: 0


The problem is that I can not connect to the game!
If it does not complicate you, please tell me at what stage I was wrong?
5ac28da874a89_.jpg.bb06444bca055ffa82e6d4b89c549b32.jpg

 

 

Edited by nikita54421
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  31
  • Reputation:   0
  • Joined:  05/06/17
  • Last Seen:  

I have already been helped, thank you!

Link to comment
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.   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...